- 11 Şub, 2002 26 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Greg Ward yazdı
are preserved for redirected requests.
-
Marc-André Lemburg yazdı
-
Neal Norwitz yazdı
values in for loops (dircase, prefix, sitedir).
-
Neal Norwitz yazdı
into "raise Exception".
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
in a for loop.
-
Neal Norwitz yazdı
in a list comprehension.
-
Neal Norwitz yazdı
in a for loop.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Note: There is a TBD (aka FIXME) for how best to handle the refused addresses
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
- remove unnecessary imports - rename dum -> dummy
-
Neal Norwitz yazdı
-
Marc-André Lemburg yazdı
package.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Jack Jansen yazdı
-
Just van Rossum yazdı
-
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.
-