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