- 08 Jan, 1999 2 commits
-
-
Fred Drake authored
conversion tools.
-
Fred Drake authored
<mernst@cs.washington.edu>. Thanks!
-
- 07 Jan, 1999 9 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
The following patches (relative to 1.5.2b1) enable Python dynamic loading to work on NetBSD platforms that use ELF (presnetly mips and alpha systems). They automaticly determine wether the system is ELF or a.out rather than using astatic list of platforms so that when other NetBSD platforms move to ELF, python will continue to work without change.
-
Guido van Rossum authored
-
Fred Drake authored
checks for \n\n as a paragraph separator, LaTeX allows white space between the newlines.)
-
Guido van Rossum authored
comes first, the format second! Scott Cotton discovered this.
-
Fred Drake authored
Add module synopsis.
-
Guido van Rossum authored
-
Guido van Rossum authored
exact release date.
-
Guido van Rossum authored
-
- 06 Jan, 1999 23 commits
-
-
Guido van Rossum authored
format, can produce different pickle strings for the same object.
-
Guido van Rossum authored
- add example of string literal concatenation - add clarifying comment to the example of the if statement
-
Guido van Rossum authored
was actually clearer!
-
Guido van Rossum authored
-
Jeremy Hylton authored
patch from Grzegorz Makarewicz & Rafal Smotrzyk.
-
Guido van Rossum authored
Patch (again) by Sean Reifschneider.
-
Fred Drake authored
-
Andrew M. Kuchling authored
fragment, and/or parameter information. 3 cases added to the test suite to check for this bug.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(Slightly modified to isolate the test for various funcs more.)
-
Guido van Rossum authored
(This also redoes my previous patch, but better.)
-
Guido van Rossum authored
(Really: moved a bunch of defs to longobject.h.)
-
Guido van Rossum authored
-
Guido van Rossum authored
He also fixes thread-related evil that caused core dumps.
-
Guido van Rossum authored
Also added access() and ttyname() by Sean Reifschneider.
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
functions (from comments).
-
Greg Ward authored
get_config_h_filename, get_makefile_filename, parse_config_h, and parse_makefile.
-
Guido van Rossum authored
Doc-string-ified the lead comments. Added auto call of test() when run as script.
-
Guido van Rossum authored
-
- 05 Jan, 1999 6 commits
-
-
Fred Drake authored
Document that the whatsound module is obsolete.
-
Fred Drake authored
-
Fred Drake authored
data file used by buildindex.py. next_argument_id(): Removed; no longer used. next_argument(): Doesn't use next_argument_id(), just does the work. gen_target(), gen_target_name(): Removed, no longer used. The only place that used them now does the (trivial) work directly. Lots of little changes so we never have to pass around $br_id values all over the place. The only places they're used now new IDs are generated as needed.
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
with trailing garbage generated by some broke uuencoders.
-