]> granicus.if.org Git - python/shortlog
python
2012-01-27 Antoine PitrouClarify that ssl.OP_ALL can be different from OpenSSL...
2012-01-27 Antoine PitrouClarify that ssl.OP_ALL can be different from OpenSSL...
2012-01-27 Antoine PitrouIssue #13885: CVE-2011-3389: the _ssl module would...
2012-01-27 Antoine PitrouIssue #13885: CVE-2011-3389: the _ssl module would...
2012-01-27 Antoine PitrouIssue #13885: CVE-2011-3389: the _ssl module would...
2012-01-27 Brett CannonMerge
2012-01-27 Brett CannonRelocate importlib._case_ok to importlib._bootstrap.
2012-01-27 Victor StinnerIssue #13847: Make test_localtime_failure() more robust
2012-01-26 Victor StinnerIssue #13847: Fix test_mktime(), time.localtime() now...
2012-01-26 Victor StinnerIssue #13847: time.clock() now raises a RuntimeError...
2012-01-26 Brett Cannonmerge
2012-01-26 Brett CannonMerge
2012-01-26 Brett CannonIssue #13883: PYTHONCASEOK also works with OS X.
2012-01-26 Brett CannonIssue #13883: Document all platforms PYTHONCASEOK works on.
2012-01-26 Victor StinnerIssue #13847: time.localtime() and time.gmtime() now...
2012-01-26 Meador Inge- Issue #13840: Fix ctypes.create_string_buffer excepti...
2012-01-26 Meador Inge- Issue #13840: Fix ctypes.create_string_buffer excepti...
2012-01-26 Brett CannonMerge
2012-01-26 Raymond HettingerMerge
2012-01-26 Raymond HettingerIssue 13870: Fix out of date comment.
2012-01-25 Brett CannonMove some code from importlib.__init__ to importlib...
2012-01-25 Victor StinnerRemove now useless arbitrary limit of module name length
2012-01-25 Georg Brandlmerge with 3.2
2012-01-25 Georg Brandl#13852: some small doc fixes.
2012-01-25 Benjamin Petersonmerge heads
2012-01-25 Benjamin Petersonmerge 3.2
2012-01-25 Benjamin Petersonkill extra word
2012-01-25 Benjamin Petersonsay bitwise (because I have no idea what a bit-string is)
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
next