summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #9527: Fixes for platforms without tm_zoneAlexander Belopolsky2012-06-221-20/+22
* mergeAlexander Belopolsky2012-06-229-12/+71
|\
| * Closes #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-06-229-12/+71
* | Issue #7582: Use ISO timestamp in diff.pyAlexander Belopolsky2012-06-221-4/+12
|/
* 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
| * | Fix off-by-one error.Martin v. Löwis2012-06-211-1/+1
| * | Package the launcher.Martin v. Löwis2012-06-211-6/+30
| * | Use GetEnvironmentVariableW instead of _wgetenv to silence VC warnings.Martin v. Löwis2012-06-211-10/+19
| * | Add version resource.Martin v. Löwis2012-06-212-2/+55
| * | Add associatorBrian Curtin2012-06-216-0/+2438
| * | Add pywlauncher projectBrian Curtin2012-06-202-0/+192
| * | Add the pyw launcherBrian Curtin2012-06-201-0/+16
| * | Get 64-bit buildingBrian Curtin2012-06-202-3/+73
| * | Support 32-bit release building:Brian Curtin2012-06-201-1/+10
| * | Initial changes to get the py launcher buildingBrian Curtin2012-06-203-0/+129
| * | Add launcher source and resourcesBrian Curtin2012-06-203-0/+1380
* | | #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-213-6/+20
|\ \ \ | | |/ | |/|
| * | #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-213-6/+19
* | | Make private function static (from `make smelly`)Antoine Pitrou2012-06-211-1/+1
* | | md5_{init,process,done}: make staticdoko@ubuntu.com2012-06-211-4/+6
* | | sha1_{init,process,done}: make staticdoko@ubuntu.com2012-06-211-3/+6
* | | ... and fix the name of the sha1 file name.doko@ubuntu.com2012-06-211-1/+1
* | | Fix name of the sha1 extension.doko@ubuntu.com2012-06-211-1/+1
* | | Remove references to removed md5.h and md5.c files.doko@ubuntu.com2012-06-211-3/+2
* | | format_obj: make it staticdoko@ubuntu.com2012-06-211-1/+1
* | | Issue #14225: Fix Unicode support for curses (#12567) on OS X:Ned Deily2012-06-212-0/+15
* | | Issue #14684: Add support for predefined compression dictionaries to the zlib...Nadeem Vawda2012-06-214-29/+153
* | | Fix comment.Stefan Krah2012-06-201-1/+1
* | | Many cleanups of redundant code in mpd_qrem_near():Stefan Krah2012-06-201-23/+15
| |/ |/|
* | Prefer assertEqual to simply assert per recommendation in issue6727.Jason R. Coombs2012-06-201-3/+8
* | Do not italicize punctuation in python(1) manual page (Matt Kraai).doko@ubuntu.com2012-06-201-6/+6