summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ANSI-ficationPeter Schneider-Kamp2000-07-103-105/+35
* ANSI-fication, added #ifdef construction in mpz_coercePeter Schneider-Kamp2000-07-101-138/+54
* factor out test definitions to string_tests moduleJeremy Hylton2000-07-104-353/+202
* add isalpha and isalnum methodsJeremy Hylton2000-07-101-0/+2
* ANSI-fication, not really tested, but should (hopefully) compilePeter Schneider-Kamp2000-07-102-116/+34
* ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.cPeter Schneider-Kamp2000-07-107-2295/+769
* - stupid typo.Fredrik Lundh2000-07-101-1/+1
* Add linker flag -export-dynamic so symbols in libpython*.a are exported.Guido van Rossum2000-07-101-1/+2
* -- get rid of a compiler warning on unix. (as reportedFredrik Lundh2000-07-101-21/+13
* Added the line 'Testing UTF-16 code point order comparisons... done."Guido van Rossum2000-07-101-0/+1
* Adapted for Python 2.0 under RH Linux.Guido van Rossum2000-07-101-5/+6
* remove prints of file objects from _testJeremy Hylton2000-07-101-2/+0
* expect message "no regression test case for method 'encode'Jeremy Hylton2000-07-101-0/+3
* Patch from Joe Eaton <jeaton@hostway.net> (SF#100741) to fix following problem:Andrew M. Kuchling2000-07-101-1/+0
* ANSI-ficationPeter Schneider-Kamp2000-07-103-73/+26
* ANSI-ficationPeter Schneider-Kamp2000-07-103-177/+60
* ANSI-fyingPeter Schneider-Kamp2000-07-104-157/+55
* ANSI-ficationPeter Schneider-Kamp2000-07-104-213/+70
* ANSI-ficationPeter Schneider-Kamp2000-07-103-75/+25
* ANSI-ficationPeter Schneider-Kamp2000-07-102-32/+11
* ANSI-ficationPeter Schneider-Kamp2000-07-103-63/+22
* ANSI-ficationPeter Schneider-Kamp2000-07-101-53/+19
* ANSI-ficationPeter Schneider-Kamp2000-07-101-31/+11
* ANSI-ficationPeter Schneider-Kamp2000-07-104-124/+43
* ANSI-ficationPeter Schneider-Kamp2000-07-101-48/+16
* ANSI-ficationPeter Schneider-Kamp2000-07-101-84/+24
* ANSI-ficationPeter Schneider-Kamp2000-07-101-38/+19
* ANSI-fication (and test if committing files works now)Peter Schneider-Kamp2000-07-101-2/+1
* Better error handling of bad entity references. Before when an & inSjoerd Mullender2000-07-101-16/+25
* Initialize the return value in collect_generations() since it is updatedVladimir Marangozov2000-07-101-1/+1
* Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasonsVladimir Marangozov2000-07-101-1/+1
* A small comment fix just to make sure I got my cvs/ssh setup right.Vladimir Marangozov2000-07-101-1/+1
* Guido said include these in the Great ANSI-fication, so here they are!Fred Drake2000-07-102-259/+216
* - changed the nt.popen2 return values back toFredrik Lundh2000-07-092-40/+55
* - repaired locale.py for non-windows platforms. the try/exceptFredrik Lundh2000-07-091-2/+5
* Exception__str__(): In case 1, be sure to decref the tmp localBarry Warsaw2000-07-091-4/+8
* Use TQSQ (triple quoted single quote) module docstring for betterBarry Warsaw2000-07-091-2/+2
* - changed 1.5 to 2.0 in the help textFredrik Lundh2000-07-091-7/+3
* - ANSI-ficationFredrik Lundh2000-07-091-3/+1
* Update to use the new standard webbrowser module if available, otherwiseFred Drake2000-07-091-2/+8
* - added popen.popen2/popen3/popen4 support forFredrik Lundh2000-07-092-22/+46
* - added optional bufsize argument to new popen methods.Fredrik Lundh2000-07-091-7/+30
* - merged setlocale and set_locale. the internal setlocaleFredrik Lundh2000-07-091-92/+159
* New module to control Web browsers; see the documentation forFred Drake2000-07-091-0/+229
* Make tabnanny happy.Fred Drake2000-07-092-254/+254
* needs a spaceGreg Stein2000-07-091-1/+1
* ANSI-fication of the sources.Fred Drake2000-07-091-105/+46
* ANSI-fication of the sources.Fred Drake2000-07-092-214/+83
* - ANSI-ficationFredrik Lundh2000-07-091-5/+1
* - ANSI-ificationFredrik Lundh2000-07-091-94/+47