- 18 Feb, 2005 2 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 17 Feb, 2005 10 commits
-
-
Walter Dörwald authored
-
Walter Dörwald authored
-
Martin v. Löwis authored
Will backport to 2.4.
-
Walter Dörwald authored
-
Michael W. Hudson authored
[ 1124295 ] Function's __name__ no longer accessible in restricted mode
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Michael W. Hudson authored
[ 1124295 ] Function's __name__ no longer accessible in restricted mode which I introduced with a bit of mindless copy-paste when making __name__ writable. You can't assign to __name__ in restricted mode, which I'm going to pretend was intentional :)
-
Brett Cannon authored
Closes bug #1124278.
-
- 16 Feb, 2005 2 commits
-
-
Raymond Hettinger authored
-
Brett Cannon authored
defined.
-
- 15 Feb, 2005 4 commits
-
-
Tim Peters authored
-
Tim Peters authored
_some_ user-defined class instance. That it was also an exception isn't interesting, but does interfere with Michael Hudson's new-style exception patch. This just changes the doctest example, to use an instance of a non-exception class.
-
Michael W. Hudson authored
broke the "raise SystemExit(46)" case when doing new-style exceptions, but I'd much rather have found out here than in test_tempfile (growl).
-
Michael W. Hudson authored
-
- 14 Feb, 2005 1 commit
-
-
Peter Astrand authored
Licensed to PSF under a Contributor Agreement.
-
- 13 Feb, 2005 2 commits
-
-
Brett Cannon authored
X).
-
Brett Cannon authored
9. Applies patch #1095802. Thanks Jack Jansen.
-
- 11 Feb, 2005 1 commit
-
-
Fred Drake authored
(closes SF bug #1115989)
-
- 10 Feb, 2005 6 commits
-
-
Brett Cannon authored
sanity checks on tzname if HAVE_TZNAME defined. Closes bug #1096244. Thanks Gregory Bond.
-
Brett Cannon authored
2.344).
-
Fred Drake authored
dateTime.iso8601 elements still unmarshal into xmlrpclib.DateTime objects
-
Andrew M. Kuchling authored
-
Peter Astrand authored
var == None and var != None with var is None and var is not None and type(var) == int with instanceof(var, int) ...as recomended in PEP 8 [1].
-
Raymond Hettinger authored
-
- 09 Feb, 2005 3 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Trent Mick authored
-
- 08 Feb, 2005 5 commits
-
-
Raymond Hettinger authored
-
Walter Dörwald authored
-
Raymond Hettinger authored
* Use += * Replace loop logic with str.splitlines equivalent * Don't use variable names that shadow tuple, list, and str * Use dict.get instead of equivalent try/except * Minor loop logic simplications
-
Fred Drake authored
-
Guido van Rossum authored
-
- 07 Feb, 2005 3 commits
-
-
Raymond Hettinger authored
of a "in" or "not in" test.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 06 Feb, 2005 1 commit
-
-
Raymond Hettinger authored
Inspired by Skip's idea to recognize the throw-away nature of sequences in this context and to transform their type to one with better performance.
-