]> granicus.if.org Git - python/shortlog
python
2012-06-21 Martin v. LöwisAdd version resource.
2012-06-21 Brian CurtinAdd associator
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...
2012-06-15 Antoine PitrouIssue #15026: utf-16 encoding is now significantly...
2012-06-15 Richard OudkerkIncrease timeout used when waiting for manager to shutd...
2012-06-15 Richard OudkerkFix for 2d2f206d040e so that test_multiprocessing does...
2012-06-15 Petri Lehtinen#15036: Make a repeated changes and flushes work with...
2012-06-15 Petri Lehtinen#15036: Make a repeated changes and flushes work with...
2012-06-15 Richard OudkerkIssue #14059: Implement multiprocessing.Barrier
2012-06-15 Antoine PitrouIssue #14933: fix misleading doc about weakref support...
2012-06-15 Antoine PitrouIssue #14933: fix misleading doc about weakref support...
2012-06-15 Nick CoghlanFix typos in NEWS entry
2012-06-15 Nick CoghlanIssue #15061: Don't oversell the capabilities of the...
2012-06-15 Eli BenderskySkip XincludeTest entirely instead of just ignoring...
2012-06-15 Eli BenderskyRemoved _SimpleElementPath and its flaky test. The...
2012-06-15 Eli Benderskymark problematic test as expected failure - investigating
2012-06-15 Eli BenderskyFix windows compilation problems caused by previous...
2012-06-15 Eli BenderskyReplace the iter/itertext methods of Element in _elemen...
2012-06-14 Antoine PitrouUpdate .hgignore for VS9.0-generated files
2012-06-14 Antoine PitrouIssue #15070: fix VS9.0 build regression
2012-06-14 Richard OudkerkIssue #13841: Make child processes exit using sys.exit...
2012-06-14 Martin v. LöwisIssue #14936: curses_panel was converted to PEP 3121...
2012-06-14 Martin v. LöwisIssue #14936: curses_panel was converted to PEP 3121...
2012-06-14 Martin v. Löwismerge 3.2
2012-06-14 Martin v. LöwisIssue #14937: Fix typo. Patch by Roger Serwy.
2012-06-14 Alexander BelopolskyIssue #1667546: On platforms supporting tm_zone and...
next