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 |
2014-02-01 |
Victor Stinner | Issue #20452: Fix test_time_and_call_at() of test_async... |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Victor Stinner | Issue #20452: test_asyncio checks also the granularity |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Brian Quinlan | Fix extra line added in 0bcf23a52d55 |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Brian Quinlan | Issue #20319: concurrent.futures.wait() can block forev... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Yury Selivanov | inspect: Add some comments in Parameter.__eq__ method |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Yury Selivanov | inspect.Signauture.from_function: validate duck functio... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Yury Selivanov | inspect.signature: Support duck-types of Python functio... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Yury Selivanov | NEWS: Add news item for #18801 |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Yury Selivanov | inspect.classify_class_attrs: Classify object.__new__... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Zachary Ware | Issue #20460: Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Zachary Ware | Issue #20460: Render 'bytes' as a class, not a function. |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Zachary Ware | Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Zachary Ware | Fix unfinished thought in xml overview page. Suggested... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Andrew Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Brett Cannon | The function name for cmath.isinf in PyArg_ParseTuple... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20452: test_asyncio: Add more info if the test... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20455: Add a resolution attribute to IocpProacto... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20455: asyncio: use the same code to round a... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20455: math.ceil() returns an int in Python... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Windows buildbot: use --timeout feature in Tools/buildb... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Larry Hastings | Issue #20390: Removing detritus from Argument Clinic... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20455: asyncio: write a new write pipe transport... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | asyncio: Fix _UnixWritePipeTransport, raise BrokenPipeE... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20311, #20452: poll and epoll now round the... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20452: Remove debug code, no more needed |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | asyncio: Fix error message in BaseEventLoop.subprocess_... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Victor Stinner | Issue #20452: select and selectors round (again) timeou... |
commit | commitdiff | tree | snapshot |
next |