- 01 Ock, 2008 4 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Guido van Rossum yazdı
to use of datetime.datetime.now() instead of utcnow() for comparison. (I think the test can still fail if it's executed pretty much *at* new year's eve, but that's not worth fixing.)
-
- 31 Ara, 2007 11 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Integrated bdist_wininst into PCBuild9 directory
-
- 29 Ara, 2007 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
Improve docs for itertools.groupby(). The use of xrange(0) to create a unique object is less obvious than object().
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
- 28 Ara, 2007 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
- 25 Ara, 2007 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Also fix the test by having the test classes inherit from object. Are the getter/setter/deleter attributes supposed to be able to chain? As of right now they can't as the property tries to call what the property returns, which is another property when they are chained.
-
- 24 Ara, 2007 2 kayıt (commit)
-
-
Brett Cannon yazdı
line).
-
Brett Cannon yazdı
Will backport.
-
- 22 Ara, 2007 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 20 Ara, 2007 5 kayıt (commit)
-
-
Guido van Rossum yazdı
using a trick found in ifilter(). Feel free to backport to 2.5.
-
Georg Brandl yazdı
-
Guido van Rossum yazdı
-
Brett Cannon yazdı
Still need tests for warn_explicit and simplefilter.
-
Raymond Hettinger yazdı
-
- 19 Ara, 2007 9 kayıt (commit)
-
-
Guido van Rossum yazdı
This changes the rules for when __hash__ is inherited slightly, by allowing it to be inherited when one or more of __lt__, __le__, __gt__, __ge__ are overridden, as long as __eq__ and __ne__ aren't.
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
This adds signal.set_wakeup_fd(fd) which sets a file descriptor to which a zero byte will be written whenever a C exception handler runs. I added a simple C API as well, PySignal_SetWakeupFd(fd).
-
Raymond Hettinger yazdı
-
Facundo Batista yazdı
-
Christian Heimes yazdı
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 18 Ara, 2007 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-