- 26 Nov, 2013 6 commits
-
-
Zachary Ware authored
of the time. Patch by Julian Gindi.
-
Mark Dickinson authored
-
Serhiy Storchaka authored
-
Mark Dickinson authored
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
-
Serhiy Storchaka authored
-
Georg Brandl authored
-
- 25 Nov, 2013 6 commits
-
-
Antoine Pitrou authored
-
Gregory P. Smith authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 24 Nov, 2013 6 commits
-
-
Raymond Hettinger authored
Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace.
-
Stefan Krah authored
_decimal: o Make all "mpd_t to C integer" conversion functions available in both the 64-bit and the 32-bit versions. o Make all mixed mpd_t/C integer arithmetic functions available in the 32-bit version. o Better handling of __STDC_LIMIT_MACROS for C++ users. o Add struct tags (at the request of C++ users). 2) Check for libmpdec.so.2 if --with-system-libmpdec is used.
-
Serhiy Storchaka authored
time.strptime(). Initial patch by Claudiu Popa.
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Christian Heimes authored
-
- 23 Nov, 2013 4 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
-
Andrew Kuchling authored
-
- 22 Nov, 2013 1 commit
-
-
Zachary Ware authored
Also, attempt to reduce confusion in the glossary by not saying there are different "types" of arguments and parameters.
-
- 21 Nov, 2013 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
big-endian platforms. Temporary forbidden test_unseekable_incompleted_write fornot compressed 16- and 32-bit wave file on big-endian platforms.
-
- 20 Nov, 2013 2 commits
-
-
Serhiy Storchaka authored
-
Christian Heimes authored
-
- 19 Nov, 2013 6 commits
-
-
Christian Heimes authored
-
R David Murray authored
csv was handling non-string keys fine except for the error message generated when a non-string key was not in 'fieldnames'. Fix by Tomas Grahn, full patch-with-test by Vajrasky Kok (tweaked slightly).
-
Andrew Kuchling authored
Also, add a link to the Babel package.
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
Zachary Ware authored
to avoid reporting success on empty tests.
-
- 18 Nov, 2013 1 commit
-
-
Gregory P. Smith authored
exists in 3.4 but apparently wasn't done for 3.3).
-
- 17 Nov, 2013 6 commits
-
-
Gregory P. Smith authored
on a system with SO_REUSEPORT defined in the headers but run on a system with an OS kernel that does not support that reasonably new socket option.
-
Gregory P. Smith authored
A variable was declared below the top of a block and one function was using a K&R C style function declaration!
-
Serhiy Storchaka authored
-
Ezio Melotti authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-