- 08 May, 2008 19 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Closes issue #2790.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
test.test_support.catch_warning() where showwarning() was not being set properly.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
triggered warnings should be captured. This allows the context manager to be used to just prevent the internal state of the 'warnings' framework and thus allow triggered warnings to be displayed.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Raymond Hettinger yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Ronald Oussoren yazdı
version on OSX 10.4.10
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 07 May, 2008 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Christian Heimes yazdı
-
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 3 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ı
-