- 21 Ock, 2008 21 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
second line of code were not always recognized correctly.
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Vinay Sajip yazdı
Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
factory function. Allow it to be subclassed.
-
Christian Heimes yazdı
A bunch of header files were not listed as dependencies for object files. Changes to files like Parser/parser.h weren't picked up by make.
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
PyThreadState_Delete() to avoid an infinite loop when the tstate list is messed up and has somehow becomes circular and does not contain the current thread. I don't know how this happens but it does, *very* rarely. On more than one hardware platform. I have not been able to reproduce it manually. Attaching to a process where its happening: it has always been in an infinite loop over a single element tstate list that is not the tstate we're looking to delete. It has been in t_bootstrap()'s call to PyThreadState_DeleteCurrent() as a pthread is exiting.
-
- 20 Ock, 2008 19 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Fixes #1087735.
-
Georg Brandl yazdı
-
Christian Heimes yazdı
Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite function is not called isfinite() but finite(). Sorry, my fault. :)
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
returning a 0-byte file -- raise an IOError instead. Original patch from Phil Knirsch.
-
Georg Brandl yazdı
in urllib and using the other ``_proxy`` env vars. Original patch by Donovan Baarda.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
custom formatting of contents via subclassing PrettyPrinter.
-
Gregory P. Smith yazdı
blatant lie in a docstring (it is not useful for security regardless of how you spell it).
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
type of encrypted zip files. Files using extended local headers needed to compare the check byte against different values. (according to reading the infozip unzip crypt.c source code) Fixes issue1003.
-
Andrew M. Kuchling yazdı
-