]> granicus.if.org Git - python/shortlog
python
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
2012-08-07 Benjamin Petersonfix yield from return value on custom iterators (closes...
2012-08-06 Brett CannonIssue #15163: Pydoc shouldn't show __loader__ as a...
2012-08-06 Brett CannonIssue #15471: Don't use mutable object as default value...
2012-08-06 R David MurrayMerge #15554: clarify splitlines/split differences.
2012-08-06 R David Murray#15554: clarify splitlines/split differences.
2012-08-06 Ned DeilyIssue #15037: Build OS X installers with local copy...
2012-08-06 Ned DeilyOS X installer cleanups:
2012-08-06 Brett CannonIssue #15482: Merge 78449:3fe01f7520e2 with a minor...
2012-08-06 Brett CannonIssue #15482: Properly document the default 'level...
2012-08-05 Brett CannonFix a spelling mistake in a comment.
2012-08-05 Victor StinnerClose #13072: Restore code before the PEP 393 for the...
2012-08-05 Ned Deilymerge heads
2012-08-05 Ned DeilyIssue #15560: Fix building _sqlite3 extension on OS...
2012-08-05 Ned DeilyIssue #15560: null merge
2012-08-05 Benjamin Petersonmerge heads
2012-08-05 Benjamin Petersonadd another testcase
2012-08-05 Ned DeilyIssue #15560: Fix building _sqlite3 extension on OS...
2012-08-05 Victor StinnerWhat's New in Python 3.3: Split improved and new module...
2012-08-05 Victor StinnerComplete What's New in Python 3.3.
2012-08-05 Victor StinnerIssue #15548: Update and complete What's New in Python...
2012-08-05 Victor Stinneros.unlinkat() has been removed, update os.fwalk() doc
2012-08-05 Antoine PitrouMerge
2012-08-05 Antoine PitrouFix CGI tests to take into account the platform's line...
2012-08-05 Antoine PitrouFix CGI tests to take into account the platform's line...
2012-08-05 Nick CoghlanIssue #14814: Attempt to clarify network address and...
2012-08-05 Nadeem Vawda#15546: Also fix GzipFile.peek().
2012-08-05 Nick CoghlanIssue #14814: Remove redundant property from interface...
2012-08-05 Nick CoghlanIssue #14814: Finish review of ipaddress network object...
2012-08-05 Nick CoghlanIssue 14814: Docs work showed some more cases of networ...
next