summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated hash values to match the new encoding (UTF-8) used in the test.Marc-André Lemburg2000-09-271-1/+1
* Fixed encoding to use an endianness independent format.Marc-André Lemburg2000-09-271-1/+3
* Fixed misleading qname in test_xmlgen_ns (reported by loewis).Lars Gustäbel2000-09-271-2/+2
* Fix double negative spotted by matt@mondoinfo.comAndrew M. Kuchling2000-09-271-2/+2
* Added a section describing the new development process. Part of itAndrew M. Kuchling2000-09-271-1/+87
* Bump version to 1.0pre.Greg Ward2000-09-271-1/+1
* Remove deprecation warnings on old 'link_*()' methods, ie. they're notGreg Ward2000-09-271-11/+5
* Big patch from Rene Liebscher to simplify the CCompiler API andGreg Ward2000-09-275-430/+409
* Wrote text for features added between 2.0b1 and b2.Andrew M. Kuchling2000-09-271-8/+35
* Fixed error in explanation of codec decode_func pointed out by Gregg Hauser,Andrew M. Kuchling2000-09-271-7/+8
* Bump version to 0.9.4.Greg Ward2000-09-271-1/+1
* Fix '_set_command_options()' so it only calls 'strtobool()' on stringsGreg Ward2000-09-271-2/+3
* This commit was manufactured by cvs2svn to create tag 'r20b2'.v2.0b2cvs2svn2000-09-261-0/+1
* Added an "import xml.parsers.expat" to turn errors due to not havingBarry Warsaw2000-09-261-0/+1
* Fix GC newsJeremy Hylton2000-09-261-5/+4
* The UsualJeremy Hylton2000-09-2620-421/+642
* Fix handling of file inputs on Windows; passing them to urllib.urlopen()Fred Drake2000-09-261-3/+5
* the usualJeremy Hylton2000-09-261-431/+405
* Fixed typo, description of changes to dbm module.Fred Drake2000-09-261-5/+6
* The rest of the news for 2.0b2Jeremy Hylton2000-09-261-8/+72
* Elaborated the notes on the XML support.Fred Drake2000-09-261-5/+16
* Test output data for the Unicode database test suite.Marc-André Lemburg2000-09-261-1/+4
* Added test suite for the complete Unicode database. The test previouslyMarc-André Lemburg2000-09-261-7/+79
* It's beta 2 now. Updated some stale URLs at pythonlabs.com.Guido van Rossum2000-09-261-4/+3
* Fixed some typos, added some punctuation (e.g. consistently terminateGuido van Rossum2000-09-261-42/+76
* New info and fixed some typos.Tim Peters2000-09-261-9/+11
* More limits.h stuff in node.c.Tim Peters2000-09-261-9/+1
* Note that including Python.h includes limits.h when available.Fred Drake2000-09-261-2/+2
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-2625-133/+42
* partial list of changes between 2.0b1 and 2.0b2Jeremy Hylton2000-09-261-1/+165
* Remove a ?? in the description of Mac OS support.Greg Ward2000-09-261-1/+1
* Bump version to 0.9.3.Greg Ward2000-09-261-1/+1
* Yet another new unique extension in the test directory.Tim Peters2000-09-261-0/+5
* Reformat docstrings.Greg Ward2000-09-262-64/+63
* Standardize whitespace in function calls.Greg Ward2000-09-264-147/+145
* Whitespace fix.Greg Ward2000-09-261-1/+2
* Reformat docstrings.Greg Ward2000-09-261-38/+41
* Standardize whitespace in function calls.Greg Ward2000-09-264-92/+92
* 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