summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-2511-7/+255
* Issue #20351: Add examples for csv.DictReader and csv.DictWriter.Berker Peksag2014-11-241-0/+25
|\
| * Issue #20351: Add examples for csv.DictReader and csv.DictWriter.Berker Peksag2014-11-241-0/+25
* | Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.Berker Peksag2014-11-242-2/+2
* | update versionchangedBenjamin Peterson2014-11-241-1/+1
* | merge 3.4 (#22788)Benjamin Peterson2014-11-244-21/+24
|\ \ | |/
| * add context parameter to HTTPHandler (closes #22788)Benjamin Peterson2014-11-244-21/+24
* | merge 3.4Benjamin Peterson2014-11-241-0/+3
|\ \ | |/
| * add NEWS note for #22921Benjamin Peterson2014-11-241-0/+3
* | merge 3.4 (null)Benjamin Peterson2014-11-240-0/+0
|\ \ | |/
| * correct versionchanged versionBenjamin Peterson2014-11-241-1/+1
* | merge 3.4 (#22921)Benjamin Peterson2014-11-2316-79/+24
|\ \ | |/
| * don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-2316-67/+22
* | merge 3.4Benjamin Peterson2014-11-231-4/+1
|\ \ | |/
| * document that cadefault does nothing nowBenjamin Peterson2014-11-231-4/+1
* | Update importlib.hAntoine Pitrou2014-11-231-430/+430
* | Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe...Antoine Pitrou2014-11-233-1/+33
|\ \ | |/
| * Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe...Antoine Pitrou2014-11-233-1/+33
* | Null mergeAntoine Pitrou2014-11-230-0/+0
|\ \ | |/
| * Issue #22638: SSLv3 is now disabled throughout the standard library.Antoine Pitrou2014-10-172-0/+6
* | PEP 479: Use the return-keyword instead of raising StopIteration inside a ge...Raymond Hettinger2014-11-236-7/+4
* | PEP 479: Don't let StopIteration bubble out of calls to next() inside a gene...Raymond Hettinger2014-11-232-7/+28
* | Really add downloads page link to OS X installer README screens.Ned Deily2014-11-222-1/+15
* | Add downloads page link to OS X installer README screens.Ned Deily2014-11-220-0/+0
|\ \ | |/
| * Add downloads page link to OS X installer README screens.Ned Deily2014-11-222-8/+9
* | Issue #22834: cwd can't not exist on Windows, skip the testZachary Ware2014-11-221-0/+1
* | Closes #22869: Move PyOS_CheckStack back to pythonrun.cZachary Ware2014-11-222-38/+37
* | 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