summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #14626: Large refactoring of functions / parameters in the os module.Larry Hastings2012-06-221-1/+9
* Issue #15008: Implement PEP 362 "Signature Objects".Larry Hastings2012-06-221-0/+3
* MergeGuido van Rossum2012-06-221-0/+11
|\
| * Fix #444582. Add shutil.which function for finding programs on the system path.Brian Curtin2012-06-221-0/+4
| * MergeAntoine Pitrou2012-06-221-0/+3
| |\
| | * Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm2012-06-221-0/+3
| * | Issue #14837: SSL errors now have `library` and `reason` attributes describin...Antoine Pitrou2012-06-221-0/+4
| |/
* | Speed up base64.urlsafe_{en,de}code().Guido van Rossum2012-06-221-0/+2
|/
* Closes #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-06-221-0/+2
* Issue #9527: datetime.astimezone() method will now supply a classAlexander Belopolsky2012-06-221-0/+4
* Issue #14769: test_capi now has SkipitemTest, which cleverly checksLarry Hastings2012-06-221-0/+4
* Issue #15042: Add PyState_AddModule and PyState_RemoveModule.Martin v. Löwis2012-06-221-0/+6
* Issue #14653: email.utils.mktime_tz() no longer relies on systemAlexander Belopolsky2012-06-221-0/+3
|\
| * Issue #14653: email.utils.mktime_tz() no longer relies on systemAlexander Belopolsky2012-06-221-0/+3
* | Document the rest of zlib.compressobj()'s arguments.Nadeem Vawda2012-06-211-0/+1
* | #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-211-0/+3
|\ \ | |/
| * #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-211-0/+3
* | Issue #14225: Fix Unicode support for curses (#12567) on OS X:Ned Deily2012-06-211-0/+2
* | Issue #14684: Add support for predefined compression dictionaries to the zlib...Nadeem Vawda2012-06-211-0/+3
* | Do not italicize punctuation in python(1) manual page (Matt Kraai).doko@ubuntu.com2012-06-201-6/+6
* | Issue #15096: Drop support for the ur string prefixChristian Heimes2012-06-201-0/+3
* | Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-191-0/+2
|\ \ | |/
| * Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-191-0/+2
* | Issue #14928: Fix importlib bootstrap issues by using a custom executable (Mo...Antoine Pitrou2012-06-191-0/+6
* | Fix #14772: Return the destination from some shutil functions.Brian Curtin2012-06-181-0/+2
* | Issue #15038: Optimize python Locks on WindowsKristján Valur Jónsson2012-06-181-0/+2
* | Issue #15064: Implement context manager protocol for multiprocessing typesRichard Oudkerk2012-06-181-0/+2
* | Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-181-0/+2
|\ \ | |/
| * Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-181-0/+2
* | Fix NEWS entry for #15036Petri Lehtinen2012-06-181-3/+3
|\ \ | |/
| * Fix NEWS entry for #15036Petri Lehtinen2012-06-181-3/+3
* | Issue #14657: The frozen instance of importlib used for bootstrap is now also...Antoine Pitrou2012-06-171-0/+3
* | #14840: merge with 3.2.Ezio Melotti2012-06-171-0/+1
|\ \ | |/
| * #14840: Add a bit on the difference between tuples and lists. Initial patch ...Ezio Melotti2012-06-171-0/+1
* | Merge from 3.2 (Ignore X-Antivirus headers in test_nntplib)Nick Coghlan2012-06-171-0/+3
|\ \ | |/
| * Ignore X-Antivirus headers in test_nntplibNick Coghlan2012-06-171-0/+3
* | Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded)Nick Coghlan2012-06-171-1/+4
|\ \ | |/
| * Issue #15043: skip test_gdb if the custom hooks can't be loadedNick Coghlan2012-06-171-0/+3
* | Issue #14055: Add __sizeof__ support to _elementtree.Martin v. Löwis2012-06-171-0/+2
* | Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (ini...Nick Coghlan2012-06-171-0/+5
* | Issue #13783: PEP 380 cleanup part 2, using the new identifier APIs in the ge...Nick Coghlan2012-06-171-0/+2
* | Issue #13783: the PEP 380 implementation no longer expands the public C APINick Coghlan2012-06-171-0/+6
* | Issue #15054: Fix incorrect tokenization of 'b' string literals.Meador Inge2012-06-171-0/+4
* | Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.Antoine Pitrou2012-06-161-0/+3
* | Issue #15006: Allow equality comparison between naive and aware timeAlexander Belopolsky2012-06-161-3/+2
* | Issue #14938: importlib.abc.SourceLoader.is_package() now takes theBrett Cannon2012-06-161-0/+4
* | Closes issue #14982: Document that pkgutil's walk_packages() andBrett Cannon2012-06-151-0/+4
* | Issue #15026: utf-16 encoding is now significantly faster (up to 10x).Antoine Pitrou2012-06-151-0/+3
* | #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-151-0/+4
|\ \ | |/
| * #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-151-0/+4