2014-01-29 |
Terry Jan Reedy | Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Terry Jan Reedy | Idlelib: forward port changes that silenced 2.7 -3... |
commit | commitdiff | tree | snapshot |
2014-01-29 |
Yury Selivanov | inspect.Signature.bind: Add **kwargs/positional-only... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Victor Stinner | asyncio doc: close the loop at exit |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Yury Selivanov | inspect.Signature.bind: Fix pos-only params with defaul... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Yury Selivanov | inspect: Fix docstrings for Parameter & Signature classes |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Yury Selivanov | inspect.signature: Handle bound methods with '(*args... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Yury Selivanov | inspect.tests: Remove redundant unittest |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Jason R. Coombs | Issue #20411: Use readline.get_current_history_length... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Stefan Krah | Issue #9709: Revert 97fb852c5c26. Many extensions are... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Larry Hastings | Issue #20326: Argument Clinic now uses a simple, unique... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Ned Deily | Fix doc reference to OS X 10.9 Mavericks. |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Victor Stinner | asyncio doc: list Windows and Mac OS X limitations... |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Yury Selivanov | NEWS: Add few missing news items |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Yury Selivanov | inspect.signature: Support classes without user-defined... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Victor Stinner | asyncio: remove temporary aliases |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Yury Selivanov | inspect.signature: Add support for 'functools.partialme... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Victor Stinner | asyncio doc: subprocess_exec/subprocess_shell are not... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Serhiy Storchaka | Issue #19456: ntpath.join() now joins relative paths... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Serhiy Storchaka | Issue #19456: ntpath.join() now joins relative paths... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Yury Selivanov | inspect.signature: Use '/' to separate positional-only... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Yury Selivanov | doc/inspect: Clarify docs for __defaults__, add docs... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Yury Selivanov | inspect.getfile: Don't crash on classes without '__modu... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Victor Stinner | asyncio: IncompleteReadError is a subclass of EOFError |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Victor Stinner | asyncio: document the IncompleteReadError exception |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Serhiy Storchaka | Remove redundant emty line at the end of file. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Serhiy Storchaka | Issue #19077: tempfile.TemporaryDirectory cleanup no... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Serhiy Storchaka | Issue #19077: tempfile.TemporaryDirectory cleanup is... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Victor Stinner | asyncio: document add_signal_handler/remove_signal_hand... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Serhiy Storchaka | Issue #20395: Extract generated clinic code in Modules... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Victor Stinner | Null merge 3.3 (patch already applied in Python 3.4) |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Victor Stinner | Issue #20367: Fix behavior of concurrent.futures.as_com... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Christian Heimes | I forgot to add a Misc/NEWS entry for issue #20394 |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Georg Brandl | Closes #19966: allow hgtouch to operate on a base dir... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Larry Hastings | Merge. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Larry Hastings | Post-release bump for 3.4.0 beta 3. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Benjamin Peterson | merge 3.3 (closes #12704) |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Benjamin Peterson | eliminate redundancy between yield stmt and yield expr... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Terry Jan Reedy | Issue #17721: Remove non-functional configuration dialo... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Terry Jan Reedy | Issue #17721: Remove non-functional configuration dialo... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Terry Jan Reedy | Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Terry Jan Reedy | Idlelib.calltips: add test of starred first parameters... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Terry Jan Reedy | White space and merge cleanup. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Terry Jan Reedy | Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Terry Jan Reedy | Merge heads. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Terry Jan Reedy | Merge heads. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Terry Jan Reedy | Issue #20338: Increase allowed tip width slightly and... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Terry Jan Reedy | Issue #20338: Increase allowed tip width slightly and... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Christian Heimes | Issue #20394: Attempt to silence CID 1164423: Division... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Christian Heimes | Issue #20193: Fix commit r6f217456b9ba by including... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Christian Heimes | silence compiler warning that 's' may be used uninitial... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Eli Bendersky | Update docstring to mention correct PEP number. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Victor Stinner | Issue #20367: Add Glenn Langford to Misc/ACKS |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Serhiy Storchaka | Issue #20193: The zlib module now uses Argument Clinic. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Serhiy Storchaka | Issue #19990: Added tests for the imghdr module. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Serhiy Storchaka | Issue #19990: Added tests for the imghdr module. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Guido van Rossum | Fix issue #20367: concurrent.futures.as_completed(... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Serhiy Storchaka | Issue #8260: The read(), readline() and readlines(... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Serhiy Storchaka | Issue #8260: The read(), readline() and readlines(... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Andrew Svetlov | Merge latest Tulip into asyncio |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Benjamin Peterson | cleanup after custom buffer converter |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Benjamin Peterson | fix refleak on error |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Nick Coghlan | Close #20105: set __traceback__ when chaining exception... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Larry Hastings | Added tag v3.4.0b3 for changeset a97ce3ecc96a |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Larry Hastings | Version bump for 3.4.0b3. v3.4.0b3 |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Larry Hastings | Documentation fixes, including fixing "suspicious"... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Larry Hastings | Issue #20358: Tests for curses.window.overlay and curse... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Larry Hastings | Issue #20390: Final fix, for generating NoPositional... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Donald Stufft | Update pip to 1.5.2 and setuptools to 2.1 |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Larry Hastings | Fix for catestrophic errors in previous checkin (Argume... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Larry Hastings | Issue #20390: Small fixes and improvements for Argument... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Guido van Rossum | Document asyncio.QueueFull/Empty. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Guido van Rossum | NEWS update for asyncio. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Guido van Rossum | asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Guido van Rossum | asyncio: Locks refactor: use a separate context manager... |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Guido van Rossum | asyncio: Fix race in FastChildWatcher (by its original... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Victor Stinner | Merge latest Tulip into asyncio |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Victor Stinner | Issue #20311: Fix test_telnetlib, set the resolution... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Eric Snow | Issue 19944: Fix importlib.find_spec() so it imports... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Victor Stinner | asyncio: Don't export BaseEventLoop, BaseSelectorEventL... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Benjamin Peterson | update sphinx url |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Benjamin Peterson | linkify |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Serhiy Storchaka | Issue #20331: Fixed possible FD leaks in various modules: |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Serhiy Storchaka | Issue #20331: Fixed possible FD leaks in various modules: |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Ezio Melotti | #20348: fix headers markup in Argument Clinic howto... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Victor Stinner | Update asyncio from the Tulip project |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Victor Stinner | Fix asyncio tests: define resolution |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Victor Stinner | test_selectors: remove unused imports |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Victor Stinner | Issue #20311: asyncio: Add a granularity attribute... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Victor Stinner | Issue #20311: selectors: Add a resolution attribute... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Victor Stinner | Issue #20311: Revert e042ea77a152 and 7ce7295393c2... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Victor Stinner | (Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Victor Stinner | Issue #20311: Revert 033137c12d88, select.epoll.poll... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Serhiy Storchaka | Issue #20193: The _lzma module now uses Argument Clinic. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Eric V. Smith | Fix grammar: merge with 3.3. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Eric V. Smith | Fix grammar. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Serhiy Storchaka | Issue #20193: The _bz2 module now uses Argument Clinic. |
commit | commitdiff | tree | snapshot |
next |