summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-061-0/+21
|\
| * Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-061-0/+21
* | merge 3.4Benjamin Peterson2015-03-061-5/+0
|\ \ | |/
| * remove redundant testBenjamin Peterson2015-03-061-5/+0
* | merge 3.4 (#23590)Benjamin Peterson2015-03-061-0/+6
|\ \ | |/
| * fix potential refleak in PyFloat_AsDouble (closes #23590)Benjamin Peterson2015-03-061-0/+6
* | Issue #22936: Allow showing local variables in unittest errors.Robert Collins2015-03-067-25/+97
* | unittest: Trivial typo fix.Robert Collins2015-03-051-1/+1
* | Issue #22936: Make it possible to show local variables in tracebacks.Robert Collins2015-03-052-24/+92
* | merge 3.4Benjamin Peterson2015-03-052-3/+3
|\ \ | |/
| * use _import_symbols to import VERIFY_* constantsBenjamin Peterson2015-03-051-2/+1
| * adjust test_crl_check for trusted first being defaultBenjamin Peterson2015-03-051-1/+2
* | merge 3.4Benjamin Peterson2015-03-051-2/+3
|\ \ | |/
| * expose X509_V_FLAG_TRUSTED_FIRSTBenjamin Peterson2015-03-051-2/+3
* | Remaining fallout from 17911Robert Collins2015-03-053-28/+17
* | Merge 3.4 (test_subprocess)Victor Stinner2015-03-051-6/+9
|\ \ | |/
| * Issue #21619: Try to fix test_broken_pipe_cleanup()Victor Stinner2015-03-051-6/+9
* | Fix brownbag in issue 17911 commitRobert Collins2015-03-041-3/+2
* | Issue #17911: traceback module overhaulRobert Collins2015-03-044-157/+655
* | Issue #23504: Added an __all__ to the types module.Serhiy Storchaka2015-03-041-0/+3
|\ \ | |/
| * Issue #23504: Added an __all__ to the types module.Serhiy Storchaka2015-03-041-0/+3
* | Issue #23563: Optimized utility functions in urllib.parse.Serhiy Storchaka2015-03-031-60/+28
* | issue19075: add visual sorting algorithms to turtledemo; original code from J...Ethan Furman2015-03-021-0/+204
* | Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...Steve Dower2015-03-021-2/+11
|\ \ | |/
| * Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...Steve Dower2015-03-021-2/+11
* | Added more tests for urllib.parse utility functions.Serhiy Storchaka2015-03-022-69/+129
|\ \ | |/
| * Added more tests for urllib.parse utility functions.Serhiy Storchaka2015-03-022-69/+129
* | Issue #23527: Update Gmail port number for STARTTLS to 587.Berker Peksag2015-03-021-1/+1
|\ \ | |/
| * Issue #23527: Update Gmail port number for STARTTLS to 587.Berker Peksag2015-03-021-1/+1
* | Issue #23477: Improve test coverage of wsgiref.simple_server.Berker Peksag2015-03-021-0/+25
|\ \ | |/
| * Issue #23477: Improve test coverage of wsgiref.simple_server.Berker Peksag2015-03-021-0/+25
* | Issue #23387: Skip test_issue16464 if it raises an 5xx error.Berker Peksag2015-03-022-21/+13
|\ \ | |/
| * Issue #23387: Skip test_issue16464 if it raises an 5xx error.Berker Peksag2015-03-022-21/+13
* | Issue #7830: Flatten nested functools.partial.Alexander Belopolsky2015-03-012-0/+18
* | Closes issue #22791: Improved datetime from timestamp methods documentation.Alexander Belopolsky2015-03-011-1/+1
* | Fixed pydoc tests when run with -OO.Serhiy Storchaka2015-03-011-0/+4
|\ \ | |/
| * Fixed pydoc tests when run with -OO.Serhiy Storchaka2015-03-011-0/+4
* | Issue #19980: Improved help() for non-recognized strings. help('') nowSerhiy Storchaka2015-02-282-5/+14
* | Fixes #23521: Corrected pure python implementation of timedelta division.Alexander Belopolsky2015-02-282-3/+57
|\ \ | |/
| * Fixes #23521: Corrected pure python implementation of timedelta division.Alexander Belopolsky2015-02-282-3/+57
* | Fixed a test for issue #21619 on Windows.Serhiy Storchaka2015-02-281-1/+1
|\ \ | |/
| * Fixed a test for issue #21619 on Windows.Serhiy Storchaka2015-02-281-1/+1
* | Issue #21619: Popen objects no longer leave a zombie after exit in the withSerhiy Storchaka2015-02-282-4/+21
|\ \ | |/
| * Issue #21619: Popen objects no longer leave a zombie after exit in the withSerhiy Storchaka2015-02-282-4/+21
* | Issue #22834: Drop a redundant comment and use errno instead of anBrett Cannon2015-02-271-2/+2
* | Merge 3.4 (asyncio)Victor Stinner2015-02-271-6/+0
|\ \ | |/
| * Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransportVictor Stinner2015-02-271-6/+0
* | Merge 3.4 (httplib)Victor Stinner2015-02-271-0/+3
|\ \ | |/
| * Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.Victor Stinner2015-02-271-0/+3
| * Merge 3.4.3 release engineering changes back into 3.4.Larry Hastings2015-02-2635-437/+792
| |\