- 17 Feb, 2005 1 commit
-
-
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 2 commits
-
-
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.
-
Raymond Hettinger authored
-
- 05 Feb, 2005 3 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(John J Lee) Minor code clarification and simplification.
-
Raymond Hettinger authored
-
- 04 Feb, 2005 3 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
If we exit via the break here, we need to set ff_last_lineno or FUTURE_POSSIBLE() will remain true. The bug affected statements containing a variety of expressions, but not all expressions. It has been present since Python 2.2.
-
Walter Dörwald authored
a BOM.
-
- 03 Feb, 2005 4 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
for Python 2.4 caused a segfault when post_install_script was used. The reason was that the file handle passed to PyRun_SimpleFile() was created with MSVCRT.DLL, but Python 2.4 uses MSVCR71.DLL. So, I replaced PyRun_SimpleFile() with PyRun_SimpleString(). The segfault is gone, but the output of the postinstall script doesn't show up, because still freopen() from MSVCRT is used. Already backported.
-
Thomas Heller authored
Already backported.
-
Fred Drake authored
(PyXML bug #1112052)
-