- 26 Ock, 2010 3 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Ezio Melotti yazdı
-
- 25 Ock, 2010 4 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 24 Ock, 2010 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Tarek Ziadé yazdı
Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings
-
- 23 Ock, 2010 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Tarek Ziadé yazdı
-
Ezio Melotti yazdı
Increased the overflow value on test_dealloc to make sure that it is big enough even for wide builds.
-
Tarek Ziadé yazdı
-
- 22 Ock, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
This should fix the failure introduced in r77680. The error message is now different and it caused the test to fail. The failing test is not present in 2.5 so it is failing only on 2.6 and newer versions.
-
- 21 Ock, 2010 3 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 20 Ock, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
and exit points. 2. Simplify bigcomp comparison loop. 3. Don't set ERANGE on _Py_dg_strtod underflow (it was set inconsistently anyway). 4. Remove unused dsign field from BCinfo struct.
-
- 19 Ock, 2010 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
http://www.python.org/dev/buildbot/all/builders/x86%20gentoo%20trunk/builds/5700/ Will be removed shortly.
-
- 18 Ock, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
Adjust documentation and add a test to verify this behavior. See http://mail.python.org/pipermail/python-dev/2010-January/095637.html for discussion.
-
Ezio Melotti yazdı
-
- 17 Ock, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
could crash in many places because of the PyByteArray_AS_STRING() macro returning NULL. The macro now returns a statically allocated empty string instead.
-
Mark Dickinson yazdı
-
- 16 Ock, 2010 6 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
conversion (see bug 5 in the issue tracker).
-
Antoine Pitrou yazdı
nor in py3k). Patch by Florent Xicluna as well as additional tests.
-
R. David Murray yazdı
-
Mark Dickinson yazdı
Also remove some now unused variables, and add comments clarifying the possible outputs of the parsing section of _Py_dg_strtod. Thanks Eric Smith for reviewing.
-
R. David Murray yazdı
headers in multipart/signed MIME parts, which fixes one of the sources of invalid modifications to such parts by Generator. Patch and tests by Martin von Gagern.
-
- 15 Ock, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
1-byte argument. Patch by Victor Stinner.
-
- 14 Ock, 2010 5 kayıt (commit)
-
-
Brett Cannon yazdı
Py3K warnings are DeprecationWarning by default this was causing -3 to essentially be a no-op. Now DeprecationWarning is only silenced if -3 is not used. Closes issue #7700. Thanks Ezio Melotti and Florent Xicluna for patch help.
-
Antoine Pitrou yazdı
argument values in debug mode. Patch by Victor Stinner.
-
Antoine Pitrou yazdı
binascii module. Backported from py3k by Florent Xicluna, with some additional tests.
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
- 13 Ock, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
even if identical. Patch by Florent Xicluna (again).
-