- 16 Şub, 2005 1 kayıt (commit)
-
-
Brett Cannon yazdı
defined.
-
- 15 Şub, 2005 4 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
_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 yazdı
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 yazdı
-
- 14 Şub, 2005 1 kayıt (commit)
-
-
Peter Astrand yazdı
Licensed to PSF under a Contributor Agreement.
-
- 13 Şub, 2005 2 kayıt (commit)
-
-
Brett Cannon yazdı
X).
-
Brett Cannon yazdı
9. Applies patch #1095802. Thanks Jack Jansen.
-
- 11 Şub, 2005 1 kayıt (commit)
-
-
Fred Drake yazdı
(closes SF bug #1115989)
-
- 10 Şub, 2005 6 kayıt (commit)
-
-
Brett Cannon yazdı
sanity checks on tzname if HAVE_TZNAME defined. Closes bug #1096244. Thanks Gregory Bond.
-
Brett Cannon yazdı
2.344).
-
Fred Drake yazdı
dateTime.iso8601 elements still unmarshal into xmlrpclib.DateTime objects
-
Andrew M. Kuchling yazdı
-
Peter Astrand yazdı
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 yazdı
-
- 09 Şub, 2005 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Trent Mick yazdı
-
- 08 Şub, 2005 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Walter Dörwald yazdı
-
Raymond Hettinger yazdı
* 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 yazdı
-
Guido van Rossum yazdı
-
- 07 Şub, 2005 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
of a "in" or "not in" test.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 06 Şub, 2005 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
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 yazdı
-
- 05 Şub, 2005 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
(John J Lee) Minor code clarification and simplification.
-
Raymond Hettinger yazdı
-
- 04 Şub, 2005 3 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
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 yazdı
a BOM.
-
- 03 Şub, 2005 6 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
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 yazdı
Already backported.
-
Fred Drake yazdı
(PyXML bug #1112052)
-
Guido van Rossum yazdı
-
Kurt B. Kaiser yazdı
Default remains cyclic. Python Patch 914546 Noam Raphael. M IdleHistory.py M NEWS.txt M config-main.def
-