- 12 Nov, 2015 5 commits
-
-
Serhiy Storchaka authored
rejects builtin types with not defined __new__.
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch started by Stéphane Wirtel.
-
Zachary Ware authored
It now has slightly better rationale and a less awkward wording in the explanation. Inspired by a report of a neither/or conflict by 'animalize' on docs@.
-
- 11 Nov, 2015 1 commit
-
-
Serhiy Storchaka authored
link counting for directories.
-
- 10 Nov, 2015 2 commits
-
-
Serhiy Storchaka authored
Use time.time instead of time.clock.
-
Serhiy Storchaka authored
failure when the test is ran the second time. The root attribute was set in parent class in setUpClass and then overridded in child class in tearDownClass.
-
- 09 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
in range(0, 256).
-
- 07 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
- 05 Nov, 2015 2 commits
-
-
doko@ubuntu.com authored
-
Zachary Ware authored
-
- 04 Nov, 2015 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 02 Nov, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 30 Oct, 2015 5 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 28 Oct, 2015 2 commits
-
-
Serhiy Storchaka authored
whitespace is a substring of smallest leading whitespace. Based on patch by Robert Li.
-
Terry Jan Reedy authored
-
- 27 Oct, 2015 1 commit
-
-
Terry Jan Reedy authored
Clarify message and expected action for beginners.
-
- 24 Oct, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 23 Oct, 2015 1 commit
-
-
Victor Stinner authored
Patch written by Bernt Røskar Brenna.
-
- 22 Oct, 2015 3 commits
-
-
Gregory P. Smith authored
with what findCaller() does when running on non-POSIX platforms. (alternatively: the normcase calls in both places could be eliminated, but that touches more code and that refactoring hasn't even been done in 3 yet...)
-
Gregory P. Smith authored
properly to get the filename of its caller from the stack. This allows it to work if run in a frozen or embedded environment where the module's .__file__ attribute does not match its code object's .co_filename. This same much simpler always correct approach has already been deployed and used widely in Python 3.4 per the issue referenced above.
-
Terry Jan Reedy authored
-
- 20 Oct, 2015 1 commit
-
-
Terry Jan Reedy authored
-
- 17 Oct, 2015 1 commit
-
-
Vinay Sajip authored
-
- 16 Oct, 2015 1 commit
-
-
Brett Cannon authored
when running the test suite. Patch by Arfrever Frehtes Taifersar Arahesis.
-
- 14 Oct, 2015 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
-
- 12 Oct, 2015 2 commits
-
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
the other buttons and the new IDLE Dark theme.
-