Serhiy Storchaka
4183387e79
Issue #27294 : Numerical state in the repr for Tkinter event objects is now
...
represented as a compination of known flags.
2016-06-18 22:08:49 +03:00
Serhiy Storchaka
50c7e05659
Issue #25455 : Clean up reference loops created in tests for recursive
...
functools.partial objects.
2016-06-12 15:45:14 +03:00
Serhiy Storchaka
59f711472b
Rename class attribute "thetype" to "partial" in functools.partial tests
...
for consistency with Python 3.
2016-06-12 15:43:57 +03:00
Serhiy Storchaka
1e09006c3c
Issue #25455 : Backported tests for pickling recursive functools.partial objects.
2016-06-12 15:08:57 +03:00
Martin Panter
e52140caf1
#16484 : Change PYTHONDOCS to "https:", and fix links to use lowercase
...
Implementation by Sean Rodman; test by Kaushik Nadikuditi.
2016-06-12 05:25:16 +00:00
Martin Panter
c9813d83f7
Issue #20699 : Document that “io” methods should accept memoryview
...
This matches the usage by BufferedReader, BufferedWriter, etc. Also document
and test that the write() methods should only access their argument before
they return.
2016-06-03 05:59:20 +00:00
Martin Panter
6af1c49bb4
Issue #25738 : Don’t send message body for 205 Reset Content
...
Patch by Susumu Koshiba.
2016-06-08 07:16:14 +00:00
Martin Panter
c36364491f
Issue #21313 : Tolerate truncated buildinfo in sys.version
2016-06-08 06:12:22 +00:00
Serhiy Storchaka
fcbb2c48cf
Issue #21916 : Added more tests for the turtle module.
...
Original patch by Jelle Zijlstra.
2016-06-05 10:35:34 +03:00
Serhiy Storchaka
dec45b47c8
Issue #21916 : Added tests for the turtle module.
...
Patch by ingrid, Gregory Loyse and Jelle Zijlstra.
2016-06-04 23:27:14 +03:00
Serhiy Storchaka
d37781eb2e
Issue #20041 : Fixed TypeError when frame.f_trace is set to None.
...
Patch by Xavier de Gaye.
2016-06-04 20:30:43 +03:00
Serhiy Storchaka
13e6581db9
Issue #27185 : Rename test_string_merged.py back to test_string.py.
2016-06-03 09:37:39 +03:00
Serhiy Storchaka
6d38c2b4f8
Issue #27185 : Merge test_pep292.py into test_string_merged.py.
2016-06-03 09:36:15 +03:00
Serhiy Storchaka
49d6ab62bb
Issue #27185 : Rename test_pep292.py to test_string_merged.py.
2016-06-03 09:24:40 +03:00
Serhiy Storchaka
15da226154
Issue #27185 : Rename test_string.py to test_string_merged.py.
2016-06-03 09:24:01 +03:00
Martin Panter
8d496add74
Issue #27171 : Fix typos in documentation, code comments, and tests
2016-06-02 10:35:44 +00:00
Ezio Melotti
d2b4926fa7
Fix a few typos. Patch by Eitan Adler.
2013-01-27 06:20:14 +02:00
Martin Panter
200a615774
Issue #27125 : Remove duplicated words from documentation and comments
2016-05-30 04:04:50 +00:00
Martin Panter
b44c4520d9
Issue #27125 : Fix various errors like “will [be] inherited”
2016-05-29 08:13:58 +00:00
Martin Panter
6ecfab85d9
Issue #5784 : Cannot test wbits=0 unless we know we have zlib v1.2.3.5
2016-05-27 11:20:21 +00:00
Martin Panter
9c946bbf20
Issue #5784 : Expand documentation and tests for zlib wbits parameter
...
Based on documentation by AM Kuchling.
2016-05-27 07:32:11 +00:00
Martin Panter
b1d867f149
Issue #27076 : Doc, comment and test function name spelling fixes
...
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
2016-05-26 05:28:50 +00:00
Serhiy Storchaka
a8a259eedb
Backported curses tests.
2016-05-22 18:24:48 +03:00
Serhiy Storchaka
12cf60c7fa
Issue #26168 : Fixed possible refleaks in failing Py_BuildValue() with the "N"
...
format unit.
2016-05-20 22:31:24 +03:00
Serhiy Storchaka
6546d7cac4
Fixed test_sizeof for deque.
2016-05-18 13:00:48 +03:00