- 30 Nov, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 29 Nov, 2015 1 commit
-
-
Serhiy Storchaka authored
Output raised exception at verbose level 2 (-vv).
-
- 26 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
by Marian Ganisin.
-
Martin Panter authored
Previous documentation was not clear if the geturl(), info() and getcode() were valid for HTTP responses. The “msg” attribute is different to the usual HTTPResponse.msg attribute. Based on patch by Evens Fortuné.
-
Martin Panter authored
-
- 25 Nov, 2015 6 commits
-
-
Serhiy Storchaka authored
Based on patch by Christian Heimes.
-
Serhiy Storchaka authored
__getattr__. Original patch by Antoine Pitrou.
-
Serhiy Storchaka authored
into separate file test_ordered_dict.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
__bytes__, __trunc__, and __float__ returning instances of subclasses of bytes, int, and float to subclasses of bytes, int, and float correspondingly.
-
Serhiy Storchaka authored
invalid data including tuple instructions.
-
- 24 Nov, 2015 2 commits
-
-
Vinay Sajip authored
-
Martin Panter authored
No charset parameter is standardized for this Content-Type value. Also clarify that urlencode() outputs ASCII.
-
- 23 Nov, 2015 5 commits
-
-
Martin Panter authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 22 Nov, 2015 2 commits
-
-
Serhiy Storchaka authored
entries. Patch by Dingyuan Wang.
-
Serhiy Storchaka authored
Added new tests for Element slice assignments.
-
- 21 Nov, 2015 6 commits
-
-
Martin Panter authored
Original patch by Silent Ghost.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
and running external archivers.
-
Terry Jan Reedy authored
before closing debugger window in IDLE process.
-
Terry Jan Reedy authored
debugger is active (15347); b) closing the debugger with the [X] button (15348); and c) activating the debugger when already active (24455). The patch by Mark Roseman does this by making two changes. 1. To suspend and resume the gui.interaction method, use the tcl vwait mechanism interded for this purpose instead of root.mainloop & .quit. 2. In gui.run, allow any existing interaction to terminate first.
-
- 20 Nov, 2015 6 commits
-
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/295 for details
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Terry Jan Reedy authored
not to IDLE itself.
-
R David Murray authored
-
- 19 Nov, 2015 2 commits
-
-
Martin Panter authored
-
Guido van Rossum authored
-
- 18 Nov, 2015 3 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
This change won't do anything in CPython 3.4 See https://github.com/python/asyncio/pull/293 for details.
-
Martin Panter authored
-
- 17 Nov, 2015 2 commits
-
-
Martin Panter authored
Extract of patch by Ronald Oussoren.
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/292 for details.
-