]> granicus.if.org Git - python/shortlog
python
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlFix SQLite datatype name: it is REAL, not FLOAT. Found...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlCounter: fix recipe for "n least common elements"....
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlFix typo.
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlCloses #15956: improve documentation of named groups...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlFix small grammar mistake.
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlFix missing period.
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlFix wrong Python highlighting in directory hierarchy...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlSmall clarification in extending docs.
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlCloses #13951: Add a "faulthandler" reference in the...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg Brandlmerge heads
2013-10-06 Georg BrandlCloses #18927: Lock.acquire only accepts -1 or positive...
2013-10-06 Serhiy StorchakaIssue #18972: Modernize email examples and use the...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlUse "lambda expression" as preferred to "lambda form".
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlCloses #18646: improve lambda docs in tutorial. Origin...
2013-10-06 Georg Brandlmerge with 3.3
2013-10-06 Georg BrandlFix small copy-paste typo in ossaudiodev setparameters...
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...
next