- 07 May, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 06 May, 2008 15 kayıt (commit)
-
-
Christian Heimes yazdı
-
Brett Cannon yazdı
-
Christian Heimes yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Christian Heimes yazdı
-
Benjamin Peterson yazdı
Make the Python implementation of warnings compatible with the C implementation regarding non-callable showwarning
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
Use float constructors instead of magic code for float constants
-
Gregory P. Smith yazdı
-
Brett Cannon yazdı
the stack was being unwound by two levels instead of one each time.
-
Benjamin Peterson yazdı
-
- 05 May, 2008 10 kayıt (commit)
-
-
Gregory P. Smith yazdı
An assertion in readline() would fail as data was already in the internal buffer even though the socket was in unbuffered read mode. That case is now handled. More importantly, read() has been fixed to not over-recv() and leave newly recv()d data in the _fileobject buffer. The max() vs min() issue in read() is now gone. Neither was correct. On bounded reads, always ask recv() for the exact amount of data we still need. Candidate for backporting to release25-maint along with r62627.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Brett Cannon yazdı
Ippolito. Closes issue #2750.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Brett Cannon yazdı
showwarning API. Turns out 'inspect' uses 'operator' which is an extension module. That's a problem when it has not been built yet by setup.py.
-
Brett Cannon yazdı
that lacks support for the new 'line' argument.
-
- 04 May, 2008 12 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Gerhard Häring yazdı
characters. This avoids the common case of something like 'NUMBER(10)' not being parsed as 'NUMBER', like expected. Also corrected the docs about converter names being case-sensitive. They aren't any longer.
-
Gerhard Häring yazdı
sqlite3.Row type is now correctly hashable.
-
Gerhard Häring yazdı
#ifdefing was useless.
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
(as documented) rather than True and False.
-
Mark Dickinson yazdı
at reducing the size of the diff between the 2.x decimal.py and 3.x decimal.py and thereby making future merges easier: - replace one instnace of an old-style raise statement - define __div__ in terms of __truediv__ instead of the other way around - make wording match on an exception message
-
- 03 May, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-