summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #22869: Remove duplicate stack check from pythonrun.cSteve Dower2014-11-221-37/+0
* Issue #19720: Suppressed context for some exceptions in importlib.Serhiy Storchaka2014-11-211-1/+4
|\
| * Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD.Serhiy Storchaka2014-11-211-1/+4
* | Issue #19720: Suppressed context for some exceptions in importlib.Serhiy Storchaka2014-11-213-5/+6
* | Issue #22834: Have import suppress FileNotFoundError when the currentBrett Cannon2014-11-217-1000/+1042
* | Issue #22869: Add pylifecycle.c/.h files to pythoncore project.Steve Dower2014-11-212-0/+8
* | Issue #22796: HTTP cookie parsing is now stricter, in order to protect agains...Antoine Pitrou2014-11-213-23/+48
* | (Merge 3.4) asyncio: BaseSelectorEventLoop.close() now closes the self-pipeVictor Stinner2014-11-201-1/+3
|\ \ | |/
| * asyncio: BaseSelectorEventLoop.close() now closes the self-pipe before callingVictor Stinner2014-11-201-1/+3
* | Merge 3.4 (asyncio)Victor Stinner2014-11-204-21/+35
|\ \ | |/
| * asyncio: Coroutine objects are now rejected with a TypeError by the followingVictor Stinner2014-11-204-21/+35
* | Merge with 3.4 (asyncio)Victor Stinner2014-11-203-43/+67
|\ \ | |/
| * asyncio, test_events: Ignore the "SSL handshake failed" log in debug modeVictor Stinner2014-11-201-1/+3
| * asyncio: Fix formatting of the "Future exception was never retrieved" inVictor Stinner2014-11-203-42/+64
* | Issue #22869: Split pythonrun into two modulesNick Coghlan2014-11-2016-1587/+1701
* | Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.Serhiy Storchaka2014-11-191-1/+1
|\ \ | |/
| * Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.Serhiy Storchaka2014-11-191-1/+1
* | Issue #20604: Added missed invalid mode in error message of socket.makefile().Serhiy Storchaka2014-11-191-3/+2
|\ \ | |/
| * Issue #20604: Added missed invalid mode in error message of socket.makefile().Serhiy Storchaka2014-11-191-3/+2
* | Close #22370: Windows detection in pathlib is now more robust.Antoine Pitrou2014-11-182-5/+6
|\ \ | |/
| * Close #22370: Windows detection in pathlib is now more robust.Antoine Pitrou2014-11-182-5/+6
* | Null mergeSerhiy Storchaka2014-11-180-0/+0
|\ \ | |/
| * Issue #22453: Warn against the use of leaking macro PyObject_REPR().Serhiy Storchaka2014-11-182-12/+16
* | Issue #22453: Removed non-documented macro PyObject_REPR().Serhiy Storchaka2014-11-184-13/+16
* | Issue #20948: Inline makefmt() in unicode_fromformat_arg()Victor Stinner2014-11-181-44/+9
* | Issue #18637: Fixed an error in _PyNode_SizeOf declaration.Serhiy Storchaka2014-11-181-1/+1
|\ \ | |/
| * Issue #18637: Fixed an error in _PyNode_SizeOf declaration.Serhiy Storchaka2014-11-181-1/+1
* | Issue #20662: Argspec now is escaped in html output of pydoc.Serhiy Storchaka2014-11-171-1/+1
|\ \ | |/
| * Issue #20662: Argspec now is escaped in html output of pydoc.Serhiy Storchaka2014-11-171-1/+1
* | Issue #22824: Simplify reprlib output format for empty arraysRaymond Hettinger2014-11-153-1/+6
* | Issue #22823: Use set literals instead of creating a set from a tuple.Serhiy Storchaka2014-11-151-9/+9
* | Issue #22193: Fixed integer overflow error in sys.getsizeof().Serhiy Storchaka2014-11-153-6/+42
|\ \ | |/
| * Issue #22193: Fixed integer overflow error in sys.getsizeof().Serhiy Storchaka2014-11-153-6/+42
* | Update OS X installer documentation files for 3.5.0Ned Deily2014-11-153-104/+64
* | Issue #22877: PEP 477 - keep 2.7 and 3.x installers in sync.Ned Deily2014-11-152-46/+46
|\ \ | |/
| * Issue #22877: PEP 477 - keep 2.7 and 3.x installers in sync.Ned Deily2014-11-152-46/+46
* | Issue #22847: Improve method cache efficiency.Antoine Pitrou2014-11-142-4/+38
* | - Issue #22841: Reject coroutines in asyncio add_signal_handler().Guido van Rossum2014-11-143-0/+18
|\ \ | |/
| * - Issue #22841: Reject coroutines in asyncio add_signal_handler().Guido van Rossum2014-11-143-0/+18
* | add spaceBenjamin Peterson2014-11-121-0/+1
* | merge 3.4 (#22849)Benjamin Peterson2014-11-123-1/+19
|\ \ | |/
| * fix possible double free in TextIOWrapper.__init__ (closes #22849)Benjamin Peterson2014-11-123-1/+18
* | Close #19494: add urrlib.request.HTTPBasicPriorAuthHandlerNick Coghlan2014-11-125-0/+53
* | Minor code clean up and improvements in the re module.Serhiy Storchaka2014-11-114-17/+13
* | Merge - Upgrade setuptools to 7.0Donald Stufft2014-11-112-1/+1
|\ \ | |/
| * Upgrade setuptools to 7.0Donald Stufft2014-11-112-1/+1
* | Issue #22845: Improved formatting of dis documentation.Serhiy Storchaka2014-11-111-23/+24
|\ \ | |/
| * Issue #22845: Improved formatting of dis documentation.Serhiy Storchaka2014-11-111-23/+24
* | Merge headsSerhiy Storchaka2014-11-111-1/+1
|\ \
| * \ Issue #22839: Fix Snapshot.statistics() link.Berker Peksag2014-11-101-1/+1
| |\ \ | | |/