]> granicus.if.org Git - python/shortlog
python
2012-09-09 Alexander BelopolskyIssue #15881: Added NEWS entry and proper credit.
2012-09-09 Alexander BelopolskyIssue #15881: Fixed 3.2 backport.
2012-09-09 Alexander BelopolskyFixed whitespace
2012-09-09 Alexander BelopolskyIssue #15881: Fixed atexit hook in multiprocessing.
2012-09-09 Ned DeilyIssue #15822: Fix installation of lib2to3 grammar pickl...
2012-09-08 R David Murray#5088: document behavior of optparse defaults with...
2012-09-08 Ezio MelottiMerge heads.
2012-09-08 Ezio Melotti#15865: add "*" in the signature to document keyword...
2012-09-08 R David Murray#15510: clarify textwrap's handling of whitespace,...
2012-09-08 R David Murray#15847: allow args to be a tuple in parse_args
2012-09-08 Stefan KrahIssue #15868: Fix refleak in bytesio.c (Coverity #715365).
2012-09-07 Antoine PitrouIssue #15340: Fix importing the random module when...
2012-09-07 Christian HeimesFix for fcc629208842
2012-09-06 Christian HeimesIssue #15591 and Issue #11715: silence output of setup...
2012-09-06 Christian HeimesIssue #15591: run ctypes' configure in quiet mode when...
2012-09-05 Antoine PitrouIssue #13992: The trashcan mechanism is now thread...
2012-09-05 Antoine PitrouIssue #15841: The readable(), writable() and seekable...
2012-09-03 Alexander BelopolskyIssue #15855: added docstrings for memoryview methods...
2012-09-03 R David Murray#15509: If %action substitution produces a null string...
2012-09-02 Benjamin Petersonput * in the normal place
2012-09-02 Benjamin Petersonmove variable decl to the top of the function
2012-09-02 Benjamin Petersonprevert ast errors from being normalized before ast_err...
2012-09-01 Petri Lehtinen#15802: Fix test logic in TestMaildir.test_create_tmp
2012-09-01 R David Murray#12776,#11839: call argparse type function only once.
2012-08-31 Trent NelsonRemove trailing whitespace in order to silence warnings...
2012-08-31 Andrew SvetlovIssue #15825: fix typo in OrderedDict docs.
2012-08-30 Trent NelsonIssue #15819: Fix out-of-tree builds from a readonly...
2012-08-29 Antoine PitrouIssue #15800: fix the closing of input / output files...
2012-08-29 Ezio MelottiAdd missing comma.
2012-08-28 Benjamin Petersonuse the stricter PyMapping_Check (closes #15801)
2012-08-28 Matthias Klose- fix paste error (whitespace) from previous commit
2012-08-28 Matthias Klose- Issue #15591: Fix parsing MAKEFLAGS in the sharedmods...
2012-08-28 Petri Lehtinen#11964: Document a change in v3.2 to the json indent...
2012-08-27 Petri LehtinenFix a JSON doc typo
2012-08-27 Ezio Melotti#15788: fix broken links in subprocess doc. Patch...
2012-08-25 Ronald OussorenFix issue 13370: Ensure that ctypes works on Mac OS...
2012-08-25 Georg BrandlFix wrong way of adding Error information in shutil...
2012-08-24 Mark DickinsonRemove overeager test (don't depend on the sign of...
2012-08-24 Mark DickinsonRemove incorrect lines (meant for cdecimal) from recent...
2012-08-24 Mark DickinsonIssue #15544: Fix Decimal.__float__ to work with payloa...
2012-08-24 Antoine PitrouAdd glossary references
2012-08-24 Antoine PitrouIssue #14674: Add a discussion of the json module's...
2012-08-24 Georg BrandlCloses #9374: add back now-unused module attributes...
2012-08-24 R David Murray#15249: Mangle From lines correctly when body contains...
2012-08-24 Ross LagerwallIssue 15777: Fix a refleak in _posixsubprocess.
2012-08-23 Ned DeilyIssue #15645: Ensure 2to3 grammar pickles are properly...
2012-08-22 Ronald OussorenFix for issue 15716: interpreter could crash when PYTHO...
2012-08-21 Trent NelsonIssue #15747: skip chflags UF_IMMUTABLE tests if EOPNOT...
2012-08-21 Ezio Melotti#15752: s/assertRaisesRegexp/assertRaisesRegex/g
2012-08-21 Stefan KrahIssue #15736: Fix overflow in _PySequence_BytesToCharpA...
2012-08-21 Trent NelsonIssue #15285: Refactor connect timeout test in test_tim...
2012-08-20 Antoine PitrouIssue #14954: Clarify the interaction of weak reference...
2012-08-20 Petri Lehtinen#15199: Fix JavaScript's default MIME type to applicati...
2012-08-20 R David Murray#15742: clarify sqlite parameter substitution example.
2012-08-20 Antoine PitrouIssue #15726: Fix incorrect bounds checking in PyState_...
2012-08-20 Stefan KrahIssue #15741: Fix potential NULL dereference. Found...
2012-08-20 Stefan KrahIssue #15738: Fix a missing NULL check in subprocess_fo...
2012-08-20 Stefan KrahIssue #15732: Fix (constructed) crash in _PySequence_By...
2012-08-19 R David Murray#13579: teach string.Formatter about 'a'.
2012-08-19 Andrew SvetlovIssue #15595: Fix subprocess.Popen(universal_newlines...
2012-08-19 Stefan KrahCheck for NULL return value in PyStructSequence_NewType...
2012-08-18 Ned DeilyAllow redemo.py to be used from the command line like...
2012-08-18 Antoine PitrouIssue #15615: Add some tests for the json module's...
2012-08-18 Mark DickinsonIssue #15477: Add workaround for log1p(-0.0) on platfor...
2012-08-18 Eli Benderskytutorial typo fix
2012-08-18 R David Murray#15636: add versionadded for decodebytes
2012-08-18 R David Murray#15355: Mention already-executing Exception in generato...
2012-08-18 R David Murray#15694: reflow paragraph.
2012-08-18 R David Murray#15694: Link discussion of file objects to glossary...
2012-08-17 Terry Jan ReedyIssue 15660: Clarify 0 prefix for width field in str...
2012-08-17 Richard OudkerkIssue #15412: Remove erroneous note about weakrefs
2012-08-17 Richard OudkerkIssue #14501: Clarify that authentication keys are...
2012-08-16 Antoine PitrouUpdate the getpeercert() example with a real-world...
2012-08-16 Petri Lehtinen#11062: Fix universal newline support in Babyl._install...
2012-08-16 Nick CoghlanFix str docstring
2012-08-15 Antoine PitrouIssue #15604: Update uses of PyObject_IsTrue() to check...
2012-08-15 Sandro Tosiclarify in/not in in case of infinite iterators; thanks...
2012-08-15 R David Murray#15543: reflow paragraphs.
2012-08-15 R David Murray#15543: glossary entry for and 'universal newlines...
2012-08-15 Eli Benderskymerge heads in 3.2 branch
2012-08-15 Eli BenderskyIssue #15656: fixing code sample in extending doc
2012-08-15 Petri Lehtinen#11062: Fix adding a message from file to Babyl mailbox
2012-08-15 R David Murray#15269: document dircmp.left and right, and add tests...
2012-08-14 Sandro Tosifix typo
2012-08-14 Andrew SvetlovMerge 3.2
2012-08-14 Andrew SvetlovAdd test to explicit check the absence regression in...
2012-08-14 Matthias KloseModules/socketmodule.c: netdb_lock: define static.
2012-08-14 Andrew SvetlovIssue #14167: Document return statement in finally...
2012-08-14 Richard OudkerkIssue #15646: Prevent equivalent of a fork bomb when...
2012-08-14 Georg BrandlRestore original line lengths.
2012-08-13 Brian CurtinFix #15496. Add directory removal helpers to make Windo...
2012-08-13 Andrew SvetlovIssue #15497: Correct characters in TextWrapper.replace...
2012-08-13 Andrew SvetlovIssue #15561: Update subprocess docs to reference io...
2012-08-13 Andrew SvetlovIssue #15624: clarify newline documentation for open...
2012-08-12 Senthil KumaranIssue #15630: Add an example for "continue" statement...
2012-08-12 Sandro Tosiadd usage example from cli; thanks to Christian Clauss...
2012-08-12 Sandro Tosiescape '\'; thanks to Steve Holden from docs@
2012-08-12 Sandro Tosiit's getstatus() not setstatus(); thanks to Shaddi...
2012-08-12 Sandro Tosiadd missing quote in splitlines() example; thanks to...
2012-08-12 Sandro Tosiupdate Geany URL; thanks to Karl Tarbet from docs@
next