Serhiy Storchaka
|
abac0a7744
|
Added base64 module tests for non-binary files.
|
2013-04-28 15:56:11 +03:00 |
Serhiy Storchaka
|
017523c4f4
|
Issue #17842. Added base64 module tests with bytearray arguments.
Original patch by Kushal Das.
|
2013-04-28 15:53:08 +03:00 |
Serhiy Storchaka
|
d160b12292
|
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
such as was shipped with Centos 5 and Mac OS X 10.4.
|
2013-04-28 14:10:27 +03:00 |
Brett Cannon
|
4067aa272e
|
Issue #17357: Use more stern wording for
importlib.invalidate_caches().
|
2013-04-27 23:20:32 -04:00 |
Antoine Pitrou
|
e1a1674e1e
|
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
|
2013-04-24 23:31:38 +02:00 |
Łukasz Langa
|
6ae466732c
|
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
|
2013-04-24 01:49:52 +02:00 |
Łukasz Langa
|
20ea96f29a
|
backported rev 79713 from 3.4, test_recursion_limit skipped for -O0
|
2013-04-24 01:29:26 +02:00 |
Łukasz Langa
|
fa608186b4
|
fix character index in ExtendedInterpolation's exception message
|
2013-04-24 01:25:18 +02:00 |
Ronald Oussoren
|
326edfde56
|
Ensure that plistlib doesn't corrupt deeply nested datastructures
Without this changeset plistlib would write empty tags for plistlib.Data
objects in deeply nested datastructures.
Fixes #17353
|
2013-04-23 13:47:22 +02:00 |
Ezio Melotti
|
d638381ee0
|
#17729: remove the Advocacy HOWTO from the index.
|
2013-04-23 09:56:30 +03:00 |
Ezio Melotti
|
8bdcaf794a
|
#17729: remove the outdated Advocacy HOWTO, as suggested by the author.
|
2013-04-23 09:24:51 +03:00 |
Serhiy Storchaka
|
81a5855a27
|
Issue #11714: Use 'with' statements to assure a Semaphore releases a
condition variable. Original patch by Thomas Rachel.
|
2013-04-22 22:51:43 +03:00 |
Eli Bendersky
|
d4cb4b7451
|
Issue #17736: fix misleading comment in _elementtree.c
Patch by Jonas Wagner
|
2013-04-22 05:25:25 -07:00 |
Vinay Sajip
|
e917052e1a
|
Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets.
|
2013-04-22 10:07:40 +01:00 |
R David Murray
|
25187e666b
|
#15575: Clarify tutorial description of when modules are executed.
|
2013-04-21 16:58:36 -04:00 |
Ned Deily
|
bebe91a0ef
|
Issue #17670: Provide an example of expandtabs() usage.
|
2013-04-21 13:05:21 -07:00 |
R David Murray
|
4140fb5211
|
#17065: Use process-unique key for winreg test.
Patch by Jeremy Kloth.
|
2013-04-21 10:08:02 -04:00 |
Alexandre Vassalotti
|
637c7c475a
|
Fix reference leak in _pickle.
|
2013-04-20 21:28:21 -07:00 |
Ezio Melotti
|
6b02772c13
|
Remove trailing whitespace.
|
2013-04-21 04:07:51 +03:00 |
Ezio Melotti
|
65f7a9e3c0
|
Remove duplicated tests.
|
2013-04-21 03:55:17 +03:00 |
Ned Deily
|
67804e9838
|
Issue #17801: fix shebang line of gprof2html.py
|
2013-04-20 14:07:43 -07:00 |
Alexandre Vassalotti
|
1f7492c28a
|
Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler
to correctly process the opcode when it is used on non-list objects.
|
2013-04-20 13:19:46 -07:00 |
R David Murray
|
bdf940d3bd
|
#17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.
|
2013-04-20 13:37:34 -04:00 |
R David Murray
|
3583761bcd
|
#17413: make sure settrace funcs get passed exception instances for 'value'.
Patch by Ingrid Cheung and Brendan McLoughlin.
|
2013-04-19 12:56:57 -04:00 |
Barry Warsaw
|
0aa685a33c
|
Minor typo in example.
|
2013-04-19 11:32:25 -04:00 |
Ezio Melotti
|
1b6424fc4b
|
Fix indentation.
|
2013-04-19 07:10:09 +03:00 |
Ezio Melotti
|
ab5ba7918e
|
#17790: test_set now works with unittest test discovery. Patch by Zachary Ware.
|
2013-04-19 05:58:44 +03:00 |
Ezio Melotti
|
3e4a98bd1c
|
#17789: test_random now works with unittest test discovery. Patch by Zachary Ware.
|
2013-04-19 05:45:27 +03:00 |
Ezio Melotti
|
aaa5d1c582
|
#17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware.
|
2013-04-19 05:38:18 +03:00 |
R David Murray
|
bca1a2629a
|
#17135: Add note in imp to use importlib for new programs.
|
2013-04-18 09:51:17 -04:00 |
Richard Oudkerk
|
0471ac3d80
|
Merge.
|
2013-04-17 21:16:52 +01:00 |
Antoine Pitrou
|
cf8a1e51ec
|
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
|
2013-04-17 22:06:44 +02:00 |
Richard Oudkerk
|
409c31390f
|
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
registry does not grow exponentially with generation of process.
|
2013-04-17 20:58:00 +01:00 |
Giampaolo Rodola'
|
b38897fc91
|
Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts.
|
2013-04-17 13:08:59 +02:00 |
Roger Serwy
|
643ea53c14
|
#14735: Update IDLE docs to omit "Control-z on Windows".
|
2013-04-17 00:22:50 -05:00 |
Ezio Melotti
|
a68c1ab571
|
#17771: fix typo. Patch by Andriy Mysyk.
|
2013-04-17 07:34:13 +03:00 |
Ezio Melotti
|
d13c008bf4
|
#17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware.
|
2013-04-17 04:34:05 +03:00 |
Ezio Melotti
|
c048d98501
|
#17740: fix links to the socket function. Initial patch by Zachary Ware.
|
2013-04-17 04:10:26 +03:00 |
Antoine Pitrou
|
d34941ad4e
|
Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets.
Thanks to David D Lowe for reporting.
|
2013-04-16 20:27:17 +02:00 |
Barry Warsaw
|
20c08c8041
|
Remove unused import.
|
2013-04-16 11:18:53 -04:00 |
Barry Warsaw
|
618738b921
|
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
variable if empty path argument is specified. Patch by Serhiy Storchaka.
|
2013-04-16 11:05:03 -04:00 |
Benjamin Peterson
|
51ce29c530
|
remove pointless code (closes #17738)
|
2013-04-15 21:38:25 -04:00 |
Antoine Pitrou
|
3034efdd29
|
Issue #17710: Fix pickle raising a SystemError on bogus input.
|
2013-04-15 21:51:09 +02:00 |
Ezio Melotti
|
ed3cd7e445
|
#13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti.
|
2013-04-15 19:08:31 +03:00 |
Eric V. Smith
|
45fe62dc9c
|
Issue #17728: Specify default precision for float.format for presentation types e, f, and g.
|
2013-04-15 09:51:54 -04:00 |
Nick Coghlan
|
f1465f0535
|
Close #17731: Clean up properly in test_import
|
2013-04-15 22:56:51 +10:00 |
R David Murray
|
26dfaac9ac
|
#17341: Include name in re error message about invalid group name.
Patch by Jason Michalski.
|
2013-04-14 13:00:54 -04:00 |
Serhiy Storchaka
|
f2fa5fc794
|
Issue #17221: Resort Misc/NEWS.
|
2013-04-14 18:53:39 +03:00 |
Victor Stinner
|
839e5eafcb
|
Issue #17702: use assertRaises() for the unit test
|
2013-04-14 16:43:03 +02:00 |
Victor Stinner
|
6d10139d70
|
Close #17702: os.environ now raises KeyError with the original environment
variable name (str on UNIX), instead of using the encoded name (bytes on UNIX).
|
2013-04-14 16:35:04 +02:00 |