]> granicus.if.org Git - python/shortlog
python
2012-08-15 Eli BenderskyIssue #15586: typo fix. This commit is accompanied...
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...
2012-08-10 Brett CannonIssue #15502: Finish bringing importlib.abc in line...
2012-08-09 Victor StinnerRemove now unused IntOrLongToString type
2012-08-09 Andrew SvetlovIssue #15601: fix tkinter test_variables failure with...
2012-08-09 Andrew Svetlovfix docs for c-api memory functions
2012-08-09 Andrew Svetlovfix docs for c-api memory functions
2012-08-09 Andrew Svetlovmerge heads
2012-08-09 Andrew SvetlovIssue #15501: Document exception classes in subprocess...
2012-08-09 Andrew SvetlovIssue #15501: Document exception classes in subprocess...
2012-08-09 Andrew SvetlovFix documentation for inspect module to pass doctest
2012-08-09 Eli BenderskyAdd description of major changes in xml.etree.ElementTr...
2012-08-09 Ned DeilyIssue #14992: merge from 3.2
2012-08-09 Ned DeilyIssue #14992: Prevent test_os test_exist_ok_s_isgid_dir...
2012-08-09 Victor Stinnerfaulthandler: fix the handler of user signals
2012-08-09 Benjamin Petersonmerge heads
2012-08-09 Benjamin Petersonuse char instead of int to please T_BOOL (closes #15597)
2012-08-08 Victor StinnerIssue #13072: Fix test_array for installation without...
2012-08-08 Larry HastingsIssue #15589: Ensure double-alignment for brute-force...
2012-08-08 Victor Stinnerregrtest: give more information when a child process...
2012-08-08 Victor StinnerIssue #13072: Ooops, now fix test_array for Linux with...
2012-08-08 Victor StinnerIssue #13072: Fix test_array for Windows with 16-bit...
2012-08-08 doko@ubuntu.com- Issue #11715: Fix multiarch detection without having...
2012-08-07 Ned DeilyIssue #15560: Ensure consistent sqlite3 behavior and...
2012-08-07 Benjamin Petersonmerge heads
next