Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-14 | 2 | -0/+48 |
| | | | | Added code so that .isXXX() testing returns 0 for emtpy strings. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-14 | 1 | -6/+0 |
| | | | | | Removed a test which can fail when the default locale setting uses a Latin-1 encoding. The test case is not applicable anymore. | ||||
* | Oops, default type and creator were reversed. | Jack Jansen | 2000-06-14 | 1 | -1/+1 |
| | |||||
* | Hook in the documentation for the unicodedata module. | Fred Drake | 2000-06-13 | 2 | -0/+2 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-06-13 | 1 | -0/+72 |
| | | | | | Documentation for the unicodedata module (massaged by Fred for minor consistency issues). | ||||
* | James C. Ahlstron <jim@interet.com>: | Fred Drake | 2000-06-13 | 1 | -1/+1 |
| | | | | Thanks to Hubert Hoegl <hubert.hoegl@dlr.de> for finding this bug. | ||||
* | Also add a one-line description of the "optional" directive. | Jack Jansen | 2000-06-13 | 1 | -0/+1 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-13 | 1 | -3/+12 |
| | | | | | | | | Fixed some tests to not cause the script to fail, but rather output a warning (which then is caught by regrtest.py as wrong output). This is needed to make test_unicode.py run through on JPython. Thanks to Finn Bock. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-13 | 1 | -2/+2 |
| | | | | | Removed import of string module -- use string methods directly. Thanks to Finn Bock. | ||||
* | Documentation for the pyexpat module. | Andrew M. Kuchling | 2000-06-11 | 1 | -0/+262 |
| | |||||
* | Applied simplifications suggested by Greg Stein. | Andrew M. Kuchling | 2000-06-10 | 1 | -15/+4 |
| | |||||
* | Renamed the C extension for ncurses support from 'curses' to '_curses'. | Andrew M. Kuchling | 2000-06-10 | 2 | -8/+8 |
| | | | | (The SourceForge admins have been asked to rename the ,v file.) | ||||
* | Install the contents of the Lib/curses directory | Andrew M. Kuchling | 2000-06-10 | 1 | -1/+1 |
| | |||||
* | Add contents of curses package | Andrew M. Kuchling | 2000-06-10 | 2 | -0/+68 |
| | |||||
* | Mention setting the default encoding | Andrew M. Kuchling | 2000-06-10 | 1 | -15/+45 |
| | | | | Add IDLE section from MZ | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-10 | 1 | -2/+1 |
| | | | | | Fixed a typo and removed a debug printf(). Thanks to Finn Bock for finding these. | ||||
* | Added test for linnuxaudiodev module; directly adapted from sunaudiodev | Fred Drake | 2000-06-10 | 2 | -0/+21 |
| | | | | | test. Someone with more Linux audio knowledge should at least take a brief look at it. | ||||
* | List more deleted modules. | Andrew M. Kuchling | 2000-06-10 | 1 | -7/+29 |
| | | | | Add request for feedback. | ||||
* | Filled in the sections on new and deleted modules. | Andrew M. Kuchling | 2000-06-10 | 1 | -49/+111 |
| | | | | Bumped version number. | ||||
* | Comment out an apparent debug print | Andrew M. Kuchling | 2000-06-10 | 1 | -1/+1 |
| | |||||
* | the PyDict_SetItem does not borrow a reference, so we need to decref | Jeremy Hylton | 2000-06-09 | 1 | -0/+1 |
| | | | | reported by Mark Hammon | ||||
* | Patch from /F: this patch brings the CVS version of SRE in sync with the | Andrew M. Kuchling | 2000-06-09 | 1 | -118/+178 |
| | | | | latest public snapshot."" | ||||
* | Patch from Michael Hudson: improve unclear error message | Andrew M. Kuchling | 2000-06-09 | 2 | -2/+2 |
| | |||||
* | Cleanup a few docstrings. | Mark Hammond | 2000-06-09 | 2 | -30/+34 |
| | |||||
* | Minor fixes, additions to notes | Andrew M. Kuchling | 2000-06-09 | 1 | -5/+5 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-08 | 1 | -8/+29 |
| | | | | | | | | Fixed %c formatting to check for one character arguments. Thanks to Finn Bock for finding this bug. Added a fix for bug PR#348 which originated from not resetting the globals correctly in _PyUnicode_Fini(). | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-08 | 1 | -18/+18 |
| | | | | | Updated to version 1.5. Includes typo fixes by Andrew Kuchling and a new section on the default encoding. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-08 | 1 | -2/+2 |
| | | | | | Updated to the fix in %c formatting: it now always checks for a one character argument. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-08 | 1 | -3/+61 |
| | | | | | | Added emulations of the C APIs in _locale to be used when the _locale module is not enabled. They return the correct values assuming the 'C' locale. | ||||
* | Harry Henry Gebel: fix '_format_changelog()' so it doesn't bomb if | Greg Ward | 2000-06-08 | 1 | -0/+2 |
| | | | | passed None. | ||||
* | Include setup.cfg in the list of default files to distribute. | Greg Ward | 2000-06-08 | 1 | -1/+5 |
| | |||||
* | Moved the code that prunes the file list after reading the manifest | Greg Ward | 2000-06-08 | 1 | -9/+14 |
| | | | | | | | | | | template into a new method 'prune_file_list()', called from 'get_file_list()' rather than 'read_manifest()' -- this keeps 'read_manifest()' more general. Deleted the redundant call to 'exclude_pattern()' in 'make_distribution()' -- this had the same intention as 'prune_file_list()', but was incomplete (only pruned the release tree, not the build tree) and in the wrong place (the prune wouldn't be reflected in the manifest file). | ||||
* | Renamed 'find_defaults()' to 'add_defaults()'. | Greg Ward | 2000-06-08 | 1 | -13/+5 |
| | | | | Deleted old, commented-out 'exclude_pattern()' method. | ||||
* | Docstring addition binge. | Greg Ward | 2000-06-08 | 1 | -15/+44 |
| | |||||
* | Fixed so we print more than just the first line of help for options with | Greg Ward | 2000-06-08 | 1 | -3/+3 |
| | | | | a short form and text that wraps onto multiple lines. | ||||
* | Docstring reformatting binge. | Greg Ward | 2000-06-08 | 1 | -28/+23 |
| | |||||
* | Cosmetic tweaks to imports, the 'show_formats()' function, and the | Greg Ward | 2000-06-08 | 1 | -11/+19 |
| | | | | 'help_options' list; also added an editorial comment. | ||||
* | Made all debug output go through the 'debug_print()' method instead of | Greg Ward | 2000-06-08 | 1 | -75/+90 |
| | | | | | | | | | | | | | | | | directly printing to stdout. This was a bit more work than it sounds like it should have been: * turned 'select_pattern()' and 'exclude_pattern()' from functions into methods, so they can refer to 'self' to access the method * commented out the *other* 'exclude_pattern()' method, which appears to be vestigial code that was never cleaned up when the 'exclude_pattern()' function was created * changed the one use of the old 'exclude_pattern()' method to use the new 'exclude_pattern()' (same behaviour, slightly different args) * some code and docstring reformatting * and, of course, changed all the debugging prints to 'debug_print()' calls Added/tweaked some regular ('self.announce()') output for better runtime feedback. | ||||
* | Added 'debug_print()' method (driven by DEBUG global from distutils.core). | Greg Ward | 2000-06-08 | 1 | -0/+9 |
| | |||||
* | Added _localemodule and exceptions.c | Jack Jansen | 2000-06-07 | 1 | -0/+0 |
| | |||||
* | Added _localemodule. | Jack Jansen | 2000-06-07 | 1 | -0/+0 |
| | |||||
* | Nav removed (it has moved to the core toolbox modules). | Jack Jansen | 2000-06-07 | 1 | -4/+0 |
| | |||||
* | Nav and AE have been moved to core toolbox modules: fixup dependent modules, ↵ | Jack Jansen | 2000-06-07 | 7 | -30/+46 |
| | | | | export symbol list, etc. | ||||
* | Moved AE module to the core toolbox set: it is needed by Nav and it isn't ↵ | Jack Jansen | 2000-06-07 | 4 | -4/+0 |
| | | | | | | all _that_ huge. Modified for new builtin exceptions.c. | ||||
* | Moved AE module to the core toolbox set: it is needed by Nav and it isn't ↵ | Jack Jansen | 2000-06-07 | 3 | -6/+2 |
| | | | | all _that_ huge. | ||||
* | Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of ↵ | Jack Jansen | 2000-06-07 | 1 | -1/+1 |
| | | | | "if uthread". | ||||
* | Upped default memory size to 16MB | Jack Jansen | 2000-06-07 | 1 | -0/+0 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-07 | 1 | -10/+10 |
| | | | | | | Changed the API names for setting the default encoding. These are now in line with the other hooks API names (no underscores). | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-07 | 1 | -1/+1 |
| | | | | | | | | | | Change the default encoding to 'ascii' (it was previously defined as UTF-8). Note: The implementation still uses UTF-8 to implement the buffer protocol, so C APIs will still see UTF-8. This is on purpose: rather than fixing the Unicode implementation, the C APIs should be made Unicode aware. | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-07 | 1 | -1/+1 |
| | | | | The locale module is turned on per default. |