]> granicus.if.org Git - python/shortlog
python
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...
2012-06-16 Eli BenderskyMake the test more resilient to test-run order (closes...
2012-06-16 Victor StinnerFix PyUnicode_GetSize(): Don't replace _PyUnicode_Ready...
2012-06-16 Victor StinnerFix a compiler warning in _copy_characters() and remove...
2012-06-16 Victor StinnerOops, fix my previous change on _copy_characters()
2012-06-16 Victor Stinnerget_sourcefile(): use PyUnicode_READ() to avoid the...
2012-06-16 Victor StinnerFix unicode_adjust_maxchar(): catch PyUnicode_New(...
2012-06-16 Victor StinnerFix "%f" format of str%args if the result is not an...
2012-06-16 Victor StinnerRemove debug code
2012-06-16 Victor StinnerOptimize _PyUnicode_FastCopyCharacters() when maxchar...
2012-06-15 Victor Stinnerunicodeobject.c: Remove debug code
2012-06-16 Alexander BelopolskyIssue #15006: Allow equality comparison between naive...
2012-06-16 Brett CannonIssue #14938: importlib.abc.SourceLoader.is_package...
2012-06-15 Brett CannonIssue #13959: Add to imp.find_module() and load_module...
2012-06-15 Brett CannonCloses issue #14982: Document that pkgutil's walk_packa...
2012-06-15 Brett CannonMerge
2012-06-15 Alexander BelopolskyRemoved redundant code
2012-06-15 Richard OudkerkFix _TestListener.ALLOWED_TYPES and add sanity check
2012-06-15 Antoine PitrouMention the UTF-16 encoding speedup in the whatsnew...
next