]> granicus.if.org Git - python/shortlog
python
2014-02-06 Ethan FurmanClose issue20412: Updated Enum docs to have referencabl...
2014-02-06 Brett CannonMerge for issue #20488
2014-02-06 Brett CannonIssue #20488: Update docs to say importlib is *the...
2014-02-06 Brett CannonIssue #6386: When executing a script that's a symlink...
2014-02-06 Ronald OussorenIssue #14455: fix handling of unsigned long long values...
2014-02-06 Serhiy StorchakaIssue #20520: Fixed readline test in test_codecs.
2014-02-06 Serhiy StorchakaIssue #20520: Fixed readline test in test_codecs.
2014-02-06 Yury Selivanovmerge heads
2014-02-06 Yury Selivanovasyncio.streams.StreamReader: Add 'at_eof()' method
2014-02-06 Ned DeilyIssue #20374: merge
2014-02-06 Ned DeilyIssue #20374: delete spurious empty line
2014-02-06 Ned DeilyIssue #20374: merge
2014-02-06 Ned DeilyIssue #20374: Avoid compiler warnings when compiling...
2014-02-05 Yury Selivanovasyncio.streams: Use bytebuffer in StreamReader; Add...
2014-02-05 R David Murray#14515: clarify that TemporaryDirectory's __enter__...
2014-02-05 R David Murray#14515: clarify that TemporaryDirectory's __enter__...
2014-02-05 Serhiy StorchakaIssue #19920: TarFile.list() no longer fails when outpu...
2014-02-05 Serhiy StorchakaIssue #19920: TarFile.list() no longer fails when outpu...
2014-02-05 Eric V. SmithTestNamedTuple.test_pickle was only testing through...
2014-02-05 Nick CoghlanIssue #20053: new test to check an assumption
2014-02-05 Serhiy StorchakaIssue #20498: Fixed io.StringIO tests for newline=...
2014-02-05 Serhiy StorchakaIssue #20498: Fixed io.StringIO tests for newline=...
2014-02-05 Serhiy StorchakaIssue #20489: Explicitly qualified expressions for...
2014-02-05 Ned DeilyIssue #20465: Update SQLite shipped with OS X installer...
2014-02-04 Christian HeimesIssue #20515: Fix NULL pointer dereference introduced...
2014-02-04 Christian HeimesIssue #20515: Fix NULL pointer dereference introduced...
2014-02-04 Guido van Rossumasyncio: Cosmetic improvement to test__run_once_logging...
2014-02-04 Guido van RossumAdd missing word ("thread") to sentence about call_soon...
2014-02-04 Victor Stinnerasyncio doc: add an example to schedule a coroutine...
2014-02-04 Vinay SajipCloses #20509: Merged documentation update from 3.3.
2014-02-04 Vinay SajipIssue #20509: Added cross-reference in documentation.
2014-02-04 Benjamin Petersonmerge 3.3 (#19186)
2014-02-04 Benjamin Petersonrestore namespacing of pyexpat symbols (closes #19186)
2014-02-04 Nick CoghlanClose #20053: ignore default pip config settings
2014-02-04 Nick CoghlanClose #20404: blacklist non-text encodings in io.TextIO...
2014-02-04 Victor StinnerIssue #17162: Fix compilation, replace non-breaking...
2014-02-04 Martin v. LöwisIssue #17162: Add PyType_GetSlot.
2014-02-04 Victor Stinnerasyncio: Fix _ProactorWritePipeTransport._pipe_closed()
2014-02-03 Victor StinnerOops, undo unwanted changes in test_asyncio: mistakes...
2014-02-03 Victor Stinnerasyncio doc: add an example of asyncio.subprocess with...
2014-02-03 Victor Stinnerasyncio.subprocess: Replace Process.get_subprocess...
2014-02-03 Ned DeilyIssue #20474: Fix "unexpected success" test_socket...
2014-02-03 Ned DeilyIssue #20474: Fix "unexpected success" test_socket...
2014-02-03 Serhiy StorchakaSkip expr* tests for large integers for Tcl <8.5.
2014-02-03 Serhiy StorchakaSkip expr* tests for large integers for Tcl <8.5.
2014-02-03 Antoine PitrouIssue #20426: When passing the re.DEBUG flag, re.compil...
2014-02-03 Antoine PitrouIssue #20426: When passing the re.DEBUG flag, re.compil...
2014-02-03 Serhiy StorchakaMerge heads
2014-02-03 Serhiy StorchakaIssue #19761: Fixed Tkinter tests on OS X.
2014-02-03 Serhiy StorchakaIssue #19761: Fixed Tkinter tests on OS X.
2014-02-03 Serhiy StorchakaIssue #20368: The null character now correctly passed...
2014-02-03 Serhiy StorchakaIssue #20368: The null character now correctly passed...
2014-02-03 Benjamin Petersonremove extra backtick
2014-02-03 Serhiy StorchakaIssue #20368: Add tests for Tkinter methods exprstring...
2014-02-03 Serhiy StorchakaIssue #20368: Add tests for Tkinter methods exprstring...
2014-02-03 Benjamin Petersonremove code which does nothing but cause refleaks
2014-02-03 Andrew KuchlingMerge from 3.3
2014-02-03 Andrew KuchlingUse different word
2014-02-03 Vinay SajipMerged documentation update from 3.3.
2014-02-03 Vinay SajipAdded cookbook entry on logging filter configuration...
2014-02-03 Yury Selivanovinspect.signature: Add (restore) support for builtin...
2014-02-03 R David Murraywhatsnew: read/write on closed SSL socket exception...
2014-02-03 R David Murraywhatsnew: html.escape 10x faster, _gestalt module gone.
2014-02-02 Victor StinnerIssue #20472: asyncio: Adjust the note about Mac OS...
2014-02-02 Victor StinnerIssue #20472: test_asyncio: skip PTY tests on Mac OS...
2014-02-02 Antoine PitrouIssue #20435: Fix _pyio.StringIO.getvalue() to take...
2014-02-02 Antoine PitrouIssue #20435: Fix _pyio.StringIO.getvalue() to take...
2014-02-02 Ned DeilyIssue #19990: Install test/imghdrdata.
2014-02-02 Ned DeilyIssue #19990: Install test/imghdrdata.
2014-02-02 Antoine PitrouIssue #20423: fix documentation of io.StringIO's newlin...
2014-02-02 Antoine PitrouIssue #20423: fix documentation of io.StringIO's newlin...
2014-02-02 Victor Stinnerasyncio: document the new asyncio.subprocess module
2014-02-02 Serhiy StorchakaIssue #19320: Fixed split/splitlist tests in test_tcl...
2014-02-02 Serhiy StorchakaIssue #19320: Fixed split/splitlist tests in test_tcl...
2014-02-02 Benjamin Petersonmerge 3.3 (#20102)
2014-02-02 Benjamin Petersonuse with statement to ensure zipfile is always closed...
2014-02-02 R David Murraywhatsnew: hmac accepts more bytes types, importlib...
2014-02-02 R David Murraywhatsnew: -m <namespace package>, plus 'using' doc...
2014-02-02 Yury Selivanovinspect.signature: Use 'inspect.isbuiltin' in 'Signatur...
2014-02-02 R David Murraywhatsnew: some more importlib replacements for imp...
2014-02-02 R David Murraywhatsnew: filecmp.clear_cache, and reword description...
2014-02-02 R David Murraywhatsnew: fix importlib.reload entry.
2014-02-02 Victor Stinnerasyncio doc: add "asyncio-" prefix to references
2014-02-02 Terry Jan ReedyUpdate the python.gif icon for the Idle classbrowser...
2014-02-02 Terry Jan ReedyUpdate the python.gif icon for the Idle classbrowser...
2014-02-01 Victor StinnerIssue #20400: Merge Tulip into Python: add the new...
2014-02-01 Ezio Melotti#20288: merge with 3.3.
2014-02-01 Ezio Melotti#20288: fix handling of invalid numeric charrefs in...
2014-02-01 Yury Selivanovinspect.tests: Fix tests to work on python built with...
2014-02-01 R David Murraywhatsnew: move of reload, update new windows-only ssl...
2014-02-01 Larry Hastings#Issue 20456: Several improvements and bugfixes for...
2014-02-01 Victor StinnerFix test_hash on "SPARC Solaris 10 (cc%2C 64b) [SB...
2014-02-01 Victor Stinnertest_hash: Fix a BytesWarning in get_hash_command()
2014-02-01 Victor Stinnertest_asyncio: relax timing, the "AMD64 Windows Server...
2014-02-01 Victor Stinnertracemalloc: Fix slicing traces and fix slicing a trace...
2014-02-01 Victor StinnerIssue #20354: Mention the fix in Misc/NEWS
2014-02-01 Victor StinnerIssue #20354: Fix alignment issue in the tracemalloc...
2014-02-01 Victor StinnerIssue #20162: Fix an alignment issue in the siphash24...
2014-02-01 Victor Stinnerasyncio doc: add "Concurrency and multithreading" section
2014-02-01 Victor Stinnerasyncio doc: document the granularity of the event...
next