]> granicus.if.org Git - python/shortlog
python
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...
2012-08-13 Andrew SvetlovIssue #15624: clarify newline documentation for open...
2012-08-12 Senthil Kumaranmerge from 3.2
2012-08-12 Senthil KumaranIssue #15630: Add an example for "continue" statement...
2012-08-12 Sandro Tosimerge with 3.2
2012-08-12 Sandro Tosiadd usage example from cli; thanks to Christian Clauss...
2012-08-12 Georg BrandlPost-release updates.
2012-08-12 Sandro Tosimerge with 3.2
2012-08-12 Sandro Tosiescape '\'; thanks to Steve Holden from docs@
2012-08-12 Sandro Tosimerge with 3.2
2012-08-12 Sandro Tosiit's getstatus() not setstatus(); thanks to Shaddi...
2012-08-12 Andrew Svetlovupdate doctests
2012-08-12 Andrew Svetlovfix doctest for email.header docs
2012-08-12 Sandro Tosimerge with 3.2
2012-08-12 Sandro Tosiadd missing quote in splitlines() example; thanks to...
2012-08-12 Sandro Tosimerge with 3.2
2012-08-12 Sandro Tosiupdate Geany URL; thanks to Karl Tarbet from docs@
2012-08-12 Sandro Tosimerge with 3.2
2012-08-12 Sandro Tosiadd missing parenthesis to 'action' argparse doc; thank...
2012-08-12 Sandro Tosiupdate CodeTools link; thanks to Robert Kern from docs@
2012-08-12 Sandro Tosimerge with 3.2
2012-08-12 Sandro Tosizip() returns an iterator, make a list() of it; thanks...
2012-08-11 Brett CannonDon't overwrite a __path__ value from extension modules...
2012-08-11 Brett CannonMinor doc formatting cleanup.
2012-08-11 Andrew SvetlovIssue #15527: fix docs, remove double parens by changin...
2012-08-11 Antoine PitrouIssue #15444: Use proper spelling for non-ASCII contrib...
2012-08-11 Antoine PitrouIssue #15444: Use proper spelling for non-ASCII contrib...
2012-08-11 Georg BrandlMerge with 3.2.
2012-08-11 Georg BrandlRemove unused variables in parsetok().
2012-08-11 Georg BrandlMerge with 3.2.
2012-08-11 Georg BrandlRevert 961a15aff2a6, this is already checked in another...
2012-08-11 Georg BrandlMerge with 3.2.
2012-08-11 Georg BrandlCloses #15620: check for presence of readline.clear_his...
2012-08-11 Georg BrandlAdded tag v3.3.0b2 for changeset 4972a8f1b2aa
2012-08-11 Georg BrandlBump to 3.3b2. v3.3.0b2
2012-08-11 Georg BrandlFix markup errors and update pydoc topics.
2012-08-11 Meador IngeIssue #15424: Add a __sizeof__ implementation for array...
2012-08-11 Meador IngeIssue #15424: Add a __sizeof__ implementation for array...
2012-08-10 Philip Jenveyfix docstring wording
2012-08-10 Brett CannonIssue #15610: The PyImport_ImportModuleEx macro now...
2012-08-10 Brett CannonIssue #15502: Refactor some code.
2012-08-10 Senthil KumaranFix issue #15607: Update the print builtin function...
2012-08-10 Philip Jenveyupdate docstring per the extension package fix, refactor
2012-08-10 Brett CannonIssue #15576: Allow extension modules to be a package...
next