Serhiy Storchaka
|
0aa74e10bb
|
Issue #19681: Test the repr of partial with more than one keyword argument.
|
2015-02-15 16:20:47 +02:00 |
|
Serhiy Storchaka
|
d362c21264
|
Use pickled data compatible with Python 2 for testing protocols 0-2.
|
2015-02-15 14:10:24 +02:00 |
|
Serhiy Storchaka
|
fa310ee3a9
|
Use pickled data compatible with Python 2 for testing protocols 0-2.
|
2015-02-15 14:10:03 +02:00 |
|
Serhiy Storchaka
|
5fd174a78d
|
Use os.devnull instead of hardcoded '/dev/null'.
|
2015-02-15 14:03:11 +02:00 |
|
Serhiy Storchaka
|
56abe39052
|
Merge heads
|
2015-02-15 14:02:15 +02:00 |
|
Serhiy Storchaka
|
85c3033670
|
Use os.devnull instead of hardcoded '/dev/null'.
|
2015-02-15 13:58:23 +02:00 |
|
Serhiy Storchaka
|
2307287c92
|
Issue #17753: Skip test_zipfile tests which require write access to test
and email.test.
|
2015-02-14 23:06:42 +02:00 |
|
Serhiy Storchaka
|
db724fe994
|
Issue #17753: Skip test_zipfile tests which require write access to test
and email.test.
|
2015-02-14 23:04:35 +02:00 |
|
Serhiy Storchaka
|
86a35bcba9
|
Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
Patch by David Edelsohn.
|
2015-02-14 22:45:15 +02:00 |
|
Serhiy Storchaka
|
6b688d8162
|
Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
Patch by David Edelsohn.
|
2015-02-14 22:44:35 +02:00 |
|
Steve Dower
|
17be514d0a
|
Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore)
|
2015-02-14 09:50:59 -08:00 |
|
Serhiy Storchaka
|
a750ce3325
|
Issue #19105: pprint now more efficiently uses free space at the right.
|
2015-02-14 10:55:19 +02:00 |
|
Berker Peksag
|
8089cd642f
|
Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.
Patch by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson.
|
2015-02-14 01:39:17 +02:00 |
|
Berker Peksag
|
0fe6325acf
|
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
|
2015-02-13 21:02:12 +02:00 |
|
Berker Peksag
|
6767757589
|
Issue #23418: Add missing entries to http.server.__all__.
Patch by Martin Panter.
|
2015-02-13 20:48:41 +02:00 |
|
Berker Peksag
|
366c570d1f
|
Issue #23418: Add missing entries to http.server.__all__.
Patch by Martin Panter.
|
2015-02-13 20:48:15 +02:00 |
|
Serhiy Storchaka
|
2eab85b7a2
|
Issue #21849: Ported from 2.7 tests for non-ASCII data.
|
2015-02-13 15:19:08 +02:00 |
|
Serhiy Storchaka
|
a25c542c47
|
Issue #21849: Ported from 2.7 tests for non-ASCII data.
|
2015-02-13 15:13:33 +02:00 |
|
Victor Stinner
|
4163cc0d9f
|
Merge 3.4 (asyncio)
|
2015-02-10 14:49:56 +01:00 |
|
Victor Stinner
|
8e36812e27
|
asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it
already finished
|
2015-02-10 14:49:32 +01:00 |
|
Serhiy Storchaka
|
4bdcfce512
|
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
|
2015-02-10 08:47:10 +02:00 |
|
Serhiy Storchaka
|
832dd5f0d6
|
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
|
2015-02-10 08:45:53 +02:00 |
|
Vinay Sajip
|
365701add9
|
Added respect_handler_level to QueueListener.
|
2015-02-09 19:49:00 +00:00 |
|
Larry Hastings
|
b06f142f5f
|
Release bump for 3.5.0a1.
|
2015-02-07 16:00:55 -08:00 |
|
Larry Hastings
|
e5529063b2
|
Version bump for 3.4.3rc1.
|
2015-02-07 16:00:45 -08:00 |
|
Larry Hastings
|
ead7aec74d
|
Updated pydoc topics data for 3.5.0a1 release.
|
2015-02-07 15:55:34 -08:00 |
|
Larry Hastings
|
af83f9e313
|
Updated pydoc topics data for 3.4.3rc1 release.
|
2015-02-07 15:55:23 -08:00 |
|
Charles-François Natali
|
26dd5edae8
|
Fix whitespace.
|
2015-02-07 13:29:15 +00:00 |
|
Charles-François Natali
|
6e6c59b508
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
|
2015-02-07 13:27:50 +00:00 |
|
Barry Warsaw
|
1670613d48
|
Issue #23399: pyvenv creates relative symlinks where possible.
|
2015-02-06 11:58:06 -05:00 |
|
Barry Warsaw
|
581c29f8fe
|
Issue #23399: pyvenv creates relative symlinks where possible.
|
2015-02-06 11:23:58 -05:00 |
|
Berker Peksag
|
bf5e9604cc
|
Issue #20289: cgi.FieldStorage() now supports the context management protocol.
|
2015-02-06 10:21:37 +02:00 |
|
Serhiy Storchaka
|
6cfb61f163
|
Issue #23392: Added tests for marshal C API that works with FILE*.
|
2015-02-06 09:00:44 +02:00 |
|
Serhiy Storchaka
|
b51813403f
|
Issue #23392: Added tests for marshal C API that works with FILE*.
|
2015-02-06 08:58:56 +02:00 |
|
Serhiy Storchaka
|
313ee59e49
|
Issue #23881: Only use entry-values with gdb 7.4 in tests.
Fixes a regression in issue #22765. Patch by Vinson Lee.
|
2015-02-06 08:35:54 +02:00 |
|
Serhiy Storchaka
|
17d337bc7a
|
Issue #23881: Only use entry-values with gdb 7.4 in tests.
Fixes a regression in issue #22765. Patch by Vinson Lee.
|
2015-02-06 08:35:20 +02:00 |
|
Benjamin Peterson
|
6c62ac1a01
|
merge 3.4 (#22735)
|
2015-02-05 22:29:46 -05:00 |
|
Benjamin Peterson
|
104b9e0cca
|
fix many custom mro() edge cases and improve code quality (#22735)
Patch by Eldar Abusalimov.
|
2015-02-05 22:29:14 -05:00 |
|
Victor Stinner
|
f92766c3b2
|
(Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of bad
clock resolution on Windows
|
2015-02-05 14:25:53 +01:00 |
|
Victor Stinner
|
aad7b2e4f5
|
test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution
on Windows
|
2015-02-05 14:25:05 +01:00 |
|
Serhiy Storchaka
|
71f5b71cfb
|
Issue #18982: Add tests for CLI of the calendar module.
|
2015-02-05 15:17:49 +02:00 |
|
Serhiy Storchaka
|
aef859c5ee
|
Issue #18982: Add tests for CLI of the calendar module.
|
2015-02-05 15:14:35 +02:00 |
|
Victor Stinner
|
5c84936542
|
Merge 3.4 (asyncio)
|
2015-02-05 11:46:45 +01:00 |
|
Victor Stinner
|
a87501fd23
|
asyncio: BaseEventLoop: rename _owner to _thread_id
|
2015-02-05 11:45:33 +01:00 |
|
Ned Deily
|
7aa4428835
|
Issue #23345: merge from 3.4
|
2015-02-05 17:24:00 +11:00 |
|
Ned Deily
|
05784a706e
|
Issue #23345: Prevent test_ssl failures with large OpenSSL patch level
values (like 0.9.8zc).
|
2015-02-05 17:20:13 +11:00 |
|
Donald Stufft
|
da3c64c826
|
Merge: Update pip to 6.0.8
|
2015-02-04 22:00:56 -05:00 |
|
Donald Stufft
|
ff0fdef6d0
|
Update pip to 6.0.8
|
2015-02-04 22:00:17 -05:00 |
|
Gregory P. Smith
|
7c60eb85d8
|
Make the stdlib test suite helper test.script_helper._assert_python no longer
pass -I or -E to the child process by default when the environment is required
for the child process interpreter to function properly.
|
2015-02-04 17:16:30 -08:00 |
|
Gregory P. Smith
|
c3493aa951
|
Make the stdlib test suite helper test.script_helper._assert_python no longer
pass -I or -E to the child process by default when the environment is required
for the child process interpreter to function properly.
|
2015-02-04 17:10:19 -08:00 |
|