]> granicus.if.org Git - python/shortlog
python
2012-01-25 Nadeem VawdaIssue #13862: Relax zlib version test to avoid spurious...
2012-01-25 Vinay SajipCloses #13859: Merged fix from 3.2 - thanks to Matt...
2012-01-25 Vinay SajipCloses #13859: Replaced reference to StandardError...
2012-01-25 Antoine PitrouPort import fixes from 2.7.
2012-01-25 Antoine PitrouPort import fixes from 2.7.
2012-01-25 Nadeem VawdaIssue #12804: Fix test failures on systems without...
2012-01-25 Nadeem VawdaRemove redundant resource check in test_socket.
2012-01-25 Antoine PitrouPort remaining test fixes, and fix test_importlib too.
2012-01-25 Antoine PitrouPort remaining test fixes, and fix test_importlib too.
2012-01-25 Antoine PitrouMake test work under 32-bit systems, and when invoked...
2012-01-24 Antoine PitrouIssue #11235: Fix OverflowError when trying to import...
2012-01-24 Antoine PitrouIssue #11235: Fix OverflowError when trying to import...
2012-01-24 Benjamin Petersonmerge 3.2
2012-01-24 Benjamin Petersonmerge heads
2012-01-24 Benjamin Petersonmerge heads
2012-01-24 Antoine PitrouIssue #13772: In os.symlink() under Windows, do not...
2012-01-24 Antoine PitrouIssue #13772: In os.symlink() under Windows, do not...
2012-01-24 Victor StinnerSort functions in the doc of the time module
2012-01-23 Victor StinnerIssue #10278: wallclock() cannot go backward, but two...
2012-01-23 Amaury Forgeot... Silence last compilation warning.
2012-01-23 Amaury Forgeot... Fix compilation warnings (seen on win32 buildbot)
2012-01-23 Georg Brandlmerge from 3.2
2012-01-23 Georg Brandl#13816: fix two minor style issues. Thanks to Justin...
2012-01-23 Benjamin Petersonmerge 3.2
2012-01-23 Benjamin Petersonfix declaration style
2012-01-22 Georg Brandlmerge with 3.2
2012-01-22 Georg BrandlFix #13834: strip() strips leading and trailing whitespace.
2012-01-22 Benjamin Petersonuse the static identifier api for looking up special...
2012-01-22 Sandro TosiIssue #13835: fixes to What's new 3.3; patch by July...
2012-01-22 Gregory P.... Fix a unittest error seen on NetBSD 5.
2012-01-22 Gregory P.... Fix a unittest error seen on NetBSD 5.
2012-01-22 Gregory P.... Fix FreeBSD, NetBSD and OpenBSD behavior of the issue...
2012-01-22 Gregory P.... Fix FreeBSD, NetBSD and OpenBSD behavior of the issue...
2012-01-22 Gregory P.... Improve the test for dirfd(). Some systems #define...
2012-01-22 Gregory P.... Improve the test for dirfd(), some systems #define...
2012-01-21 Gregory P.... bugfix for *BSD platforms. (oops messed up #define)
2012-01-21 Gregory P.... bugfix for issue 8052 fixes on *BSD platforms.
2012-01-21 Gregory P.... Another issue #8052 bugfix (related to previous commit).
2012-01-21 Gregory P.... Bugfix for issue #8052 fix on *BSD variants.
2012-01-21 Gregory P.... A Misc/NEWS entry for issue 8052.
2012-01-21 Gregory P.... Add a Misc/NEWS entry for issue 8052.
2012-01-21 Gregory P.... Fixes issue #8052: The posix subprocess module's close_...
2012-01-21 Gregory P.... Fixes issue #8052: The posix subprocess module's close_...
2012-01-21 Gregory P.... Avoid the compiler warning about the unused return...
2012-01-21 Gregory P.... Avoid the compiler warning about the unused return...
2012-01-21 Antoine PitrouIssue #12922: fix the TextIOBase documentation to inclu...
2012-01-21 Antoine PitrouIssue #12922: fix the TextIOBase documentation to inclu...
2012-01-21 Victor StinnerIssue #13706: Support non-ASCII fill characters
2012-01-21 Sandro Tosimerge with 3.2
2012-01-21 Sandro Tosifix typo; thanks to Justin Watt from docs@
2012-01-21 Senthil Kumaranmerge from 3.2
2012-01-21 Senthil KumaranFix Issue6631 - Disallow relative file paths in urllib...
2012-01-20 Benjamin Petersonadd another test case
2012-01-20 Łukasz Langaphony merge of 76077971ee1f from 3.2
2012-01-20 Łukasz Langa#13760: picklability tests for configparser exceptions
2012-01-20 Łukasz Langa#13760: picklability tests for configparser exceptions
2012-01-20 Vinay SajipCloses #13807: Merged fix from 3.2.
2012-01-20 Vinay SajipCloses #13807: Merged fix from 3.1.
2012-01-20 Vinay SajipCloses #13807: Now checks for sys.stderr being there...
2012-01-20 Meador IngeIssue #12949: Document the kwonlyargcount argument...
2012-01-20 Meador IngeIssue #12949: Document the kwonlyargcount argument...
2012-01-20 Victor StinnerIssue #10278: Be more explicit in tests than wallclock...
2012-01-20 Eric V. SmithImprove exception text. Closes issue 13811.
2012-01-19 Benjamin Petersoncheck after comments, too (#13832)
2012-01-19 Sandro TosiIssue #13605: merge with 3.2
2012-01-19 Sandro TosiIssue #13605: more meaningful example + fixes
2012-01-19 Sandro TosiIssue #13605: merge with 3.2
2012-01-19 Sandro TosiIssue #13605: add documentation for nargs=argparse...
2012-01-19 Benjamin Petersondon't leak node
2012-01-19 Benjamin Petersononly check this when parsing python
2012-01-19 Sandro TosiIssue #11948: merge with 3.2
2012-01-19 Sandro TosiIssue #11948: clarify modules search path
2012-01-19 Meador IngeIssue #12705: Raise SyntaxError when compiling multiple...
2012-01-19 Meador IngeIssue #2134: Add support for tokenize.TokenInfo.exact_type.
2012-01-19 Meador IngeNull merge
2012-01-19 Meador IngeIssue #2134: Clarify token.OP handling rationale in...
2012-01-19 Benjamin Petersonimprove casefold/lower/upper docs
2012-01-18 Antoine PitrouBe more lenient in test_wallclock (issue #10278).
2012-01-18 Antoine PitrouIssue #13722: Avoid silencing ImportErrors when initial...
2012-01-18 Antoine PitrouIssue #13722: Avoid silencing ImportErrors when initial...
2012-01-18 Antoine PitrouFinally fix all test_capi refleaks
2012-01-18 Antoine PitrouFix some of the remaining test_capi leaks
2012-01-18 Antoine PitrouFix some of the remaining test_capi refleaks
2012-01-18 Antoine PitrouFix some of the refleaks in test_capi (ported from...
2012-01-18 Antoine PitrouFix refleaks in test_capi
2012-01-18 Antoine PitrouFix the builtin module initialization code to store...
2012-01-18 Antoine PitrouFix the builtin module initialization code to store...
2012-01-18 Antoine PitrouAdd part of test_inspect test from 2.7
2012-01-18 Antoine PitrouAdd part of test_inspect test from 2.7
2012-01-18 Antoine PitrouMerge refleak fixes from 3.2
2012-01-18 Antoine PitrouFix the _io module leaking references when a sub-interp...
2012-01-18 Antoine PitrouFix leaking a RuntimeError objects when creating sub...
2012-01-18 Antoine PitrouFix a memory leak when initializing the standard I...
2012-01-18 Antoine PitrouFix a memory leak when initializing the standard I...
2012-01-18 Lars GustäbelIssue #5689: Avoid excessive memory usage by using...
2012-01-18 Nadeem VawdaMerge: #13781: Fix GzipFile to work with os.fdopen...
2012-01-18 Nadeem VawdaIssue #13781: Fix GzipFile to work with os.fdopen(...
2012-01-18 Jesus CeaMERGE: And yet another emergency fix for #13803 bootstr...
2012-01-18 Jesus CeaAnd yet another emergency fix for #13803 bootstrap...
2012-01-18 Jesus CeaMERGE: Yet another emergency fix for #13803 bootstrap...
next