]> granicus.if.org Git - python/shortlog
python
2012-06-22 David MalcolmIssue #14785: Add sys._debugmallocstats() to help debug...
2012-06-22 Kristjan Valur... Issue #15124: Optimize _thread.LockType deletion and...
2012-06-22 Alexander BelopolskyFixed compiler warnings in datetime_astimezone()
2012-06-22 Alexander BelopolskyIssue #9527: Fixes for platforms without tm_zone
2012-06-22 Alexander Belopolskymerge
2012-06-22 Alexander BelopolskyIssue #7582: Use ISO timestamp in diff.py
2012-06-22 Jesus CeaCloses #10142: Support for SEEK_HOLE/SEEK_DATA
2012-06-22 Alexander BelopolskyIssue #9527: datetime.astimezone() method will now...
2012-06-22 Alexander BelopolskyIssue #9527: datetime.astimezone() method will now...
2012-06-22 Larry HastingsIssue #14769: test_capi now has SkipitemTest, which...
2012-06-22 Martin v. LöwisWhitespace normalization
2012-06-22 Martin v. LöwisAdd Stable ABI documentation.
2012-06-22 Martin v. LöwisIssue #15042: Add PyState_AddModule and PyState_RemoveM...
2012-06-22 Hynek SchlawackSimplify code in fileio_init
2012-06-22 Alexander BelopolskyIssue #14653: email.utils.mktime_tz() no longer relies...
2012-06-22 Alexander BelopolskyIssue #14653: email.utils.mktime_tz() no longer relies...
2012-06-21 Nadeem VawdaDocument the rest of zlib.compressobj()'s arguments.
2012-06-21 Nadeem VawdaTidy up comments from dd4f7d5c51c7 (zlib compression...
2012-06-21 Nadeem VawdaMake lzma.{encode,decode}_filter_properties private.
2012-06-21 Brian CurtinMerge /features/pep397 changes
2012-06-21 Brian Curtinbranch merge
2012-06-21 Brian CurtinRemove associator project - it's not needed
2012-06-21 Hynek Schlawack#10053: Don't close FDs when FileIO.__init__ fails
2012-06-21 Hynek Schlawack#10053: Don't close FDs when FileIO.__init__ fails
2012-06-21 Martin v. LöwisRemove the original license, as this was contributed...
2012-06-21 Martin v. LöwisBuild and bundle the 32-bit launcher in all configurations.
2012-06-21 Martin v. LöwisFix UNICODE glitch.
2012-06-21 Martin v. LöwisFix off-by-one error.
2012-06-21 Martin v. LöwisPackage the launcher.
2012-06-21 Antoine PitrouMake private function static (from `make smelly`)
2012-06-21 doko@ubuntu.commd5_{init,process,done}: make static
2012-06-21 doko@ubuntu.comsha1_{init,process,done}: make static
2012-06-21 Martin v. LöwisUse GetEnvironmentVariableW instead of _wgetenv to...
2012-06-21 Martin v. LöwisAdd version resource.
2012-06-21 doko@ubuntu.com... and fix the name of the sha1 file name.
2012-06-21 doko@ubuntu.comFix name of the sha1 extension.
2012-06-21 doko@ubuntu.comRemove references to removed md5.h and md5.c files.
2012-06-21 doko@ubuntu.comformat_obj: make it static
2012-06-21 Ned DeilyIssue #14225: Fix Unicode support for curses (#12567...
2012-06-21 Brian CurtinAdd associator
2012-06-21 Nadeem VawdaIssue #14684: Add support for predefined compression...
2012-06-20 Stefan KrahFix comment.
2012-06-20 Stefan KrahMany cleanups of redundant code in mpd_qrem_near():
2012-06-20 Brian CurtinAdd pywlauncher project
2012-06-20 Brian CurtinAdd the pyw launcher
2012-06-20 Brian CurtinGet 64-bit building
2012-06-20 Brian CurtinSupport 32-bit release building:
2012-06-20 Brian CurtinInitial changes to get the py launcher building
2012-06-20 Brian CurtinAdd launcher source and resources
2012-06-20 Jason R. CoombsPrefer assertEqual to simply assert per recommendation...
2012-06-20 doko@ubuntu.comDo not italicize punctuation in python(1) manual page...
2012-06-20 Georg BrandlFix small overeager edit from 8e47e9af826e.
2012-06-20 Christian HeimesIssue #15096: Drop support for the ur string prefix
2012-06-19 Nadeem VawdaFix GzipFile's handling of filenames given as bytes...
2012-06-19 Nadeem VawdaFix GzipFile's handling of filenames given as bytes...
2012-06-19 Antoine PitrouIssue #14928: Fix importlib bootstrap issues by using...
2012-06-19 Kristjan Valur... Issue #15038: Document caveats with the emulated condit...
2012-06-19 Brian CurtinAdd versionchanged tags for #14772 changes
2012-06-19 Antoine PitrouIssue #15103: remove the NUL character (serving as...
2012-06-19 Kristjan Valur... Issue #15038:
2012-06-18 Brian CurtinFix #14772: Return the destination from some shutil...
2012-06-18 Kristján Valur... Issue #15038: Optimize python Locks on Windows
2012-06-18 Richard OudkerkIssue #15064: Use with-blocks for some examples in...
2012-06-18 Richard OudkerkIssue #15064: Make BaseManager.__enter__() start server...
2012-06-18 Stefan KrahAdd comments to the power functions, in particular...
2012-06-18 Richard OudkerkIssue #15064: Implement context manager protocol for...
2012-06-18 Richard OudkerkIssue #15101: Make pool finalizer avoid joining current...
2012-06-18 Richard OudkerkIssue #15101: Make pool finalizer avoid joining current...
2012-06-18 Richard OudkerkFiddle with timeouts in barrier tests
2012-06-18 Petri LehtinenFix NEWS entry for #15036
2012-06-18 Petri LehtinenFix NEWS entry for #15036
2012-06-17 Antoine PitrouPrevent test_inspect from keeping alive a ton of frames...
2012-06-17 Antoine PitrouIssue #14657: The frozen instance of importlib used...
2012-06-17 R David MurrayMerge: Update out of date docstring.
2012-06-17 R David MurrayUpdate out of date docstring.
2012-06-17 Ezio Melotti#14840: merge with 3.2.
2012-06-17 Ezio Melotti#14840: Add a bit on the difference between tuples...
2012-06-17 Nick CoghlanMerge from 3.2 (Ignore X-Antivirus headers in test_nntplib)
2012-06-17 Nick CoghlanIgnore X-Antivirus headers in test_nntplib
2012-06-17 Nick CoghlanMerge from 3.2 (Issue #15095: Use better assertions...
2012-06-17 Nick CoghlanIssue #15095: Use better assertions in test_imaplib
2012-06-17 Nick CoghlanMerge from 3.2 (Issue #15043: skip test_gdb if the...
2012-06-17 Jason R. CoombsDisable test on Unix. Causes buildbots to fail. See...
2012-06-17 Nick CoghlanIssue #15043: skip test_gdb if the custom hooks can...
2012-06-17 Martin v. LöwisWhite space normalization.
2012-06-17 Martin v. LöwisIssue #14055: Add __sizeof__ support to _elementtree.
2012-06-17 Martin v. LöwisElaborate that sizeof only accounts for the object...
2012-06-17 Nick CoghlanMerge from 3.2. (Issue #15044: Handle Fedora 17's appro...
2012-06-17 Nick CoghlanIssue #15044: Handle Fedora 17's approach to ndbm compa...
2012-06-17 Jason R. CoombsAdding test from issue6727 demonstrating that symlink...
2012-06-17 Nick CoghlanIssue #14814: Add first draft of PEP 3144 ipaddress...
2012-06-17 Nick CoghlanImprove an internal ipaddress test, add a comment expla...
2012-06-17 Nick CoghlanIssue #13783: PEP 380 cleanup part 2, using the new...
2012-06-17 Nick CoghlanIssue #13783: the PEP 380 implementation no longer...
2012-06-17 Meador IngeIssue #15054: Fix incorrect tokenization of 'b' string...
2012-06-16 Antoine PitrouTry to fix issue #15086: build failure on Ubuntu shared...
2012-06-16 Antoine PitrouNormalize whitespace
2012-06-16 Antoine PitrouIssue #14874: Restore charmap decoding speed to pre...
2012-06-16 Stefan Krah1) State the relative errors of the power functions...
2012-06-16 Victor Stinner_copy_characters(): move debug code at the top to avoid...
next