- 14 Mar, 2005 3 commits
-
-
Walter Dörwald authored
-
Walter Dörwald authored
-
Martin v. Löwis authored
Backported to 2.4
-
- 13 Mar, 2005 3 commits
-
-
Vinay Sajip authored
Made traceback unconditional, to avoid lock contention problems when logging errors occur in a custom importer (SF path #1158052).
-
Vinay Sajip authored
-
Vinay Sajip authored
Added optional encoding argument to file handlers. Made traceback import unconditional, to avoid lock contention problems which occur when logging from custom importers (SF patch #1158052)
-
- 12 Mar, 2005 2 commits
-
-
Tim Peters authored
Bug #1160802: Can't build Zope on Windows w/ 2.4.1c1. MSVCCompiler.initialize(): set self.initialized to True, as suggested by AMK. Else we keep growing the PATH endlessly, with each new C extension built, until putenv() complains. No change to NEWS because the patch that created this bug is also new for 2.5a1 (so there's no change here to any code yet released from HEAD).
-
Johannes Gijsbers authored
etc., had comments after the colon, and some other cases. This patch take a simpler approach that doesn't rely on looking for a ':'. Thanks Simon Percivall!
-
- 11 Mar, 2005 5 commits
-
-
Raymond Hettinger authored
new builtins.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Brett Cannon authored
socket.gethostname() in the check for a valid return. Also clarified docs (official and docstring) that the value from gethostname() is returned if gethostbyaddr() doesn't do the job.
-
- 10 Mar, 2005 5 commits
-
-
Anthony Baxter authored
-
Fred Drake authored
- add support for additional markup: \leq, \textbar, \textit - add a comment about the non-support for the Euro character (ported from release24-maint branch release 1.10.4.2)
-
Fred Drake authored
-
Fred Drake authored
(ported from release24-maint branch revision 1.10.4.1)
-
Fred Drake authored
(ported from release24-maint branch revision 1.86.2.3)
-
- 09 Mar, 2005 6 commits
-
-
Raymond Hettinger authored
-
Andrew MacIntyre authored
-
Raymond Hettinger authored
of multiple fields. This provides direct support for sorting by multiple keys.
-
Anthony Baxter authored
-
Skip Montanaro authored
example
-
Skip Montanaro authored
-
- 08 Mar, 2005 5 commits
-
-
Martin v. Löwis authored
Will backport to 2.4.
-
Martin v. Löwis authored
-
Raymond Hettinger authored
Make functional.partial() more closely match the spec by emulating some useful features of regular functions: * Made weak referencable. * Allow attribute access so a user can set __name__, __doc__, etc.
-
Raymond Hettinger authored
some useful features of regular functions: * Made weak referencable. * Allow attribute access so a user can set __name__, __doc__, etc.
-
Greg Ward authored
(merge from release24-maint branch).
-
- 07 Mar, 2005 1 commit
-
-
Greg Ward authored
attributes to oss_audio_device object: 'closed', 'name', and 'mode'.
-
- 05 Mar, 2005 7 commits
-
-
Martin v. Löwis authored
stream compression; add, for symmetry reasons, r:* as a synonym of r.
-
Brett Cannon authored
``class C(): pass`` is no longer a syntax error.
-
Brett Cannon authored
-
Brett Cannon authored
leading tabs in a line when in Python mode. Also fixed some grammatical errors in the comments.
-
Brett Cannon authored
-
Brett Cannon authored
-
Greg Ward authored
eg. "2004-03-04" is not broken across lines. (Merged from 2.4 branch.)
-
- 04 Mar, 2005 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
in pyexpat.GetInputContext. Will backport to 2.4.
-
Michael W. Hudson authored
-