summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-232-1072/+1088
* | Issue #14626: Fix buildbot issue on x86 Tiger 3.x.Larry Hastings2012-06-231-1/+1
* | 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-229-2985/+3357
* | Fix silly mistake in debugging codeAntoine Pitrou2012-06-221-1/+1
* | Whitespace.Stefan Krah2012-06-221-1/+1
* | Issue #15008: Implement PEP 362 "Signature Objects".Larry Hastings2012-06-223-4/+1697
* | MergeGuido van Rossum2012-06-2241-174/+2414
|\ \
| * | Add debug output for temporary buildbot failuresAntoine Pitrou2012-06-221-1/+3
| * | Issue #444582: shutil.which() respects relative paths.Antoine Pitrou2012-06-223-3/+13
| * | whitespace normalizeBrian Curtin2012-06-221-1/+0
| * | Fix #444582. Add shutil.which function for finding programs on the system path.Brian Curtin2012-06-224-2/+121
| * | Merge headsMartin v. Löwis2012-06-226-32/+43
| |\ \
| | * \ MergeAntoine Pitrou2012-06-225-32/+32
| | |\ \
| | | * \ 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-224-13/+11
| | | |/ /
| | * | | Add a docstring at the top of Tools/ssl/make_ssl_data.pyAntoine Pitrou2012-06-221-0/+11
| | |/ /
| * | | Issue #15143: Define _DEBUG when compiling resources.Martin v. Löwis2012-06-221-0/+3
| |/ /
| * | MergeAntoine Pitrou2012-06-2226-60/+239
| |\ \
| | * | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm2012-06-2224-35/+217
| | * | Issue #15124: Optimize _thread.LockType deletion and acquisition whenKristjan Valur Jonsson2012-06-221-21/+17
| | * | Fixed compiler warnings in datetime_astimezone()Alexander Belopolsky2012-06-221-4/+5
| * | | Add forgotten files for #14837.Antoine Pitrou2012-06-222-0/+1710
| * | | Issue #14837: SSL errors now have `library` and `reason` attributes describin...Antoine Pitrou2012-06-224-65/+262
| |/ /
| * | Issue #9527: Fixes for platforms without tm_zoneAlexander Belopolsky2012-06-221-20/+22
| * | mergeAlexander Belopolsky2012-06-229-12/+71
| |\ \
| * | | Issue #7582: Use ISO timestamp in diff.pyAlexander Belopolsky2012-06-221-4/+12
* | | | Speed up base64.urlsafe_{en,de}code().Guido van Rossum2012-06-222-13/+13
| |/ / |/| |
* | | Closes #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-06-229-12/+71
|/ /
* | 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-225-12/+138
* | Issue #14769: test_capi now has SkipitemTest, which cleverly checksLarry Hastings2012-06-223-39/+134
* | Whitespace normalizationMartin v. Löwis2012-06-221-2/+2
* | Add Stable ABI documentation.Martin v. Löwis2012-06-222-0/+40
* | Issue #15042: Add PyState_AddModule and PyState_RemoveModule.Martin v. Löwis2012-06-225-3/+77
* | Simplify code in fileio_initHynek Schlawack2012-06-221-2/+1
* | Issue #14653: email.utils.mktime_tz() no longer relies on systemAlexander Belopolsky2012-06-223-4/+13
|\ \ | |/
| * Issue #14653: email.utils.mktime_tz() no longer relies on systemAlexander Belopolsky2012-06-223-4/+13
* | Document the rest of zlib.compressobj()'s arguments.Nadeem Vawda2012-06-213-8/+36
* | Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support).Nadeem Vawda2012-06-212-8/+7
* | Make lzma.{encode,decode}_filter_properties private.Nadeem Vawda2012-06-215-63/+31
* | Merge /features/pep397 changesBrian Curtin2012-06-219-6/+1880
|\ \
| * \ branch mergeBrian Curtin2012-06-211-23/+2
| |\ \
| | * | Remove the original license, as this was contributed under Vinay Sajip's agre...Martin v. Löwis2012-06-212-46/+4
| * | | Remove associator project - it's not neededBrian Curtin2012-06-216-2426/+0
| |/ /
| * | Build and bundle the 32-bit launcher in all configurations.Martin v. Löwis2012-06-212-10/+11
| * | Fix UNICODE glitch.Martin v. Löwis2012-06-211-2/+2