]> granicus.if.org Git - python/shortlog
python
2012-01-31 Brett CannonFix a minor output typo as found by Terry Reedy.
2012-01-31 Brett CannonMerge
2012-01-31 Terry Jan ReedyMerge with 3.2 whitespace
2012-01-31 Terry Jan Reedywhitespace
2012-01-31 Terry Jan ReedyMerge 3.2
2012-01-31 Terry Jan Reedy#13506 Add '' to path for interactive interpreter by...
2012-01-31 Brett CannonLet importlib.test.benchmark take a specific benchmark...
2012-01-31 Brett CannonAllow for the specification of a file to dump importlib...
2012-01-30 Gregory P.... Fix zipimport.c's read_directory() to use appropriate...
2012-01-30 Gregory P.... Fix zip_import.c's read_directory() to use appropriate...
2012-01-30 Antoine PitrouIssue #8828: Add new function os.replace(), for cross...
2012-01-30 Brett CannonIssue #13890: Also fix for extension module tests for...
2012-01-30 Brett CannonIssue #13890: Fix importlib case-sensitivity tests...
2012-01-30 Benjamin Petersonmerge 3.2 (closes #13908)
2012-01-30 Benjamin Petersonready types returned from PyType_FromSpec
2012-01-30 Benjamin Petersonadjust declaration
2012-01-29 Victor StinnerIssue #13847: Fix test_time, time.gmtime() doesn't...
2012-01-29 Victor StinnerIssue #13874: read_null() of faulthandler uses volatile...
2012-01-29 Antoine PitrouIssue #13848: open() and the FileIO constructor now...
2012-01-29 Antoine PitrouIssue #13848: open() and the FileIO constructor now...
2012-01-29 Charles-François... Issue #6774: Back out c8b77efe8b56, which only brings...
2012-01-29 Georg Brandlmerge with 3.2
2012-01-29 Georg BrandlFix #13900: resolve self-referential description of...
2012-01-29 Benjamin Petersonmerge 3.2
2012-01-29 Benjamin Petersonremove tests from really old regex module
2012-01-28 Antoine PitrouIssue #13806: The size check in audioop decompression...
2012-01-28 Antoine PitrouIssue #13806: The size check in audioop decompression...
2012-01-28 Antoine PitrouIssue #13895: fix test_ssl hanging under Ubuntu
2012-01-28 Antoine PitrouIssue #13895: fix test_ssl hanging under Ubuntu
2012-01-28 Nadeem VawdaFix typo in comment.
2012-01-28 Charles-François... Issue #13894: Skip test_threading.CRLockTests if _CRLoc...
2012-01-28 Charles-François... Issue #13894: Skip test_threading.CRLockTests if _CRLoc...
2012-01-27 Mark DickinsonMerge 3.2 -> default (issue 13889)
2012-01-27 Mark DickinsonIssue #13889: Add missing _Py_SET_53BIT_PRECISION_...
2012-01-27 Antoine PitrouFix intermittent test_ssl failure.
2012-01-27 Antoine PitrouFix intermittent test_ssl failure.
2012-01-27 Benjamin Petersonmerge heads (#13887)
2012-01-27 Benjamin Petersonnote that get() is not affected by default_factory...
2012-01-27 Antoine PitrouFix error handling in examples of C API use.
2012-01-27 Antoine PitrouFix error handling in examples of C API use.
2012-01-27 Antoine PitrouIssue #13812: When a multiprocessing Process child...
2012-01-27 Antoine PitrouIssue #13812: When a multiprocessing Process child...
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.
next