summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * | Release bump for 3.4.3 final.Larry Hastings2015-02-232-2/+2
| * | Doc updates for 3.4.3 final.Larry Hastings2015-02-231-1/+1
* | | Bump the blocksize up from 62 to 64 to speed up the modulo calculation.Raymond Hettinger2015-02-271-1/+1
* | | Issue #15955: Add an option to limit the output size in bz2.decompress().Antoine Pitrou2015-02-261-0/+103
* | | merge 3.4Benjamin Peterson2015-02-251-1/+0
|\ \ \ | | |/ | |/|
| * | remove unused importBenjamin Peterson2015-02-251-1/+0
* | | Issue 23314: SuppressCrashReports now disables CRT assertionsSteve Dower2015-02-232-15/+44