| Commit message (Expand) | Author | Age | Files | Lines |
* | Wrote text for features added between 2.0b1 and b2. | Andrew M. Kuchling | 2000-09-27 | 1 | -8/+35 |
|
|
* | Fixed error in explanation of codec decode_func pointed out by Gregg Hauser, | Andrew M. Kuchling | 2000-09-27 | 1 | -7/+8 |
|
|
* | Bump version to 0.9.4. | Greg Ward | 2000-09-27 | 1 | -1/+1 |
|
|
* | Fix '_set_command_options()' so it only calls 'strtobool()' on strings | Greg Ward | 2000-09-27 | 1 | -2/+3 |
|
|
* | This commit was manufactured by cvs2svn to create tag 'r20b2'.v2.0b2 | cvs2svn | 2000-09-26 | 1 | -0/+1 |
|
|
* | Added an "import xml.parsers.expat" to turn errors due to not having | Barry Warsaw | 2000-09-26 | 1 | -0/+1 |
|
|
* | Fix GC news | Jeremy Hylton | 2000-09-26 | 1 | -5/+4 |
|
|
* | The Usual | Jeremy Hylton | 2000-09-26 | 20 | -421/+642 |
|
|
* | Fix handling of file inputs on Windows; passing them to urllib.urlopen() | Fred Drake | 2000-09-26 | 1 | -3/+5 |
|
|
* | the usual | Jeremy Hylton | 2000-09-26 | 1 | -431/+405 |
|
|
* | Fixed typo, description of changes to dbm module. | Fred Drake | 2000-09-26 | 1 | -5/+6 |
|
|
* | The rest of the news for 2.0b2 | Jeremy Hylton | 2000-09-26 | 1 | -8/+72 |
|
|
* | Elaborated the notes on the XML support. | Fred Drake | 2000-09-26 | 1 | -5/+16 |
|
|
* | Test output data for the Unicode database test suite. | Marc-André Lemburg | 2000-09-26 | 1 | -1/+4 |
|
|
* | Added test suite for the complete Unicode database. The test previously | Marc-André Lemburg | 2000-09-26 | 1 | -7/+79 |
|
|
* | It's beta 2 now. Updated some stale URLs at pythonlabs.com. | Guido van Rossum | 2000-09-26 | 1 | -4/+3 |
|
|
* | Fixed some typos, added some punctuation (e.g. consistently terminate | Guido van Rossum | 2000-09-26 | 1 | -42/+76 |
|
|
* | New info and fixed some typos. | Tim Peters | 2000-09-26 | 1 | -9/+11 |
|
|
* | More limits.h stuff in node.c. | Tim Peters | 2000-09-26 | 1 | -9/+1 |
|
|
* | Note that including Python.h includes limits.h when available. | Fred Drake | 2000-09-26 | 1 | -2/+2 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 25 | -133/+42 |
|
|
* | partial list of changes between 2.0b1 and 2.0b2 | Jeremy Hylton | 2000-09-26 | 1 | -1/+165 |
|
|
* | Remove a ?? in the description of Mac OS support. | Greg Ward | 2000-09-26 | 1 | -1/+1 |
|
|
* | Bump version to 0.9.3. | Greg Ward | 2000-09-26 | 1 | -1/+1 |
|
|
* | Yet another new unique extension in the test directory. | Tim Peters | 2000-09-26 | 1 | -0/+5 |
|
|
* | Reformat docstrings. | Greg Ward | 2000-09-26 | 2 | -64/+63 |
|
|
* | Standardize whitespace in function calls. | Greg Ward | 2000-09-26 | 4 | -147/+145 |
|
|
* | Whitespace fix. | Greg Ward | 2000-09-26 | 1 | -1/+2 |
|
|
* | Reformat docstrings. | Greg Ward | 2000-09-26 | 1 | -38/+41 |
|
|
* | Standardize whitespace in function calls. | Greg Ward | 2000-09-26 | 4 | -92/+92 |
|
|
* | 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 |
|
|