]> granicus.if.org Git - python/shortlog
python
2012-08-20 Nick CoghlanClose #14814: Avoid depending on struct by using newer...
2012-08-20 Nick CoghlanIssue #14814: document the Interface APIs and fix vario...
2012-08-19 R David MurrayMerge #13579: teach string.Formatter about 'a'.
2012-08-19 R David Murray#13579: teach string.Formatter about 'a'.
2012-08-19 Stefan KrahIssue #15728: Fix leak in PyUnicode_AsWideCharString...
2012-08-19 Andrew SvetlovIssue #15595: Fix subprocess.Popen(universal_newlines...
2012-08-19 Andrew SvetlovIssue #15595: Fix subprocess.Popen(universal_newlines...
2012-08-19 Andrew SvetlovUse Thread.is_alive() instead of old-style Thread.isAli...
2012-08-19 Brian CurtinFixes #14668. Mention Windows Path manipulation option...
2012-08-19 Andrew SvetlovBrush subprocess tests a bit.
2012-08-19 Stefan KrahThe latest NumPy revision no longer segfaults here.
2012-08-19 Stefan KrahFix out-of-date comment in test_memoryview.
2012-08-19 Stefan KrahMereg 3.2.
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 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 Antoine PitrouIssue #15615: Add some tests for the json module's...
2012-08-18 Mark DickinsonIssue #15477: Merge fix from 3.2
2012-08-18 Mark DickinsonIssue #15477: Add workaround for log1p(-0.0) on platfor...
2012-08-18 Eli BenderskyMerge 3.2: tutorial typo fix
2012-08-18 Eli Benderskytutorial typo fix
2012-08-18 Eli BenderskyIssue #15586: fix prompts in some documentation examples
2012-08-18 R David MurrayMerge #15636: add versionadded for decodebytes
2012-08-18 R David Murray#15636: add versionadded for decodebytes
2012-08-18 R David MurrayMerge #15355: Mention already-executing Exception in...
2012-08-18 R David Murray#15355: Mention already-executing Exception in generato...
2012-08-18 R David MurrayMerge #15694: reflow paragraph.
2012-08-18 R David Murray#15694: reflow paragraph.
2012-08-18 R David MurrayMerge #15694: Link discussion of file objects to glossa...
2012-08-18 R David Murray#15694: Link discussion of file objects to glossary...
2012-08-17 Stefan KrahCloses #15632: regrtest.py: fix spurious refleaks due...
2012-08-17 Ned DeilyIssue #15678: Fix menu customization for IDLE started...
2012-08-17 Terry Jan ReedyMerge with 3.2 #15660
2012-08-17 Terry Jan ReedyIssue 15660: Clarify 0 prefix for width field in str...
2012-08-17 Brett CannonIssue #15640: Document importlib.abc.Finder as deprecated.
2012-08-17 Brett CannonIssue #15715: Ignore failed imports triggered by the...
2012-08-17 Richard OudkerkMerge
2012-08-17 Richard OudkerkIssue #15412: Remove erroneous note about weakrefs
2012-08-17 Richard OudkerkMerge
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 Antoine PitrouUpdate the getpeercert() example with a real-world...
2012-08-16 Andrew SvetlovFix subprocess test broken on Windows
2012-08-16 Richard OudkerkIssue #14669: Fix pickling of connections and sockets...
2012-08-16 Petri Lehtinen#11062: Fix universal newline support in Babyl._install...
2012-08-16 Petri Lehtinen#11062: Fix universal newline support in Babyl._install...
2012-08-16 Nick CoghlanMerge str docstring fix from 3.2
2012-08-16 Nick CoghlanFix str docstring
2012-08-15 Antoine PitrouIssue #15604: Update uses of PyObject_IsTrue() to check...
2012-08-15 Antoine PitrouIssue #15604: Update uses of PyObject_IsTrue() to check...
2012-08-15 Andrew Svetlovmerge heads
2012-08-15 Andrew SvetlovAdd yet another test for subprocess.Popen.communicate
2012-08-15 Sandro Tosimerge with 3.2
2012-08-15 Sandro Tosiclarify in/not in in case of infinite iterators; thanks...
2012-08-15 R David Murray#15543: reflow paragraph.
2012-08-15 R David Murray#15543: additional link in subprocess docs.
2012-08-15 R David MurrayMerge #15543: glossary entry for and 'universal newline...
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 Andrew SvetlovCleanup universal_newlines usage for subprocess.Popen...
2012-08-15 Eli Benderskymerge 3.2
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 Eli BenderskyIssue #15586: typo fix. This commit is accompanied...
2012-08-15 Petri Lehtinen#11062: Fix adding a message from file to Babyl mailbox
2012-08-15 R David MurrayMerge #15269: document dircmp.left and right, and add...
2012-08-15 R David Murray#15269: document dircmp.left and right, and add tests...
2012-08-14 Sandro Tosimerge with 3.2
2012-08-14 Sandro Tosifix typo
2012-08-14 Andrew SvetlovMerge heads
2012-08-14 Andrew SvetlovMerge 3.2 to default
2012-08-14 Andrew SvetlovMerge 3.2
2012-08-14 Andrew SvetlovIssue #15592. Fix regression: subprocess.communicate...
2012-08-14 Andrew SvetlovAdd test to explicit check the absence regression in...
2012-08-14 Matthias Klosemerge 3.2
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 Andrew SvetlovIssue #14167: Document return statement in finally...
2012-08-14 Richard OudkerkMerge 3.2
2012-08-14 Richard OudkerkIssue #15646: Prevent equivalent of a fork bomb when...
2012-08-14 Georg BrandlReview of signature docs.
2012-08-14 Georg Brandlmerge with 3.2
2012-08-14 Georg BrandlRestore original line lengths.
2012-08-14 Eli BenderskyAdd Daniel Ellis to Misc/ACKS
2012-08-14 Eli BenderskyIssue #15586: add some examples to ElementTree document...
2012-08-13 Brian Curtinerrant merge problem committed
2012-08-13 Brian CurtinMerge 3.2
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 #15497: Correct characters in TextWrapper.replace...
2012-08-13 Andrew SvetlovPush importlib ABC hierarchy chart.
2012-08-13 Andrew SvetlovIssue #15561: Update subprocess docs to reference io...
2012-08-13 Andrew SvetlovIssue #15561: Update subprocess docs to reference io...
2012-08-13 Andrew SvetlovMention PEP 362: Function Signature Object in whatsnew.
2012-08-13 Andrew SvetlovMinor update of docs for inspect module.
2012-08-13 Andrew SvetlovIssue #15151: PEP 362 — document signature and related...
2012-08-13 Andrew SvetlovIssue #15571: comment the fact what python impl of...
2012-08-13 Andrew SvetlovIssue #15624: clarify newline documentation for open...
next