- 15 Şub, 2005 1 kayıt (commit)
-
-
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
-
- 02 Şub, 2005 1 kayıt (commit)
-
-
Steve Holden yazdı
-
- 31 Ock, 2005 3 kayıt (commit)
-
-
Michael W. Hudson yazdı
This should go on whatever bugfix branches the other fetches up on.
-
Michael W. Hudson yazdı
[ 1077106 ] Negative numbers to os.read() cause segfault Sorry for sitting on this for so long! Is there a chance it could make 2.3.5?
-
Kurt B. Kaiser yazdı
has never worked and no one has complained. It is still possible to set a default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on tabs for the current EditorWindow via the Format menu) but IDLE will encourage indentation via spaces. Enable setting the indentation width using the Options dialog. Bug # 783877 Remove some commented out old code from configDialog.py (related to old methods for invoking the HelpBrowser). M EditorWindow.py M NEWS.txt M configHandler.py
-