- 11 Şub, 2002 5 kayıt (commit)
-
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Steven M. Gava yazdı
-
Guido van Rossum yazdı
-
- 10 Şub, 2002 2 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
and make alias lookup lazy. Note that only those IANA character set aliases were added for which we actually have codecs in the encodings package.
-
- 09 Şub, 2002 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
- 08 Şub, 2002 10 kayıt (commit)
-
-
Barry Warsaw yazdı
Added a bunch of command line options to make the script more generic.
-
Guido van Rossum yazdı
#512871 (Jon Ribbens): Installation instructions are wrong. Bugfix candidate.
-
Fred Drake yazdı
-
Fred Drake yazdı
returning NULL causes the interpreter to raise a SystemError. Noted by Anthony Baxter at Python 10.
-
Guido van Rossum yazdı
This fixes SF bug #514858 (Gregory Smith): complex not entirely immutable 2.2.1 Bugfix candidate!
-
Guido van Rossum yazdı
-
Neal Norwitz yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Thomas Heller yazdı
-
- 07 Şub, 2002 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
Fix for the UTF-8 decoder: it will now accept isolated surrogates (previously it raised an exception which causes round-trips to fail). Added new tests for UTF-8 round-trip safety (we rely on UTF-8 for marshalling Unicode objects, so we better make sure it works for all Unicode code points, including isolated surrogates). Bumped the PYC magic in a non-standard way -- please review. This was needed because the old PYC format used illegal UTF-8 sequences for isolated high surrogates which now raise an exception.
-
- 06 Şub, 2002 4 kayıt (commit)
-
-
Marc-André Lemburg yazdı
distutils patch for OS/2. Here it is...
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
bug related to lone high surrogates.
-
- 05 Şub, 2002 4 kayıt (commit)
-
-
Jack Jansen yazdı
Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Steven M. Gava yazdı
-
- 04 Şub, 2002 8 kayıt (commit)
-
-
Fred Drake yazdı
are no longer accepted.
-
Fred Drake yazdı
using "./". The later does not work nicely when browsing docs on a local disk (as in the installed docs on Windows).
-
Fred Drake yazdı
Make sure we clean up all the temp files craeted for the typeset formats.
-
Fred Drake yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
This fixes bug #511992.
-
Guido van Rossum yazdı
info: add info about Red Hat's python and python2.
-
- 02 Şub, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
the first 3 characters of this string in several places, so for as long as they remain "2.2" it confuses the heck out of attempts to build 2.3 stuff using distutils.
-
- 01 Şub, 2002 4 kayıt (commit)
-
-
Jack Jansen yazdı
there because of the NeXT history.
-
Andrew M. Kuchling yazdı
installations are present, by always unlinking the destination file before copying to it. Without the unlink(), the copied file remains owned by its previous UID, causing the subsequent chmod() to fail. Bugfix candidate, though it may cause changes on platforms where file ownership behaves differently.
-
Guido van Rossum yazdı
This uses os.popen3 (if it exists) to ensure that errors from a non-Python CGI script are logged. Bugfix candidate.
-
Jack Jansen yazdı
By default every module is imported in its own namespace, but this can be changed by defining USE_DYLD_GLOBAL_NAMESPACE. In a future version this define will be replaced by a runtime setting, but that needs a bit more thought. This code is largely based on code and feedback from Steven Majewski, Marcel Prastawa, Manoj Plakal and other on pythonmac-sig.
-