summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue number in Misc/NEWS for issue #22407.Serhiy Storchaka2014-12-011-1/+1
* Issue #21032: Deprecated the use of re.LOCALE flag with str patterns orSerhiy Storchaka2014-12-011-0/+3
* Issue #22838: All test_re tests now work with unittest test discovery.Serhiy Storchaka2014-12-011-0/+2
|\
| * Issue #22838: All test_re tests now work with unittest test discovery.Serhiy Storchaka2014-12-011-0/+2
* | Issue #22902: The "ip" command is now used on Linux to determine MAC addressSerhiy Storchaka2014-11-302-0/+4
* | merge 3.4 (#9179)Benjamin Peterson2014-11-301-3/+0
|\ \ | |/
| * backout 9fcf4008b626 (#9179) for further considerationBenjamin Peterson2014-11-301-3/+0
* | merge 3.4 (#22960)Benjamin Peterson2014-11-301-0/+2
|\ \ | |/
| * add context parameter to xmlrpclib.ServerProxy (#22960)Benjamin Peterson2014-11-301-0/+2
* | Issue #22389: Add contextlib.redirect_stderr().Berker Peksag2014-11-281-0/+2
* | (Merge 3.4) Closes #22348: Rephrase asyncio.StreamWriter.drain() documentationVictor Stinner2014-11-281-0/+1
|\ \ | |/
| * Closes #22348: Rephrase asyncio.StreamWriter.drain() documentationVictor Stinner2014-11-281-0/+1
* | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2014-11-281-0/+4
* | Issue #22314: pydoc now works when the LINES environment variable is set.Serhiy Storchaka2014-11-271-0/+5
|\ \ | |/
| * Issue #22314: pydoc now works when the LINES environment variable is set.Serhiy Storchaka2014-11-271-0/+5
* | Issue #22915: SAX parser now supports files opened with file descriptor orSerhiy Storchaka2014-11-271-0/+3
|\ \ | |/
| * Issue #22915: SAX parser now supports files opened with file descriptor orSerhiy Storchaka2014-11-271-0/+3
* | Issue #21514: The documentation of the json module now refers to new JSON RFCSerhiy Storchaka2014-11-271-0/+3
|\ \ | |/
| * Issue #21514: The documentation of the json module now refers to new JSON RFCSerhiy Storchaka2014-11-271-0/+6
* | Issue #22609: Constructors and update methods of mapping classes in theSerhiy Storchaka2014-11-271-0/+3
|\ \ | |/
| * Issue #22609: Constructors and update methods of mapping classes in theSerhiy Storchaka2014-11-271-0/+3
* | add readline.append_history_file (closes #22940)Benjamin Peterson2014-11-261-0/+2
* | Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-251-0/+2
* | merge 3.4 (#22788)Benjamin Peterson2014-11-241-0/+2
|\ \ | |/
| * add context parameter to HTTPHandler (closes #22788)Benjamin Peterson2014-11-241-0/+2
* | merge 3.4Benjamin Peterson2014-11-241-0/+3
|\ \ | |/
| * add NEWS note for #22921Benjamin Peterson2014-11-241-0/+3
* | Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe...Antoine Pitrou2014-11-231-0/+3
|\ \ | |/
| * Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe...Antoine Pitrou2014-11-231-0/+3
| * Issue #22638: SSLv3 is now disabled throughout the standard library.Antoine Pitrou2014-10-171-0/+3
* | Issue #22834: Have import suppress FileNotFoundError when the currentBrett Cannon2014-11-211-1/+4
* | Issue #22796: HTTP cookie parsing is now stricter, in order to protect agains...Antoine Pitrou2014-11-211-0/+3
* | Issue #22869: Split pythonrun into two modulesNick Coghlan2014-11-201-0/+3
* | Close #22370: Windows detection in pathlib is now more robust.Antoine Pitrou2014-11-181-0/+2
|\ \ | |/
| * Close #22370: Windows detection in pathlib is now more robust.Antoine Pitrou2014-11-181-0/+2
* | Issue #22453: Removed non-documented macro PyObject_REPR().Serhiy Storchaka2014-11-181-0/+2
* | Issue #22824: Simplify reprlib output format for empty arraysRaymond Hettinger2014-11-151-0/+3
* | Issue #22847: Improve method cache efficiency.Antoine Pitrou2014-11-141-0/+2
* | - Issue #22841: Reject coroutines in asyncio add_signal_handler().Guido van Rossum2014-11-141-0/+3
|\ \ | |/
| * - Issue #22841: Reject coroutines in asyncio add_signal_handler().Guido van Rossum2014-11-141-0/+3
* | merge 3.4 (#22849)Benjamin Peterson2014-11-121-0/+2
|\ \ | |/
| * fix possible double free in TextIOWrapper.__init__ (closes #22849)Benjamin Peterson2014-11-121-0/+2
* | Close #19494: add urrlib.request.HTTPBasicPriorAuthHandlerNick Coghlan2014-11-121-0/+3
* | Issue #22578: Added attributes to the re.error class.Serhiy Storchaka2014-11-101-0/+2
* | Issue #12728: Different Unicode characters having the same uppercase butSerhiy Storchaka2014-11-101-0/+3
|\ \ | |/
| * Issue #12728: Different Unicode characters having the same uppercase butSerhiy Storchaka2014-11-101-0/+3
* | Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endianSerhiy Storchaka2014-11-101-0/+3
|\ \ | |/
| * Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endianSerhiy Storchaka2014-11-101-0/+3
* | Issue #21650: Add an `--sort-keys` option to json.tool CLI.Berker Peksag2014-11-101-0/+2
* | Issue #22824: Updated reprlib output format for sets to use set literals.Raymond Hettinger2014-11-101-0/+3