- 21 Eyl, 2012 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
doko@ubuntu.com yazdı
tools (dpkg-dev) installed.
-
Benjamin Peterson yazdı
-
- 20 Eyl, 2012 8 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 19 Eyl, 2012 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Trent Nelson yazdı
(Compiler: Solaris Studio 12.3)
-
- 18 Eyl, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 17 Eyl, 2012 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 15 Eyl, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Jeremy Kloth.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 14 Eyl, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. Patch by Alessandro Moura.
-
Ezio Melotti yazdı
-
- 13 Eyl, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 12 Eyl, 2012 6 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
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 yazdı
Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
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 yazdı
when action='append', type='str' and default=[].
-
- 11 Eyl, 2012 4 kayıt (commit)
-
-
R David Murray yazdı
-
Christian Heimes yazdı
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 yazdı
-
Jesus Cea yazdı
-
- 10 Eyl, 2012 7 kayıt (commit)
-
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Christian Heimes yazdı
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 yazdı
Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going out of scope leaks the storage it points to.
-
R David Murray yazdı
Also adds tests to verify the documented behavior (which is probably a bug, as indicated in the added comments). Patch by Chris Jerdonek.
-
doko@ubuntu.com yazdı
changeset: 77827:c23b442b5d5e user: Antoine Pitrou <solipsis@pitrou.net> date: Thu Jun 28 01:20:26 2012 +0200 summary: Avoid using scrdir, it's broken. changeset: 77826:f0e58e778215 user: Neil Schemenauer <nas@arctrix.com> date: Wed Jun 27 15:58:37 2012 -0600 summary: Fix bug in test_tools that prevented building is separate directory.
-