summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #3665: \u and \U escapes are now supported in unicode regular expressions.Antoine Pitrou2012-06-232-32/+132
* Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing o...Nick Coghlan2012-06-232-0/+64
* Close #13062: Add inspect.getclosurevars to simplify testing stateful closuresNick Coghlan2012-06-232-1/+154
* Issue #14742: test_unparse now only checks a limited number of files unless t...Mark Dickinson2012-06-231-0/+1
* Fix #15148. Capitalize PATH, hopefully leading to less confusionBrian Curtin2012-06-231-1/+1
* Fix #15148. Make the shutil.which docstring more thoroughBrian Curtin2012-06-231-1/+3
* Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.)Larry Hastings2012-06-231-10/+21
* file was the old arg name from an earlier patch. command matches the implemen...Brian Curtin2012-06-231-2/+2
* Issue #15148: Fixed typos in shutil.which() docstringAlexander Belopolsky2012-06-231-1/+1
* fixed whitespaceAlexander Belopolsky2012-06-231-1/+1
* Issues #11024: Fixes and additional tests for Time2Internaldate.Alexander Belopolsky2012-06-232-28/+51
* Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support fo...Jesus Cea2012-06-231-2/+2
* Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-06-231-0/+3
* A better repr() for FileFinderAntoine Pitrou2012-06-231-0/+2
* Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.)Larry Hastings2012-06-232-2/+7
* Issue #14626: Large refactoring of functions / parameters in the os module.Larry Hastings2012-06-226-248/+340
* Fix silly mistake in debugging codeAntoine Pitrou2012-06-221-1/+1
* Issue #15008: Implement PEP 362 "Signature Objects".Larry Hastings2012-06-222-4/+1694
* MergeGuido van Rossum2012-06-228-29/+182
|\
| * Add debug output for temporary buildbot failuresAntoine Pitrou2012-06-221-1/+3
| * Issue #444582: shutil.which() respects relative paths.Antoine Pitrou2012-06-222-1/+11
| * whitespace normalizeBrian Curtin2012-06-221-1/+0
| * Fix #444582. Add shutil.which function for finding programs on the system path.Brian Curtin2012-06-222-2/+93
| * mergeAlexander Belopolsky2012-06-221-19/+21
| |\
| | * Issue #14769: Incorporated mildly pedantic feedback from python-dev.Larry Hastings2012-06-221-19/+21
| * | Issue #9527: tm_gmtoff has 'correct' sign.Alexander Belopolsky2012-06-222-5/+7
| |/
| * MergeAntoine Pitrou2012-06-221-0/+6
| |\
| | * Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm2012-06-221-0/+6
| * | Issue #14837: SSL errors now have `library` and `reason` attributes describin...Antoine Pitrou2012-06-221-2/+43
| |/
* | Speed up base64.urlsafe_{en,de}code().Guido van Rossum2012-06-221-13/+11
|/
* Closes #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-06-224-9/+35
* Issue #9527: datetime.astimezone() method will now supply a classAlexander Belopolsky2012-06-222-4/+4
* Issue #9527: datetime.astimezone() method will now supply a classAlexander Belopolsky2012-06-222-5/+44
* Issue #14769: test_capi now has SkipitemTest, which cleverly checksLarry Hastings2012-06-221-1/+70
* Issue #14653: email.utils.mktime_tz() no longer relies on systemAlexander Belopolsky2012-06-222-4/+10
|\
| * Issue #14653: email.utils.mktime_tz() no longer relies on systemAlexander Belopolsky2012-06-222-4/+10
* | Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support).Nadeem Vawda2012-06-211-7/+6
* | Make lzma.{encode,decode}_filter_properties private.Nadeem Vawda2012-06-213-17/+17
* | #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-211-0/+11
|\ \ | |/
| * #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-211-0/+11
* | Issue #14684: Add support for predefined compression dictionaries to the zlib...Nadeem Vawda2012-06-211-0/+30
* | Prefer assertEqual to simply assert per recommendation in issue6727.Jason R. Coombs2012-06-201-3/+8
* | Issue #15096: Drop support for the ur string prefixChristian Heimes2012-06-203-29/+14
* | Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-194-4/+57
|\ \ | |/
| * Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-192-4/+18
* | Fix #14772: Return the destination from some shutil functions.Brian Curtin2012-06-182-3/+51
* | Issue #15064: Make BaseManager.__enter__() start server if necessary.Richard Oudkerk2012-06-182-6/+23
* | Issue #15064: Implement context manager protocol for multiprocessing typesRichard Oudkerk2012-06-184-1/+70
* | Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-181-3/+6
|\ \ | |/
| * Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-181-3/+6