- 07 Nis, 2002 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 05 Nis, 2002 8 kayıt (commit)
-
-
Guido van Rossum yazdı
dare describe, and of course lots of jiggling of the docs and the Windows installer metadata.)
-
Guido van Rossum yazdı
base class.
-
Michael W. Hudson yazdı
revision 1.126 of test_descr.py SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super() broken w/ classmethods. Bugfix candidate.
-
Michael W. Hudson yazdı
revision 2.133 of typeobject.c SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super() broken w/ classmethods. Bugfix candidate.
-
Michael W. Hudson yazdı
revision 1.4 of test_commands.py Make test_commands work on more systems. This removes much of the dependency on how a system is configured. This closes SF bug #497160 (which has the patch) and #460613. Bugfix candidate.
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
revision 1.6 of turtle.py Patch #536117: Typo in turtle.py. 2.2.2 candidate.
-
Michael W. Hudson yazdı
revision 2.28 of _localemodule.c Don't imply XPG4 constants from CODESET presence. Fixes #534153. 2.2.2 candiate.
-
- 04 Nis, 2002 11 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Fred Drake yazdı
-
Tim Peters yazdı
Fixing a Windows-specific installer glitch.
-
Fred Drake yazdı
We should get attributes from the right object.
-
Fred Drake yazdı
to be archived. Most of these are pretty bland. ;-)
-
Fred Drake yazdı
ContentHandler. While GC will eventually clean up, it can take longer than normal for applications that create a lot of strings (or other immutables) rather without creating many containers. This closes SF bug #535474.
-
Neal Norwitz yazdı
-
Fred Drake yazdı
This closes SF bug #539081.
-
Fred Drake yazdı
-
- 03 Nis, 2002 2 kayıt (commit)
-
-
Guido van Rossum yazdı
WITH_CYCLE_GC. (Neil pointed this out before the weekend, and I fixed it right away, but forgot to check it in.)
-
Fred Drake yazdı
-
- 01 Nis, 2002 7 kayıt (commit)
-
-
Fred Drake yazdı
This closes SF bug #537582.
-
Fred Drake yazdı
This closes SF bug #537511.
-
Fred Drake yazdı
types for each code, and give the actual C types. Document the support for slice operations (back-ported from the trunk) and note when some TypeError exceptions are raised. This closes SF bugs 518767 and 536469.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
- make \url force horizontal mode (so it works at the start of a line) - make \verbatiminput produce results that look like a verbatim environment
-
Fred Drake yazdı
document. This incorporates the integration of several checkins from the trunk.
-
- 29 Mar, 2002 5 kayıt (commit)
-
-
Fred Drake yazdı
-
cvs2svn yazdı
-
Fred Drake yazdı
release.
-
Guido van Rossum yazdı
This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction). The fix makes it possible to call PyObject_GC_UnTrack() more than once on the same object, and then move the PyObject_GC_UnTrack() call to *before* the trashcan code is invoked. BUGFIX CANDIDATE!
-
Guido van Rossum yazdı
-
- 28 Mar, 2002 4 kayıt (commit)
-
-
Tim Peters yazdı
and the trashcan mechanism.
-
Guido van Rossum yazdı
This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction). The fix makes it possible to call PyObject_GC_UnTrack() more than once on the same object, and then move the PyObject_GC_UnTrack() call to *before* the trashcan code is invoked. BUGFIX CANDIDATE!
-
Guido van Rossum yazdı
Fix an issue that was reported in but unrelated to the main problem of SF bug 535905 (Evil Trashcan and GC interaction). The SETLOCAL() macro should not DECREF the local variable in-place and then store the new value; it should copy the old value to a temporary value, then store the new value, and then DECREF the temporary value. This is because it is possible that during the DECREF the frame is accessed by other code (e.g. a __del__ method or gc.collect()) and the variable would be pointing to already-freed memory. BUGFIX CANDIDATE!
-
Fred Drake yazdı
-
- 27 Mar, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
exceptions.tex 1.5 fix a typo in PyErr_Format table and add row for 'p' format char closes bug 534495
-