Eli Bendersky
|
698bdb2a6c
|
Issue #16076: make _elementtree.Element pickle-able in a way that is compatible
with the Python version of the class.
Patch by Daniel Shahaf.
|
2013-01-10 06:01:06 -08:00 |
|
Ezio Melotti
|
0dceb560b6
|
#16910: test_bytes, test_unicode, and test_userstring now work with unittest test discovery. Patch by Zachary Ware.
|
2013-01-10 07:43:26 +02:00 |
|
Ezio Melotti
|
2688e81064
|
#16905: test_bufio now works with unittest test discovery. Initial patch by Berker Peksag.
|
2013-01-10 06:52:23 +02:00 |
|
Ezio Melotti
|
b21af554ee
|
#16898: test_bufio now works with unittest test discovery. Patch by Zachary Ware.
|
2013-01-10 06:11:34 +02:00 |
|
Ezio Melotti
|
1d3e96dbe2
|
#16888: test_array now works with unittest test discovery. Patch by Zachary Ware.
|
2013-01-10 06:04:50 +02:00 |
|
Ezio Melotti
|
47236db1d0
|
#16896: test_asyncore now works with unittest test discovery. Patch by Zachary Ware.
|
2013-01-10 05:28:52 +02:00 |
|
Ezio Melotti
|
f472a90d31
|
#16897: test_bisect now works with unittest test discovery. Initial patch by Zachary Ware.
|
2013-01-10 04:32:01 +02:00 |
|
Ezio Melotti
|
d0dfe9ad46
|
#16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now work with unittest test discovery. Patch by Zachary Ware.
|
2013-01-10 03:12:50 +02:00 |
|
Serhiy Storchaka
|
7131749959
|
Issue #16491: IDLE now prints chained exception tracebacks.
|
2013-01-09 12:24:48 +02:00 |
|
Serhiy Storchaka
|
78470b4c3a
|
Issue #16491: IDLE now prints chained exception tracebacks.
|
2013-01-09 12:21:57 +02:00 |
|
Serhiy Storchaka
|
369a7822d6
|
Issue #16843: Make concurrent tests for sched module deterministic.
|
2013-01-09 00:13:38 +02:00 |
|
Serhiy Storchaka
|
ae3b32ad6b
|
Issue #11461: Fix the incremental UTF-16 decoder. Original patch by
Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP
characters.
|
2013-01-08 23:40:52 +02:00 |
|
Serhiy Storchaka
|
48e188e573
|
Issue #11461: Fix the incremental UTF-16 decoder. Original patch by
Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP
characters.
|
2013-01-08 23:14:24 +02:00 |
|
Serhiy Storchaka
|
f6fb3a3206
|
Issue #15845: Fix comparison between bytes and string.
|
2013-01-08 11:36:54 +02:00 |
|
Serhiy Storchaka
|
4ab23bfbeb
|
Issue #15845: Fix comparison between bytes and string.
|
2013-01-08 11:32:58 +02:00 |
|
Serhiy Storchaka
|
a2ad5c3ad1
|
Issue #15972: Fix error messages when os functions expecting a file name or
file descriptor receive the incorrect type.
|
2013-01-07 23:13:46 +02:00 |
|
Eli Bendersky
|
a873690d2c
|
The get() and iter() are now able to accept keyword arguments.
In conformance with the documentation and the Python version.
Patch by Franck Michea.
|
2013-01-05 06:26:39 -08:00 |
|
Giampaolo Rodola'
|
549d465fe2
|
issue 10527: fix missing import
|
2013-01-03 02:54:27 +01:00 |
|
Victor Stinner
|
269b3ce400
|
(Merge 3.2) Issue #16218, #16414, #16444: Backport FS_NONASCII,
TESTFN_UNDECODABLE, TESTFN_NONASCII of test.support from Python 3.4. Backport
tests on non-ASCII paths.
|
2013-01-03 01:56:38 +01:00 |
|
Victor Stinner
|
0af71aae2d
|
Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE,
TESTFN_NONASCII of test.support from Python 3.4. Backport tests on non-ASCII
paths.
|
2013-01-03 01:50:30 +01:00 |
|
Nadeem Vawda
|
57cb81d161
|
Issue #16828: Fix error incorrectly raised by bz2.compress('').
Initial patch by Martin Packman.
|
2013-01-02 23:05:56 +01:00 |
|
Nadeem Vawda
|
638fb9bbed
|
Issue #16828: Fix error incorrectly raised by bz2.compress('').
Patch by Martin Packman.
|
2013-01-02 23:02:00 +01:00 |
|
Ezio Melotti
|
22ebb2d6ef
|
#16748: test_heapq now works with unittest test discovery.
|
2013-01-02 21:19:37 +02:00 |
|
Serhiy Storchaka
|
32e258d877
|
Merge heads
|
2013-01-02 10:37:54 +02:00 |
|
Serhiy Storchaka
|
e48741a619
|
Merge heads
|
2013-01-02 10:32:13 +02:00 |
|
Łukasz Langa
|
a2e7acd17d
|
configparser: preserve section order when using __setitem__ (issue #16820)
|
2013-01-01 23:45:33 +01:00 |
|
Victor Stinner
|
a25be07103
|
Issue #9644: Add a test on os.statvfs() for the PEP 383
|
2013-01-01 23:11:21 +01:00 |
|
Victor Stinner
|
e4110dc11f
|
Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding
with the surrogateescape error handler, instead of UTF-8 in strict mode.
|
2013-01-01 23:05:55 +01:00 |
|
Serhiy Storchaka
|
4cf4f3a7c6
|
Issue #16541: tk_setPalette() now works with keyword arguments.
Added a test for tk_setPalette().
|
2013-01-02 00:03:58 +02:00 |
|
Łukasz Langa
|
a821f82f66
|
configparser: preserve section order when using __setitem__ (issue #16820)
|
2013-01-01 22:33:19 +01:00 |
|
Serhiy Storchaka
|
eb6aa5c525
|
Issue #16819: IDLE method completion now correctly works for bytes literals.
|
2013-01-01 22:32:42 +02:00 |
|
Serhiy Storchaka
|
8c126d7abd
|
Issue #16819: IDLE method completion now correctly works for bytes literals.
|
2013-01-01 22:25:59 +02:00 |
|
Giampaolo Rodola'
|
5051ca887c
|
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
|
2012-12-31 17:38:17 +01:00 |
|
Giampaolo Rodola'
|
5e844c8052
|
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
|
2012-12-31 17:23:09 +01:00 |
|
Łukasz Langa
|
0210194d48
|
Fixes __setitem__ on parser['DEFAULT'] reported in issue #16820.
|
2012-12-31 13:55:11 +01:00 |
|
Serhiy Storchaka
|
5da57027ef
|
Issue #16824: Fix a failure guard in the never reached in the normal test execution code in test_pep380.
|
2012-12-31 11:31:41 +02:00 |
|
Łukasz Langa
|
0dc5ab41f0
|
Merged parser.clean() fix (issue #16820) from 3.2.
|
2012-12-31 03:41:54 +01:00 |
|
Łukasz Langa
|
3a8479a583
|
Fixes parser.clean() reported in issue #16820.
|
2012-12-31 03:38:39 +01:00 |
|
Łukasz Langa
|
97eefc105e
|
Merged fix for #15803 from 3.2
|
2012-12-31 02:25:28 +01:00 |
|
Łukasz Langa
|
3057469506
|
Fixes issue #15803: incorrect ConfigParser.items() docstring
|
2012-12-31 02:18:20 +01:00 |
|
Serhiy Storchaka
|
62c75f1e52
|
Issue #16645: Fix hardlink extracting test for tarfile.
|
2012-12-30 20:17:28 +02:00 |
|
Serhiy Storchaka
|
88339c44f8
|
Issue #16645: Fix hardlink extracting test for tarfile.
|
2012-12-30 20:16:30 +02:00 |
|
Eli Bendersky
|
52280c427a
|
Skip a test correctly for the C-version. The decorator doesn't really work
because it evaluates its condition before pyET is even set by test_main.
Therefore, the check it moved to "runtime".
|
2012-12-30 06:27:56 -08:00 |
|
Eli Bendersky
|
7ec45f7a36
|
For Issue #16076: make sure that pickling of Element objects is tested, and do
it properly to avoid problems with test-run-order dependencies.
|
2012-12-30 06:17:49 -08:00 |
|
Serhiy Storchaka
|
c1b59d4552
|
Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings.
Patch by Matthew Barnett.
|
2012-12-29 23:38:48 +02:00 |
|
Andrew Svetlov
|
2d8298dcd2
|
Fix docstring in curses (#16782)
|
2012-12-29 23:08:07 +02:00 |
|
Andrew Svetlov
|
bac04e51ca
|
Fix docstring in curses (#16782)
|
2012-12-29 23:07:50 +02:00 |
|
Serhiy Storchaka
|
f1b63c6f0e
|
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
|
2012-12-29 22:36:23 +02:00 |
|
Serhiy Storchaka
|
051722d554
|
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
|
2012-12-29 22:30:56 +02:00 |
|
Serhiy Storchaka
|
f2b9cf4e61
|
Issue #16165: Fix sched.scheduler.run() method was block a scheduler for
other threads.
|
2012-12-29 21:34:11 +02:00 |
|