]> granicus.if.org Git - python/shortlog
python
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-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...
2012-01-18 Jesus CeaYet another emergency fix for #13803 bootstrap issue...
2012-01-18 Ezio Melotti#13665: merge with 3.2.
2012-01-18 Ezio Melotti#13665: s/string/bytes/ in error message.
2012-01-18 Ezio MelottiUse ASCII quotes and fix markup.
2012-01-18 Jesus CeaMERGE: Emergency fix for #13803 bootstrap issue: Under...
2012-01-18 Jesus CeaEmergency fix for #13803 bootstrap issue: Under Solaris...
2012-01-18 Jesus CeaMERGE: Closes #13803: Under Solaris, distutils doesn...
2012-01-18 Jesus CeaCloses #13803: Under Solaris, distutils doesn't include...
2012-01-18 Antoine PitrouMerge
2012-01-18 Victor StinnerIssue #10278: fix a typo in the doc
2012-01-18 Victor StinnerClose #10278: Add time.wallclock() function, monotonic...
2012-01-18 Antoine PitrouFix error handling in timemodule.c
2012-01-18 Ezio MelottiAdd missing versionadded in webbrowser doc.
2012-01-17 Nadeem VawdaIssue #13809: Make bz2 module work with threads disabled.
2012-01-17 Antoine PitrouTest running of code in a sub-interpreter
2012-01-17 Antoine PitrouTest running of code in a sub-interpreter
2012-01-17 Amaury Forgeot... Issue #13727: Add 3 macros to access PyDateTime_Delta...
next