- 01 Jan, 2008 2 commits
-
-
Christian Heimes authored
-
Guido van Rossum authored
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 Dec, 2007 11 commits
-
-
Neal Norwitz authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
Integrated bdist_wininst into PCBuild9 directory
-
- 29 Dec, 2007 4 commits
-
-
Raymond Hettinger authored
Improve docs for itertools.groupby(). The use of xrange(0) to create a unique object is less obvious than object().
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
- 28 Dec, 2007 1 commit
-
-
Kurt B. Kaiser authored
-
- 25 Dec, 2007 2 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
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 Dec, 2007 2 commits
-
-
Brett Cannon authored
line).
-
Brett Cannon authored
Will backport.
-
- 22 Dec, 2007 1 commit
-
-
Andrew M. Kuchling authored
-
- 20 Dec, 2007 5 commits
-
-
Guido van Rossum authored
using a trick found in ifilter(). Feel free to backport to 2.5.
-
Georg Brandl authored
-
Guido van Rossum authored
-
Brett Cannon authored
Still need tests for warn_explicit and simplefilter.
-
Raymond Hettinger authored
-
- 19 Dec, 2007 9 commits
-
-
Guido van Rossum authored
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 authored
-
Guido van Rossum authored
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 authored
-
Facundo Batista authored
-
Christian Heimes authored
#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 authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 18 Dec, 2007 3 commits
-
-
Raymond Hettinger authored
-
Christian Heimes authored
The patch unifies float("inf") and repr(float("inf")) on all platforms.
-
Raymond Hettinger authored
-