| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize whitespace in function calls and docstrings. | Greg Ward | 2000-09-26 | 1 | -62/+62 |
|
|
* | It's..... | Guido van Rossum | 2000-09-26 | 1 | -3/+3 |
|
|
* | HP-UX is another one of those platforms using an alternative lock | Guido van Rossum | 2000-09-26 | 1 | -1/+1 |
|
|
* | - don't set the titlecase flag for uppercase letters (sorry, tim) | Fredrik Lundh | 2000-09-25 | 2 | -42/+42 |
|
|
* | Bump Windows "build number" to 6. | Tim Peters | 2000-09-25 | 2 | -2/+4 |
|
|
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 1 | -10021/+72 |
|
|
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 1 | -0/+578 |
|
|
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 1 | -4/+19 |
|
|
* | Replace SIGFPE paranoia around strtod and atof. I don't believe these | Tim Peters | 2000-09-25 | 1 | -0/+4 |
|
|
* | regex and regsub are obsolete and Evil, so don't include them in the club. | Fred Drake | 2000-09-25 | 2 | -4/+2 |
|
|
* | unicode database compression, step 3: | Fredrik Lundh | 2000-09-25 | 2 | -9/+100 |
|
|
* | Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related | Fred Drake | 2000-09-25 | 1 | -31/+43 |
|
|
* | Include the version-detecting code to allow PyXML to override the "standard" | Fred Drake | 2000-09-25 | 1 | -2/+19 |
|
|
* | Add obsolescence note to the module descriptions that get added to the | Fred Drake | 2000-09-25 | 2 | -3/+4 |
|
|
* | fix bug #114290: when interpreter's argv[0] has a relative path make | Jeremy Hylton | 2000-09-25 | 1 | -2/+19 |
|
|
* | Add a test for SF bug #110621; stripping square brackets off of | Barry Warsaw | 2000-09-25 | 1 | -0/+4 |
|
|
* | Properly set LINKFORSHARED on Reliant UNIX. Problem and required linker | Fred Drake | 2000-09-25 | 2 | -405/+435 |
|
|
* | AddrlistClass.getdomainliteral(): rfc822 requires that the domain | Barry Warsaw | 2000-09-25 | 1 | -1/+1 |
|
|
* | Credit where credit is due. Also fixed an unalphabetic sequence. | Guido van Rossum | 2000-09-25 | 1 | -3/+7 |
|
|
* | When reading the file, option names were not passed through | Guido van Rossum | 2000-09-25 | 1 | -1/+1 |
|
|
* | Update URL for Python 2.0 | Andrew M. Kuchling | 2000-09-25 | 1 | -1/+1 |
|
|
* | Minor cleanups, wrap long lines. | Fred Drake | 2000-09-25 | 2 | -13/+18 |
|
|
* | Add missing prototypes for the benefit of SunOS 4.1.4 */ | Guido van Rossum | 2000-09-25 | 1 | -0/+7 |
|
|
* | For the benefit of SunOS 4.1.4, define MS_SYNC as 0 when it's | Guido van Rossum | 2000-09-25 | 1 | -0/+6 |
|
|
* | unicode database compression, step 2: | Fredrik Lundh | 2000-09-25 | 5 | -4328/+4611 |
|
|
* | Fiddled w/ /F's cool new splitbins function: documented it, generalized it | Tim Peters | 2000-09-25 | 1 | -26/+54 |
|
|
* | Added 'translate_longopt()' function. | Greg Ward | 2000-09-25 | 1 | -0/+7 |
|
|
* | Change to use the new 'translate_longopt()' function from fancy_getopt, rather | Greg Ward | 2000-09-25 | 1 | -5/+5 |
|
|
* | Added a bunch of missing "=" signs in the option table. | Greg Ward | 2000-09-25 | 1 | -30/+14 |
|
|
* | Renamed '--keep-tree' option to '--keep-temp', for consistency | Greg Ward | 2000-09-25 | 1 | -6/+6 |
|
|
* | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 | 15 | -0/+31 |
|
|
* | Added 'strtobool()' function: convert strings like "yes", "1", | Greg Ward | 2000-09-25 | 1 | -0/+15 |
|
|
* | Fixed some bugs and mis-features in handling config files: | Greg Ward | 2000-09-25 | 1 | -9/+44 |
|
|
* | Fix inconsistent use of space/tabs. | Thomas Wouters | 2000-09-25 | 1 | -4/+4 |
|
|
* | unicode database compression, step 1: | Fredrik Lundh | 2000-09-24 | 1 | -0/+202 |
|
|
* | Repaired damaged string. | Tim Peters | 2000-09-24 | 1 | -1/+1 |
|
|
* | xmlparse_ExternalEntityParserCreate(): Add required cast to return to | Fred Drake | 2000-09-24 | 1 | -1/+1 |
|
|
* | Readme and relnotes for intermediate 2.0b1+ release. | Jack Jansen | 2000-09-24 | 2 | -6/+18 |
|
|
* | Handle the ****/**** appleevent wildcard when called as a main program, so th... | Jack Jansen | 2000-09-24 | 1 | -1/+1 |
|
|
* | Added a workaround for shortcomings in the OSA support: there can be class/pr... | Jack Jansen | 2000-09-24 | 2 | -5/+16 |
|
|
* | Use SAX2 namespace support. | Martin v. Löwis | 2000-09-24 | 1 | -28/+39 |
|
|
* | unicode database compression, step 1: | Fredrik Lundh | 2000-09-24 | 1 | -11/+1 |
|
|
* | [Patch 101634] | Martin v. Löwis | 2000-09-24 | 2 | -26/+11 |
|
|
* | unicode database compression, step 1: | Fredrik Lundh | 2000-09-24 | 3 | -65715/+4398 |
|
|
* | Find feature names in handler. | Martin v. Löwis | 2000-09-24 | 1 | -3/+3 |
|
|
* | Enabled EntityResolver test again now that pyexpat.c has been fixed. | Lars Gustäbel | 2000-09-24 | 1 | -1/+0 |
|
|
* | Fixed another bug. | Lars Gustäbel | 2000-09-24 | 1 | -1/+0 |
|
|
* | Added ExternalEntityParserCreate method (patch 101635). | Lars Gustäbel | 2000-09-24 | 1 | -0/+66 |
|
|
* | Improvements to doco strings. | Lars Gustäbel | 2000-09-24 | 4 | -14/+27 |
|
|
* | Use findfile to locate input and output files. | Martin v. Löwis | 2000-09-24 | 1 | -7/+7 |
|
|