- 23 Feb, 2013 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson.
-
- 22 Feb, 2013 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Chris Jerdonek authored
-
- 21 Feb, 2013 4 commits
-
-
Ezio Melotti authored
-
Serhiy Storchaka authored
with 1, as in other lines.
-
Serhiy Storchaka authored
-
Ezio Melotti authored
-
- 20 Feb, 2013 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 19 Feb, 2013 2 commits
-
-
R David Murray authored
This fixes a bytes/string confusion in the API which prevented custom authobjects from working at all. Original patch by Erno Tukia.
-
R David Murray authored
Patch by Alexander Belopolsky.
-
- 18 Feb, 2013 4 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
a string argument contains non-BMP character.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 16 Feb, 2013 2 commits
-
-
Serhiy Storchaka authored
non-greedy repeat. Patch by Matthew Barnett.
-
Serhiy Storchaka authored
increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on 64-bit).
-
- 15 Feb, 2013 2 commits
-
-
Ezio Melotti authored
#17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan.
-
Antoine Pitrou authored
-
- 13 Feb, 2013 3 commits
-
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Serhiy Storchaka authored
with size >= 2**31), instead of producing illegal marshal data.
-
- 12 Feb, 2013 4 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
the disk is full. Original patch by Amir Szekely.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 11 Feb, 2013 4 commits
-
-
R David Murray authored
-
R David Murray authored
Patch by Jeremy Kloth.
-
Michael Foord authored
-
Michael Foord authored
-
- 10 Feb, 2013 6 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
and a full traceback including line number.
-
Mark Dickinson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 09 Feb, 2013 1 commit
-
-
Antoine Pitrou authored
I've left a couple of them in: zlib (third-party lib), getaddrinfo.c (doesn't include Python.h, and probably obsolete), _sre.c (legitimate use for the re.LOCALE flag).
-