- 23 Jan, 2008 1 commit
-
-
Raymond Hettinger authored
-
- 22 Jan, 2008 11 commits
-
-
Gregory P. Smith authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Christian Heimes authored
Added the macros PyModule_AddIntMacro and PyModule_AddStringMacro. They shorten PyModule_AddIntConstant(m, "AF_INET", AF_INET) to PyModule_AddIntMacro(m, AF_INET)
-
Christian Heimes authored
-
Georg Brandl authored
-
Gregory P. Smith authored
threading.enumerate() list after the join() for a brief period until it actually exited.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
storbinary() and storlines() methods.
-
- 21 Jan, 2008 28 commits
-
-
Brett Cannon authored
arguments to Make. This means there are no hyphens. Fix the '-s' check to silence distutils to now work.
-
Georg Brandl authored
-
Georg Brandl authored
Patch by Angelo Mottola, reviewed by MvL, tests by me.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Walter Dörwald authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
second line of code were not always recognized correctly.
-
Vinay Sajip authored
-
Georg Brandl authored
-
Vinay Sajip authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Vinay Sajip authored
Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
factory function. Allow it to be subclassed.
-
Christian Heimes authored
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 authored
-