]> granicus.if.org Git - python/shortlog
python
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg Brandlcurses HOWTO: fix some PEP8 and a code example to actua...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlClarify docs for os.path.getctime on Unix: it is the...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlFix prefix_chars not being applied in help text example...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlFix markup to not add parens to the "hashlib.md5" const...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlRemove newline in method that makes it possible to...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlRemove dead link to effbot Tkinter introduction materia...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlFix: Element.text is an attribute, not a method (report...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlFix "customer timer" -> "custom timer" (reported by...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlFix ZeroDivisionError message (reported by Pavel Fedoto...
2013-10-06 Raymond Hettingermerge
2013-10-06 Raymond HettingerIssue 14927: Remove a docstring line that is no longer...
2013-10-06 Raymond HettingerMinor clean-up of function parameters in random().
2013-10-06 Raymond HettingerMinor clean-up of function parameters in random().
2013-10-06 Raymond Hettingermerge
2013-10-06 Raymond HettingerIssue #19169: Micro refactoring with a micro benefit...
2013-10-06 Raymond HettingerStrengthen one of the collections.Counter() tests
2013-10-05 Tim PetersIssue #19171: speed some cases of 3-argument long...
2013-10-05 Tim PetersIssue #19171: speed some cases of 3-argument long...
2013-10-05 Ezio Melotti#19069: merge with 3.3.
2013-10-05 Ezio Melotti#19069: use imperative mood in float object docstrings...
2013-10-05 Ezio Melotti#19068: merge with 3.3.
2013-10-05 Ezio Melotti#19068: use imperative mood in complex object docstring...
2013-10-05 Ezio Melotti#19067: merge with 3.3.
2013-10-05 Ezio Melotti#19067: use imperative mood in range object docstrings...
2013-10-05 Benjamin Petersonfix comment
2013-10-05 Antoine PitrouHopefully fix Windows compilation error following 499a9...
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
next