Barry Warsaw
|
6f3eb39968
|
Trunk merge.
|
2014-12-01 18:17:29 -05:00 |
Barry Warsaw
|
d32d4ae4ca
|
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
asked to compile a source file containing multiple dots in the source file
name.
|
2014-12-01 17:52:43 -05:00 |
Barry Warsaw
|
9e4db75426
|
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
asked to compile a source file containing multiple dots in the source file
name.
|
2014-12-01 17:23:55 -05:00 |
Terry Jan Reedy
|
d4c00d3a5c
|
Remove spurious header in middle of Library section.
I suspect this was leftover from a merge conflict resolution.
|
2014-12-01 17:16:43 -05:00 |
Barry Warsaw
|
2a413853f1
|
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
asked to compile a source file containing multiple dots in the source file
name.
|
2014-12-01 17:10:10 -05:00 |
Terry Jan Reedy
|
95df265e3a
|
Merge with 3.4
|
2014-12-01 17:08:53 -05:00 |
Terry Jan Reedy
|
eecd5c4a00
|
Add NEWS items for Idle patches and a turtledemo patch.
|
2014-12-01 16:59:09 -05:00 |
Serhiy Storchaka
|
83000a490a
|
Removed duplicated words in in comments and docs.
|
2014-12-01 18:30:14 +02:00 |
Serhiy Storchaka
|
56a6d855e2
|
Removed duplicated words in in comments and docs.
|
2014-12-01 18:28:43 +02:00 |
Serhiy Storchaka
|
2205da43a6
|
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Original patch by Martin Panter.
|
2014-12-01 13:10:12 +02:00 |
Serhiy Storchaka
|
b491e0521f
|
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Original patch by Martin Panter.
|
2014-12-01 13:07:45 +02:00 |
Serhiy Storchaka
|
988e2cfb2b
|
Fixed issue number in Misc/NEWS for issue #22407.
|
2014-12-01 12:47:16 +02:00 |
Serhiy Storchaka
|
22a309a434
|
Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or
re.ASCII. It was newer worked.
|
2014-12-01 11:50:07 +02:00 |
Serhiy Storchaka
|
fb028336f9
|
Issue #22838: All test_re tests now work with unittest test discovery.
|
2014-12-01 11:08:27 +02:00 |
Serhiy Storchaka
|
9cba989502
|
Issue #22838: All test_re tests now work with unittest test discovery.
|
2014-12-01 11:06:45 +02:00 |
Serhiy Storchaka
|
ac4aa7b6aa
|
Issue #22902: The "ip" command is now used on Linux to determine MAC address
in uuid.getnode(). Pach by Bruno Cauet.
|
2014-11-30 20:39:04 +02:00 |
Benjamin Peterson
|
16e802f4ae
|
merge 3.4 (#9179)
|
2014-11-30 11:51:16 -05:00 |
Benjamin Peterson
|
66323415c7
|
backout 9fcf4008b626 (#9179) for further consideration
|
2014-11-30 11:49:00 -05:00 |
Benjamin Peterson
|
e39bba2ab1
|
merge 3.4 (#22960)
|
2014-11-29 23:34:30 -05:00 |
Benjamin Peterson
|
c1da3d1ed8
|
add context parameter to xmlrpclib.ServerProxy (#22960)
Patch by Alex Gaynor.
|
2014-11-29 23:32:57 -05:00 |
Berker Peksag
|
bb44fe0a0b
|
Issue #22389: Add contextlib.redirect_stderr().
|
2014-11-28 23:28:06 +02:00 |
Victor Stinner
|
beeb512fe1
|
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
availability of the function is checked during the compilation.
Patch written by Bernard Spil.
|
2014-11-28 13:28:25 +01:00 |
Serhiy Storchaka
|
f1fc9fb33d
|
Issue #22314: pydoc now works when the LINES environment variable is set.
|
2014-11-28 00:11:07 +02:00 |
Serhiy Storchaka
|
ab5e9b9213
|
Issue #22314: pydoc now works when the LINES environment variable is set.
|
2014-11-28 00:09:29 +02:00 |
Serhiy Storchaka
|
5916d53032
|
Issue #22915: SAX parser now supports files opened with file descriptor or
bytes path.
|
2014-11-27 22:14:30 +02:00 |
Serhiy Storchaka
|
fc8e9b0e72
|
Issue #22915: SAX parser now supports files opened with file descriptor or
bytes path.
|
2014-11-27 22:13:16 +02:00 |
Serhiy Storchaka
|
715f01b565
|
Issue #21514: The documentation of the json module now refers to new JSON RFC
7159 instead of obsoleted RFC 4627.
|
2014-11-27 19:45:31 +02:00 |
Serhiy Storchaka
|
7a6915e17d
|
Issue #21514: The documentation of the json module now refers to new JSON RFC
7159 instead of obsoleted RFC 4627.
|
2014-11-27 19:41:47 +02:00 |
Serhiy Storchaka
|
8943ecfab2
|
Issue #22609: Constructors and update methods of mapping classes in the
collections module now accept the self keyword argument.
|
2014-11-27 16:35:26 +02:00 |
Serhiy Storchaka
|
ae5cb214d2
|
Issue #22609: Constructors and update methods of mapping classes in the
collections module now accept the self keyword argument.
|
2014-11-27 16:25:51 +02:00 |
Benjamin Peterson
|
33f8f15bdd
|
add readline.append_history_file (closes #22940)
patch by "bru"
|
2014-11-26 13:58:16 -06:00 |
Serhiy Storchaka
|
166ebc4e5d
|
Issue #19676: Added the "namereplace" error handler.
|
2014-11-25 13:57:17 +02:00 |
Benjamin Peterson
|
6c22e65773
|
merge 3.4 (#22788)
|
2014-11-23 20:38:13 -06:00 |
Benjamin Peterson
|
43052a14c1
|
add context parameter to HTTPHandler (closes #22788)
|
2014-11-23 20:36:44 -06:00 |
Benjamin Peterson
|
83711e9bdf
|
merge 3.4
|
2014-11-23 20:17:06 -06:00 |
Benjamin Peterson
|
f200498abe
|
add NEWS note for #22921
|
2014-11-23 20:15:31 -06:00 |
Antoine Pitrou
|
b9079c81dd
|
Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures.
|
2014-11-23 15:56:41 +01:00 |
Antoine Pitrou
|
18f22989dd
|
Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures.
|
2014-11-23 15:55:11 +01:00 |
Brett Cannon
|
b6e2556d8f
|
Issue #22834: Have import suppress FileNotFoundError when the current
working directory no longer exists.
Thanks to Martin Panter for the bug report.
|
2014-11-21 12:19:28 -05:00 |
Antoine Pitrou
|
b1e36073cd
|
Issue #22796: HTTP cookie parsing is now stricter, in order to protect against potential injection attacks.
|
2014-11-21 01:20:57 +01:00 |
Nick Coghlan
|
d600951748
|
Issue #22869: Split pythonrun into two modules
- interpreter startup and shutdown code moved to a new
pylifecycle.c module
- Py_OptimizeFlag moved into the new module with the other
global flags
|
2014-11-20 21:39:37 +10:00 |
Antoine Pitrou
|
1d922d0ce9
|
Close #22370: Windows detection in pathlib is now more robust.
|
2014-11-19 00:33:08 +01:00 |
Antoine Pitrou
|
db118f5db7
|
Close #22370: Windows detection in pathlib is now more robust.
|
2014-11-19 00:32:08 +01:00 |
Serhiy Storchaka
|
df4518ca4b
|
Issue #22453: Removed non-documented macro PyObject_REPR().
|
2014-11-18 23:34:33 +02:00 |
Raymond Hettinger
|
a34cd0c781
|
Issue #22824: Simplify reprlib output format for empty arrays
|
2014-11-15 10:58:58 -08:00 |
Antoine Pitrou
|
2a40e36739
|
Issue #22847: Improve method cache efficiency.
|
2014-11-15 00:56:27 +01:00 |
Guido van Rossum
|
59f0682190
|
- Issue #22841: Reject coroutines in asyncio add_signal_handler().
Patch by Ludovic.Gasc.
|
2014-11-14 11:48:37 -08:00 |
Guido van Rossum
|
e36fcde383
|
- Issue #22841: Reject coroutines in asyncio add_signal_handler().
Patch by Ludovic.Gasc.
|
2014-11-14 11:45:47 -08:00 |
Benjamin Peterson
|
994c7f76a3
|
merge 3.4 (#22849)
|
2014-11-12 10:23:35 -05:00 |
Benjamin Peterson
|
6c14f23100
|
fix possible double free in TextIOWrapper.__init__ (closes #22849)
|
2014-11-12 10:19:46 -05:00 |