summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant reference to tab (since it = 'horizontal tab')Andrew M. Kuchling2000-12-261-1/+1
|
* Make isspace(chr(32)) return trueAndrew M. Kuchling2000-12-261-1/+1
|
* Document ERR and OKAndrew M. Kuchling2000-12-261-0/+11
|
* Add the curses constants ERR and OK to the module at TG's suggestionAndrew M. Kuchling2000-12-261-0/+3
|
* Make sure subsections are formatted into HTML pages with reasonable names.Fred Drake2000-12-251-4/+5
|
* Added information on the ExternalEntityParserCreate() method.Fred Drake2000-12-231-2/+12
|
* The "context" parameter to the ExternalEntityRefParameter exposes internalFred Drake2000-12-232-4/+44
| | | | | | | | | information from the Expat library that is not part of its public API. Do not print this information as the format of the string may (and will) change as Expat evolves. Add additional tests to make sure the ParserCreate() function raises the right exceptions on illegal parameters.
* The regression test for the regex module should not trip the deprecationFred Drake2000-12-231-0/+3
| | | | warning for that module, so suppress just that one warning.
* Choose the smallest value of x,y for the clock's radius (instead of just ↵Andrew M. Kuchling2000-12-231-9/+6
| | | | | | | taking the y coordinate), and change radius of second indicator to compensate Remove redundant setting of sradius
* Remove superfluous semicolonsAndrew M. Kuchling2000-12-233-8/+8
|
* CHange error messages for ord(), using "string" instead of "string or Unicode"Andrew M. Kuchling2000-12-231-2/+3
|
* Shortened / wrapped some long lines.Fred Drake2000-12-231-8/+11
| | | | Removed warning on use of panel_userptr() in PyCursesPanel_userptr().
* Add 'see also' link to curses.panelAndrew M. Kuchling2000-12-221-0/+2
|
* Add correction caught by Thomas Gellekum (and sitting in my e-mail)Andrew M. Kuchling2000-12-221-1/+2
|
* Wrapper for _curses_panel module; currently this adds nothing extraAndrew M. Kuchling2000-12-221-0/+9
| | | | beyond what's in _curses_panel
* Added documentation for the panel wrapper moduleAndrew M. Kuchling2000-12-221-0/+93
|
* Add _curses_panel to SetupAndrew M. Kuchling2000-12-221-1/+2
|
* Patch #102813: add a wrapper for the panel library included with ncurses.Andrew M. Kuchling2000-12-221-0/+495
| | | | | Original version written by Thomas Gellekum, reshaped into a separate module by AMK.
* Export C API from this module.Andrew M. Kuchling2000-12-221-99/+47
| | | | Remove several macros and #includes; py_curses.h contains them now.
* Added header file for C API exported by _cursesmodule.cAndrew M. Kuchling2000-12-221-0/+133
|
* Update this demo to use curses.panelAndrew M. Kuchling2000-12-221-2/+3
|
* Fix bug 126587: matchobject.groupdict() leaks memory because of a missingAndrew M. Kuchling2000-12-221-0/+1
| | | | DECREF
* When using the latest & greatest version of Expat (currently in the ExpatFred Drake2000-12-211-0/+7
| | | | CVS repository), provide the library version information.
* Fix lots of small markup nits.Fred Drake2000-12-211-54/+64
| | | | Wrapped some long lines.
* Another demo from Thomas Gellekum (seasonally-themed, too)Andrew M. Kuchling2000-12-212-0/+907
|
* Document the window.overlay() and .overwrite() methodsAndrew M. Kuchling2000-12-211-0/+26
|
* Another patch from Thomas Gellekum: add .overlay() and .overwrite()Andrew M. Kuchling2000-12-211-3/+81
| | | | window methods
* Whoops! Two stray characters crept in to my last check-inAndrew M. Kuchling2000-12-201-1/+1
|
* Patch #102492, fixing bug #116677:Andrew M. Kuchling2000-12-202-10/+42
| | | | | | | | | | give minidom.py behaviour that complies with the DOM Level 1 REC, which says that when a node newChild is added to the tree, "if the newChild is already in the tree, it is first removed." pulldom.py is patched to use the public minidom interface instead of setting .parentNode itself. Possibly this reduces pulldom's efficiency; someone else will have to pronounce on that.
* Patch #102955, fixing one of the warnings in bug #121479:Andrew M. Kuchling2000-12-201-5/+7
| | | | | Simplifies ord()'s logic at the cost of some code duplication, removing a " `ord' might be used uninitialized in this function" warning
* Change expected message for ValueError, fixing bug #126400Andrew M. Kuchling2000-12-201-1/+1
|
* Make the indentation consistently use tabs instead of using spaces justFred Drake2000-12-201-3/+3
| | | | in one place.
* Add forgotten initialization. Fixes bug #120994, "Traceback withAndrew M. Kuchling2000-12-201-0/+1
| | | | DISTUTILS_DEBUG set"
* Patch #102940: use only printable Unicode chars in reportingAndrew M. Kuchling2000-12-191-1/+2
| | | | | incorrect % characters; characters outside the printable range are replaced with '?'
* Regenerated so that NewGWorld is included.Jack Jansen2000-12-191-0/+66
|
* Emulate a few more non-carbon calls in carbon and the other way around.Jack Jansen2000-12-193-93/+163
|
* Added hash() and compare() functions. Needed because multiple WinObj's can ↵Jack Jansen2000-12-192-2/+35
| | | | now refer to the same underlying WindowRef.
* Blacklisted a few constants with funny definitions (and they're not ↵Jack Jansen2000-12-192-6/+13
| | | | important anyway: backward compatible error numbers).
* Patch #102868 from cgw: fix memory leak when an EOF is encounteredAndrew M. Kuchling2000-12-191-0/+3
| | | | using GNU libc's getline()
* Adding a warning about the regsub module. This also disables furtherGuido van Rossum2000-12-191-0/+7
| | | | | warnings in this same module, to prevent getting a warning about importing regex (we *know* that it's obsolete :-).
* Adding a warning about the regex module. This is the first officialGuido van Rossum2000-12-191-0/+3
| | | | | use of PyErr_Warn()! This module is a good guinea pig because it's been obsolete since 1.5.0 was released.
* Be explicit about scheme_chars -- string.letters is locale dependentGuido van Rossum2000-12-191-20/+18
| | | | | | | | so we can't use it. While I'm at it, got rid of string module use. (Found several new hard special cases for a hypothetical conversion tool: from string import join, find, rfind; and a local assignment "find=string.find".)
* Fix typoAndrew M. Kuchling2000-12-191-1/+1
|
* Use binary mode to open "wave" files.Guido van Rossum2000-12-191-2/+2
|
* Document the warnings module.Guido van Rossum2000-12-193-0/+193
|
* Updated string literals description to encompass Unicode literals and theFred Drake2000-12-191-11/+24
| | | | | additional escape sequences defined for Unicode. This closes bug #117158.
* Document warning categories.Guido van Rossum2000-12-191-0/+26
|
* Clarify __repr__ and __str__.Guido van Rossum2000-12-191-7/+10
|
* Added documentation on the ErrorHandler interface.Fred Drake2000-12-191-0/+40
| | | | This closes bug #126034.
* Oops. The value "0 or +1" for the category argument of PyErr_Warn()Guido van Rossum2000-12-191-1/+1
| | | | | | doesn't work. Make it 0. (Although it really *should* be 0 or +1 -- the refcount is incremented when it is raised as an exception, but not otherwise.)