- 24 Feb, 2014 1 commit
-
-
R David Murray authored
-
- 23 Feb, 2014 14 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
constructed examples and all but 7 of the test/test_*.py files (run with -ucpu) pass. Remove those that fail the new test from the selection list. Patch partly based on patches by G. Brandl (#8478) and G. Rees (#12691).
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
R David Murray authored
Also added the missing documentation for new new option.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Also add the missing TextWrapper.shorten method doc.
-
R David Murray authored
Also reflow mmap paragraph.
-
Antoine Pitrou authored
Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson.
-
Ezio Melotti authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 22 Feb, 2014 8 commits
-
-
Martin v. Löwis authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
I'm documenting this new function, but I'm wondering if this will trigger someone to think about whether or not this actually makes sense :)
-
R David Murray authored
-
Eric Snow authored
I'll look into re-enabling them in issue #20128.
-
R David Murray authored
-
R David Murray authored
This addresses issue #20199, if I got it right. The deprecation and replacement lists are based on the importlib documentation.
-
- 21 Feb, 2014 9 commits
-
-
Yury Selivanov authored
-
Victor Stinner authored
is used as a sentinel () to detect if -1 is really an error or a valid timestamp. On AIX, tm_wday is unchanged even on success and so cannot be used as a sentinel.
-
Richard Oudkerk authored
chance of sporadic failures.
-
Donald Stufft authored
-
Victor Stinner authored
outsize range [1902; 2037].
-
Larry Hastings authored
for bound methods. Previous to this change, it displayed "self" for methods implemented in Python but not methods implemented in C; it is now both internally consistent and consistent with inspect.Signature.
-
Yury Selivanov authored
-
Donald Stufft authored
-
Yury Selivanov authored
-
- 20 Feb, 2014 8 commits
-
-
Victor Stinner authored
Use the same default timeout than test.bat: 1 hour (3600 seconds).
-
Zachary Ware authored
when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
-
Zachary Ware authored
when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
-
Yury Selivanov authored
-
Victor Stinner authored
scope_id: (host, port).
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Victor Stinner authored
test_sock_connect_address()
-