]> granicus.if.org Git - python/shortlog
python
2013-10-19 Larry HastingsIssue #16612: Add "Argument Clinic", a compile-time...
2013-10-19 Ned DeilyEnsure setup.py looks for zlib.h in an OS X SDK.
2013-10-19 Ned DeilyEnsure setup.py looks for zlib.h in an OS X SDK.
2013-10-19 Ned DeilyIssue #19019: Change the OS X installer build script...
2013-10-19 Ned DeilyIssue #14499: Fix several problems with OS X universal...
2013-10-19 Ned DeilyIssue #15663: Update OS X installer to use Tcl/Tk 8...
2013-10-19 Ned DeilyUpdate OS X installer for building on 10.9.
2013-10-19 Ned DeilyUpdate OS X installer for building on 10.9.
2013-10-19 Victor StinnerIssue #16742: My fix on PyOS_StdioReadline() was incomp...
2013-10-18 Guido van RossumWrite flow control for asyncio (includes asyncio.stream...
2013-10-18 Guido van RossumRelax some asyncio test timeouts (http://bugs.python...
2013-10-18 Nadeem VawdaIssue #19222: Add support for the 'x' mode to the gzip...
2013-10-18 Nadeem VawdaIssue #19223: Add support for the 'x' mode to the bz2...
2013-10-18 Nadeem VawdaIssue #19201: Add support for the 'x' mode to the lzma...
2013-10-18 Brett CannonFix test to not consider mixin a standalone test
2013-10-18 Brett CannonIssue #16803: Move test_importlib.test_util to use...
2013-10-18 Brett CannonIssue #16803: Have test_importlib.test_locks use frozen...
2013-10-18 Brett CannonFix a refleak in _sre
2013-10-18 Brett CannonAdd NEWS entry for issue #18810
2013-10-18 Brett CannonIssue #18810: Be optimistic with stat calls when seeing...
2013-10-18 Guido van RossumImportant race condition fix for Tulip.
2013-10-18 Benjamin Petersonmerge 3.3
2013-10-18 Benjamin Petersonfix description of super() behavior on descriptors
2013-10-18 Richard OudkerkUpdate more configurations in pcbuild.sln.
2013-10-18 Brett CannonIssue #18416: Fix various os calls in importlib.machine...
2013-10-18 Brett Cannonmerge
2013-10-18 Brett CannonIssue #18416: Have importlib.machinery.PathFinder treat...
2013-10-18 Richard OudkerkUpdate pcbuild.sln to build _overlapped.
2013-10-18 Guido van RossumRename Transport.pause/resume to pause_reading/pause_wr...
2013-10-18 Brett CannonIssue #16803: test.test_importlib.test_api now runs...
2013-10-18 Serhiy StorchakaRemove redundant empty lines.
2013-10-18 Serhiy StorchakaRemove redundant empty lines.
2013-10-18 Serhiy StorchakaRemove a duplicate.
2013-10-18 Nick CoghlanIssue #16129: this should appease the buildbots
2013-10-18 Richard OudkerkRemove test_sigterm().
2013-10-18 Nick CoghlanIssue #16129: Py_SetStandardStreamEncoding cleanups
2013-10-18 Nick CoghlanClose #19284: Handle -R properly in flag helper
2013-10-18 Serhiy StorchakaFix markup.
2013-10-18 Serhiy StorchakaFix markup.
2013-10-18 Ethan FurmanIssue #19030: special-cased __dict__ as the actual...
2013-10-18 Ethan FurmanIssue #19272: slight clarification of pickle docs with...
2013-10-18 Ethan FurmanClose #19030: inspect.getmembers and inspect.classify_c...
2013-10-18 Ethan FurmanCatching up on NEWS entries.
2013-10-18 Ned DeilyIssue #19262: Install asyncio and test_asyncio directories.
2013-10-17 Guido van RossumRename the logger to plain "logger".
2013-10-17 Ned DeilyIssue #19275: Fix test_site failure on OS X due to...
2013-10-17 Guido van RossumMake asyncio tests run on Windows.
2013-10-17 Guido van RossumInitial checkin of asyncio package (== Tulip, == PEP...
2013-10-17 Serhiy StorchakaIssue #19276: Fixed the wave module on 64-bit big-endia...
2013-10-17 Serhiy StorchakaIssue #19276: Fixed the wave module on 64-bit big-endia...
2013-10-17 Georg Brandlmerge with 3.3
2013-10-17 Georg BrandlFix inaccurate versionchanged tag for compressobj(...
2013-10-17 Nick CoghlanSkip #16129 test until I debug cross-platform issues
2013-10-17 Nick CoghlanTry to debug overspecified test :(
2013-10-17 Richard OudkerkFix signal handler in test.
2013-10-17 Nick CoghlanClose #19266: contextlib.ignore -> contextlib.suppress
2013-10-17 Richard OudkerkMerge.
2013-10-17 Nick CoghlanIssue #16129: Move Py_SetStandardStreamEncoding declaration
2013-10-17 Richard OudkerkTry doing a raw test of os.fork()/os.kill().
2013-10-17 Nick CoghlanIssue #16129: Add `Py_SetStandardStreamEncoding`
2013-10-17 Richard OudkerkStop trying to use strace, but add a sleep before termi...
2013-10-17 Christian HeimesIssue #19275: Fix test_site on AMD64 Snow Leopard
2013-10-17 Richard OudkerkTry strace instead of gdb to see what wedged child...
2013-10-17 Serhiy StorchakaMerge heads
2013-10-17 Serhiy StorchakaIssue 19276: Fix tests for wave files on big-endian...
2013-10-17 Serhiy StorchakaIssue 19276: Fix tests for wave files on big-endian...
2013-10-17 Richard OudkerkTry to print a backtrace of wedged child process in...
2013-10-17 R David Murray#18891: Complete new provisional email API.
2013-10-17 Ethan FurmanClose #19252: better test coverage for Enum. Thanks...
2013-10-16 Richard OudkerkFix import of SimpleQueue.
2013-10-16 Richard OudkerkIssue #18999: Make multiprocessing use context objects.
2013-10-16 Serhiy StorchakaAdd shorten to __all_ (issues #18585 and #18725).
2013-10-16 Serhiy StorchakaIssue #18468: The re.split, re.findall, and re.sub...
2013-10-15 Antoine PitrouIssue #14407: Fix unittest test discovery in test_concu...
2013-10-15 Antoine PitrouIssue #14407: Fix unittest test discovery in test_concu...
2013-10-15 Serhiy StorchakaIssue #18725: The textwrap module now supports truncati...
2013-10-15 Richard OudkerkMerge
2013-10-15 Richard OudkerkPrint process instead of pid.
2013-10-15 Serhiy StorchakaIssue #17221: Merge 3.4.0 Alpha 1 entries before and...
2013-10-14 Antoine PitrouClose #19260: remove outdated comment in marshal.c
2013-10-14 Serhiy StorchakaIssue #18919: Add test/audiodata to LIBSUBDIRS.
2013-10-14 Serhiy StorchakaIssue #18919: Add test/audiodata to LIBSUBDIRS.
2013-10-14 Serhiy StorchakaIssue #18919: Fixed resource leaks in audio tests.
2013-10-14 Serhiy StorchakaIssue #18919: Fixed resource leaks in audio tests.
2013-10-14 Serhiy StorchakaIssue #18919: Check warnings messages in the aifc modul...
2013-10-14 Serhiy StorchakaIssue #18919: Check warnings messages in the aifc modul...
2013-10-14 Georg Brandlmerge with 3.3
2013-10-14 Georg BrandlCloses #19258: close WSGI server after handling request...
2013-10-14 Georg Brandlmerge with 3.3
2013-10-14 Georg BrandlCloses #17154: error out gracefully on "ignore" or...
2013-10-14 Serhiy StorchakaIssue #19189: Improved cross-references in the pickle...
2013-10-14 Serhiy StorchakaIssue #19189: Improved cross-references in the pickle...
2013-10-14 Georg BrandlRe #18521: move array bounds check before array access.
2013-10-14 Georg BrandlRe #18521: remove assignments of variables that are...
2013-10-14 Georg BrandlRe #18521: fix not-quite-C syntax that works only becau...
2013-10-13 Ezio Melotti#4965: merge with 3.3.
2013-10-13 Ezio Melotti#4965: Implement intelligent scrolling of the sidebar...
2013-10-13 Georg Brandlmerge with 3.3
2013-10-13 Georg BrandlCloses #16657: fix docstring of traceback.format_tb().
2013-10-13 Serhiy StorchakaNull merge
next