]> granicus.if.org Git - python/shortlog
python
2013-10-05 Antoine PitrouIssue #19087: Improve bytearray allocation in order...
2013-10-05 Eric Snow[issue 19152] Add versionadded for ExtensionFileLoader...
2013-10-05 Eric Snow[issue 19152] Ensure we have actually registered Extens...
2013-10-05 Ezio MelottiAdd missing comma.
2013-10-05 Ezio Melotti#19148: fix markup errors and wording in enum docs...
2013-10-05 Ezio Melotti#19166: merge with 3.3.
2013-10-05 Ezio Melotti#19166: use an unused var in a test. Patch by Vajrasky...
2013-10-04 Raymond Hettingermerge
2013-10-04 Raymond HettingerIssue #18594: Make the C code more closely match the...
2013-10-04 Brett CannonIssue #16803: Run test.test_importlib.test_abc under...
2013-10-04 Brett CannonIssue #18716: Deprecate the formatter module
2013-10-04 Jesus CeaMERGE: Close #19160: Inconsistent size for GIL release...
2013-10-04 Jesus CeaClose #19160: Inconsistent size for GIL release in...
2013-10-04 Jesus CeaMERGE: Close #19160: Inconsistent size for GIL release...
2013-10-04 Jesus CeaClose #19160: Inconsistent size for GIL release in...
2013-10-03 Eric SnowNull merge with 3.3.
2013-10-03 Eric Snow[issue19152] Revert 832579dbafd6.
2013-10-03 Eric SnowFix typo.
2013-10-03 Eric SnowFix typo.
2013-10-03 Eric SnowMerge
2013-10-03 Eric SnowNull merge with 3.3.
2013-10-03 Antoine PitrouRemove builtin "caching" in pprint
2013-10-03 Eric Snow[issue19151] Fix issue number in Misc/NEWS entry.
2013-10-03 Eric Snow[issue19152] Add ExtensionFileLoader.get_filename().
2013-10-03 Eric Snow[issue19152] Add ExtensionFileLoader.get_filename().
2013-10-03 Eric Snow[issue19151] Fix docstring and use of _get_suppported_f...
2013-10-03 Eric Snow[issue19951] Fix docstring and use of _get_suppported_f...
2013-10-03 Antoine PitrouIssue #19014: memoryview.cast() is now allowed on zero...
2013-10-03 Antoine PitrouIssue #19014: memoryview.cast() is now allowed on zero...
2013-10-03 Serhiy StorchakaIssue #18037: 2to3 now escapes '\u' and '\U' in native...
2013-10-03 Serhiy StorchakaIssue #18037: 2to3 now escapes '\u' and '\U' in native...
2013-10-02 Ned DeilyIssue #19147: merge from 3.3
2013-10-02 Ned DeilyIssue #19147: Fix docstring for fcntl.flock to refer...
2013-10-02 Serhiy StorchakaIssue #19132: Add versionchanged tags.
2013-10-02 Serhiy StorchakaUse cached builtins.
2013-10-02 Martin v. LöwisDrop buildbottouch again; the master is using "make...
2013-10-02 Nick CoghlanClose #17839: support bytes-like objects in base64...
2013-10-02 Martin v. LöwisMerge 3.3
2013-10-02 Brett CannonTweak skipIf message
2013-10-02 Brett CannonTry to fix issue #19134 again
2013-10-02 Nick CoghlanClose #18690: register memoryview with Sequence ABC
2013-10-02 Nick CoghlanClose #19078: memoryview now supports reversed
2013-10-02 Vinay SajipCloses #19139: Changed usage of __VENV_NAME__ and added...
2013-10-02 Serhiy StorchakaIssue #19132: The pprint module now supports compact...
2013-10-02 Serhiy StorchakaIssue #19137: The pprint module now correctly formats...
2013-10-02 Serhiy StorchakaIssue #19137: The pprint module now correctly formats...
2013-10-02 Raymond Hettingermerge
2013-10-02 Raymond HettingerIssue #18594: Fix the fallback path in collections...
2013-10-01 Nick CoghlanClose #10042: functools.total_ordering now handles...
2013-10-01 Nick CoghlanMerge #19092 from 3.3
2013-10-01 Nick CoghlanClose #19092: ExitStack now reraises exceptions from...
2013-10-01 Raymond Hettingermerge
2013-10-01 Raymond HettingerIssue #18594: Fix the fast path for collections.Counter().
2013-10-01 Senthil Kumaranmerge from 3.3. Minor urllib.parse.rst docs fix.
2013-10-01 Senthil KumaranMinor doc fix in urllib.parse.rst
2013-09-30 Antoine PitrouIssue #12641: Avoid passing "-mno-cygwin" to the mingw3...
2013-09-30 Antoine PitrouIssue #12641: Avoid passing "-mno-cygwin" to the mingw3...
2013-09-30 Antoine PitrouAdd a "skull and crossbones" to Py_AddPendingCall.
2013-09-30 Antoine PitrouAdd a "skull and crossbones" to Py_AddPendingCall.
2013-09-30 Brett CannonIssue #19134: Make a test in inspect conditional on...
2013-09-30 Martin v. LöwisMerge 3.3
2013-09-30 Martin v. LöwisIssue #19106: Add buildbottouch target.
2013-09-30 Martin v. LöwisMerge 3.3
2013-09-30 Martin v. LöwisIssue #19106: Touch generated files to be 1s newer...
2013-09-30 Senthil Kumaranmerge from 3.3
2013-09-30 Senthil KumaranMinor code improvement. Review comment by Eric V. Smith
2013-09-30 Larry HastingsMerge 3.4.0a3 release changes.
2013-09-30 Larry HastingsPost-version release cleanup.
2013-09-29 Antoine PitrouIssue #5845: In site.py, only load readline history...
2013-09-29 Benjamin Petersonrename some more tests to avoid duplicate names (#19123)
2013-09-29 Benjamin Petersonmerge heads
2013-09-29 Benjamin Petersonmerge 3.3
2013-09-29 Benjamin Petersonmerge heads
2013-09-29 Benjamin Petersonmerge 3.3
2013-09-29 Benjamin Petersonremove unused imports
2013-09-29 Ned DeilyIssue #19128: Remove nonfunctional, unused Mac help...
2013-09-29 Antoine PitrouProperly initialize all fields of a SSL object after...
2013-09-29 Antoine PitrouProperly initialize all fields of a SSL object after...
2013-09-29 Antoine PitrouIssue #19095: SSLSocket.getpeercert() now raises ValueE...
2013-09-29 Christian HeimesIssue #19130: mention historic VS 2008 build dir, too
2013-09-29 Christian HeimesIssue #19130: mention historic VS 2008 build dir, too
2013-09-29 Christian HeimesIssue #19130: Correct PCbuild/readme.txt, Python 3...
2013-09-29 Christian HeimesIssue #19130: Correct PCbuild/readme.txt, Python 3...
2013-09-29 Richard OudkerkMerge.
2013-09-29 Richard OudkerkIssue #19112: avoid using function defined in method.
2013-09-29 Benjamin Petersonmerge 3.3 (#19127)
2013-09-29 Benjamin Petersonremove duplicate method (closes #19127)
2013-09-29 Benjamin Petersonmerge 3.3 (#19114)
2013-09-29 Benjamin Petersoncondense two tests with the same name (closes #19114)
2013-09-29 Benjamin Petersonmerge 3.3 (#19112)
2013-09-29 Benjamin Petersonmove helper function into its test method (closes ...
2013-09-29 Benjamin Petersonmerge 3.3 (#19117)
2013-09-29 Benjamin Petersonfix duplicate test names in test_dis (closes #19117)
2013-09-29 Benjamin Petersonmerge 3.3 (#19118)
2013-09-29 Benjamin Petersonremove duplicate test_mkd (closes #19118)
2013-09-29 Benjamin Petersonmerge 3.3 (#19116)
2013-09-29 Benjamin Petersoncombine two tests to avoid duplicate names (closes...
2013-09-29 Benjamin Petersonmerge 3.3 (#19126)
2013-09-29 Benjamin Petersonfix duplicate test name (closes #19126)
2013-09-29 Benjamin Petersonmerge 3.3 (#19125)
next