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