| Commit message (Expand) | Author | Age | Files | Lines |
* | Christmas present to myself: changed regrtest in two ways: | Tim Peters | 2000-12-30 | 1 | -4/+30 |
|
|
* | Changed the search path for pyexpat to include all of the expat folder. | Jack Jansen | 2000-12-29 | 1 | -1/+1 |
|
|
* | getopt used to sort the long option names, in an attempt to simplify | Tim Peters | 2000-12-29 | 1 | -12/+2 |
|
|
* | Fred, THIS NEEDS DOCS! The function docstrings tell the tale. | Tim Peters | 2000-12-29 | 4 | -4/+200 |
|
|
* | Merge with 1.8 of pulldom.py: | Martin v. Löwis | 2000-12-28 | 1 | -1/+7 |
|
|
* | Merge changes up to 1.10 from PyXML: | Martin v. Löwis | 2000-12-28 | 1 | -1/+11 |
|
|
* | Fixed snake logo and minus image by Daniel Calvelo. | Guido van Rossum | 2000-12-27 | 2 | -0/+0 |
|
|
* | Make Traceback header conform to new traceback ("innermost last" -> | Guido van Rossum | 2000-12-27 | 2 | -2/+2 |
|
|
* | (python-font-lock-keywords): Add highlighting of `as' as a keyword, | Barry Warsaw | 2000-12-27 | 1 | -0/+2 |
|
|
* | Fix for SF bug | Tim Peters | 2000-12-27 | 1 | -13/+30 |
|
|
* | Add test case for SF bug | Tim Peters | 2000-12-27 | 1 | -0/+9 |
|
|
* | Fix doubled word | Andrew M. Kuchling | 2000-12-26 | 1 | -1/+1 |
|
|
* | Remove redundant reference to tab (since it = 'horizontal tab') | Andrew M. Kuchling | 2000-12-26 | 1 | -1/+1 |
|
|
* | Make isspace(chr(32)) return true | Andrew M. Kuchling | 2000-12-26 | 1 | -1/+1 |
|
|
* | Document ERR and OK | Andrew M. Kuchling | 2000-12-26 | 1 | -0/+11 |
|
|
* | Add the curses constants ERR and OK to the module at TG's suggestion | Andrew M. Kuchling | 2000-12-26 | 1 | -0/+3 |
|
|
* | Make sure subsections are formatted into HTML pages with reasonable names. | Fred Drake | 2000-12-25 | 1 | -4/+5 |
|
|
* | Added information on the ExternalEntityParserCreate() method. | Fred Drake | 2000-12-23 | 1 | -2/+12 |
|
|
* | The "context" parameter to the ExternalEntityRefParameter exposes internal | Fred Drake | 2000-12-23 | 2 | -4/+44 |
|
|
* | The regression test for the regex module should not trip the deprecation | Fred Drake | 2000-12-23 | 1 | -0/+3 |
|
|
* | Choose the smallest value of x,y for the clock's radius (instead of just taki... | Andrew M. Kuchling | 2000-12-23 | 1 | -9/+6 |
|
|
* | Remove superfluous semicolons | Andrew M. Kuchling | 2000-12-23 | 3 | -8/+8 |
|
|
* | CHange error messages for ord(), using "string" instead of "string or Unicode" | Andrew M. Kuchling | 2000-12-23 | 1 | -2/+3 |
|
|
* | Shortened / wrapped some long lines. | Fred Drake | 2000-12-23 | 1 | -8/+11 |
|
|
* | Add 'see also' link to curses.panel | Andrew M. Kuchling | 2000-12-22 | 1 | -0/+2 |
|
|
* | Add correction caught by Thomas Gellekum (and sitting in my e-mail) | Andrew M. Kuchling | 2000-12-22 | 1 | -1/+2 |
|
|
* | Wrapper for _curses_panel module; currently this adds nothing extra | Andrew M. Kuchling | 2000-12-22 | 1 | -0/+9 |
|
|
* | Added documentation for the panel wrapper module | Andrew M. Kuchling | 2000-12-22 | 1 | -0/+93 |
|
|
* | Add _curses_panel to Setup | Andrew M. Kuchling | 2000-12-22 | 1 | -1/+2 |
|
|
* | Patch #102813: add a wrapper for the panel library included with ncurses. | Andrew M. Kuchling | 2000-12-22 | 1 | -0/+495 |
|
|
* | Export C API from this module. | Andrew M. Kuchling | 2000-12-22 | 1 | -99/+47 |
|
|
* | Added header file for C API exported by _cursesmodule.c | Andrew M. Kuchling | 2000-12-22 | 1 | -0/+133 |
|
|
* | Update this demo to use curses.panel | Andrew M. Kuchling | 2000-12-22 | 1 | -2/+3 |
|
|
* | Fix bug 126587: matchobject.groupdict() leaks memory because of a missing | Andrew M. Kuchling | 2000-12-22 | 1 | -0/+1 |
|
|
* | When using the latest & greatest version of Expat (currently in the Expat | Fred Drake | 2000-12-21 | 1 | -0/+7 |
|
|
* | Fix lots of small markup nits. | Fred Drake | 2000-12-21 | 1 | -54/+64 |
|
|
* | Another demo from Thomas Gellekum (seasonally-themed, too) | Andrew M. Kuchling | 2000-12-21 | 2 | -0/+907 |
|
|
* | Document the window.overlay() and .overwrite() methods | Andrew M. Kuchling | 2000-12-21 | 1 | -0/+26 |
|
|
* | Another patch from Thomas Gellekum: add .overlay() and .overwrite() | Andrew M. Kuchling | 2000-12-21 | 1 | -3/+81 |
|
|
* | Whoops! Two stray characters crept in to my last check-in | Andrew M. Kuchling | 2000-12-20 | 1 | -1/+1 |
|
|
* | Patch #102492, fixing bug #116677: | Andrew M. Kuchling | 2000-12-20 | 2 | -10/+42 |
|
|
* | Patch #102955, fixing one of the warnings in bug #121479: | Andrew M. Kuchling | 2000-12-20 | 1 | -5/+7 |
|
|
* | Change expected message for ValueError, fixing bug #126400 | Andrew M. Kuchling | 2000-12-20 | 1 | -1/+1 |
|
|
* | Make the indentation consistently use tabs instead of using spaces just | Fred Drake | 2000-12-20 | 1 | -3/+3 |
|
|
* | Add forgotten initialization. Fixes bug #120994, "Traceback with | Andrew M. Kuchling | 2000-12-20 | 1 | -0/+1 |
|
|
* | Patch #102940: use only printable Unicode chars in reporting | Andrew M. Kuchling | 2000-12-19 | 1 | -1/+2 |
|
|
* | Regenerated so that NewGWorld is included. | Jack Jansen | 2000-12-19 | 1 | -0/+66 |
|
|
* | Emulate a few more non-carbon calls in carbon and the other way around. | Jack Jansen | 2000-12-19 | 3 | -93/+163 |
|
|
* | Added hash() and compare() functions. Needed because multiple WinObj's can no... | Jack Jansen | 2000-12-19 | 2 | -2/+35 |
|
|
* | Blacklisted a few constants with funny definitions (and they're not important... | Jack Jansen | 2000-12-19 | 2 | -6/+13 |
|
|