- 11 Feb, 2002 14 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
- remove unnecessary imports - rename dum -> dummy
-
Neal Norwitz authored
-
Marc-André Lemburg authored
package.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Jack Jansen authored
-
Just van Rossum authored
-
Steven M. Gava authored
-
Steven M. Gava authored
-
Steven M. Gava authored
-
Steven M. Gava authored
-
Guido van Rossum authored
-
- 10 Feb, 2002 2 commits
-
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
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 Feb, 2002 1 commit
-
-
Marc-André Lemburg authored
-
- 08 Feb, 2002 10 commits
-
-
Barry Warsaw authored
Added a bunch of command line options to make the script more generic.
-
Guido van Rossum authored
#512871 (Jon Ribbens): Installation instructions are wrong. Bugfix candidate.
-
Fred Drake authored
-
Fred Drake authored
returning NULL causes the interpreter to raise a SystemError. Noted by Anthony Baxter at Python 10.
-
Guido van Rossum authored
This fixes SF bug #514858 (Gregory Smith): complex not entirely immutable 2.2.1 Bugfix candidate!
-
Guido van Rossum authored
-
Neal Norwitz authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Thomas Heller authored
-
- 07 Feb, 2002 1 commit
-
-
Marc-André Lemburg authored
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 Feb, 2002 4 commits
-
-
Marc-André Lemburg authored
distutils patch for OS/2. Here it is...
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
bug related to lone high surrogates.
-
- 05 Feb, 2002 4 commits
-
-
Jack Jansen authored
Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated.
-
Jack Jansen authored
-
Jack Jansen authored
-
Steven M. Gava authored
-
- 04 Feb, 2002 4 commits
-
-
Fred Drake authored
are no longer accepted.
-
Fred Drake authored
using "./". The later does not work nicely when browsing docs on a local disk (as in the installed docs on Windows).
-
Fred Drake authored
Make sure we clean up all the temp files craeted for the typeset formats.
-
Fred Drake authored
-