- 22 Sep, 2012 1 commit
-
-
Ezio Melotti authored
-
- 21 Sep, 2012 5 commits
-
-
Ezio Melotti authored
#15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
doko@ubuntu.com authored
tools (dpkg-dev) installed.
-
Benjamin Peterson authored
-
- 20 Sep, 2012 8 commits
-
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 19 Sep, 2012 2 commits
-
-
Ezio Melotti authored
-
Trent Nelson authored
(Compiler: Solaris Studio 12.3)
-
- 18 Sep, 2012 1 commit
-
-
Ezio Melotti authored
-
- 17 Sep, 2012 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 15 Sep, 2012 3 commits
-
-
Antoine Pitrou authored
Patch by Jeremy Kloth.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 14 Sep, 2012 2 commits
-
-
Antoine Pitrou authored
Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. Patch by Alessandro Moura.
-
Ezio Melotti authored
-
- 13 Sep, 2012 1 commit
-
-
Ezio Melotti authored
-
- 12 Sep, 2012 6 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
on the action's default, reverting it back to previous behavior. Conversion is only done on string defaults. Add a test for this and another test that ensures such type conversions are only called once.
-
Christian Heimes authored
Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases.
-
Christian Heimes authored
-
Christian Heimes authored
Fix out of bounds read in long_new() for empty bytes with an explicit base. int(b'', somebase) calls PyLong_FromString() with char* of length 1 but the function accesses the first argument at offset 1. CID 715359
-
Barry Warsaw authored
when action='append', type='str' and default=[].
-
- 11 Sep, 2012 4 commits
-
-
R David Murray authored
-
Christian Heimes authored
Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR. _PyUnicode_AsStringAndSize() can return NULL without touching the len argument. Also remove unnecessary PyUnicode_Check(), _PyUnicode_AsStringAndSize() performance the test again. CID 486815
-
Senthil Kumaran authored
-
Jesus Cea authored
-
- 10 Sep, 2012 5 commits
-
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Christian Heimes authored
Fixed memory leak in error branch of object_repr which may leak a reference to mod when type_name returns NULL. CID 715371
-
Christian Heimes authored
Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going out of scope leaks the storage it points to.
-