- 08 Nis, 2002 7 kayıt (commit)
-
-
Fred Drake yazdı
Update the table of releases.
-
Tim Peters yazdı
-
Michael W. Hudson yazdı
If you think I've forgotten something, now is a good time to howl (although I won't read the howl for a good few hours 'cause I'm going home). backport lemburg's checkin of revision 2.158 of pythonrun.c Move Unicode finalization further down in the chain. Fixes bug #525620.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
This addresses the issue in SF bug #515745.
-
Tim Peters yazdı
open_the_file: Some (not all) flavors of Windows set errno to EINVAL when passed a syntactically invalid filename. Python turned that into an incomprehensible complaint about the mode string. Fixed by special-casing MSVC.
-
Guido van Rossum yazdı
when PyType_Ready() was called, if ob_type was found to be NULL, it was always set to &PyType_Type; now it is set to base->ob_type, where base is tp_base, defaulting to &PyObject_Type.
-
- 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 3 kayıt (commit)
-
-
Fred Drake yazdı
-
cvs2svn yazdı
-
Fred Drake yazdı
release.
-