| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the curses constants ERR and OK to the module at TG's suggestion | Andrew M. Kuchling | 2000-12-26 | 1 | -0/+3 |
|
|
* | Shortened / wrapped some long lines. | Fred Drake | 2000-12-23 | 1 | -8/+11 |
|
|
* | Add correction caught by Thomas Gellekum (and sitting in my e-mail) | Andrew M. Kuchling | 2000-12-22 | 1 | -1/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Another patch from Thomas Gellekum: add .overlay() and .overwrite() | Andrew M. Kuchling | 2000-12-21 | 1 | -3/+81 |
|
|
* | Adding a warning about the regex module. This is the first official | Guido van Rossum | 2000-12-19 | 1 | -0/+3 |
|
|
* | Minimal fix for the complaints about pickling Unicode objects. (SF | Guido van Rossum | 2000-12-19 | 1 | -2/+48 |
|
|
* | Adapted from a patch by Barry Scott, SF patch #102875 and SF bug | Guido van Rossum | 2000-12-18 | 1 | -3/+4 |
|
|
* | Add support for gdbm2 open flags ('s' and 'u'). Add module constant | Neil Schemenauer | 2000-12-17 | 1 | -12/+54 |
|
|
* | Add returns_unicode to the __members__ list. | Fred Drake | 2000-12-16 | 1 | -1/+2 |
|
|
* | Add the -W option. | Guido van Rossum | 2000-12-15 | 1 | -1/+8 |
|
|
* | [Patch #102827] Fix for PR#119558, avoiding core dumps by checking for | Andrew M. Kuchling | 2000-12-15 | 1 | -7/+16 |
|
|
* | Wrapper for napms() function, contributed by Thomas Gellekum <tg@FreeBSD.org> | Andrew M. Kuchling | 2000-12-15 | 1 | -1/+50 |
|
|
* | The Mac C library (MSL from CodeWarrior 6) and I/O library (GUSI | Jack Jansen | 2000-12-12 | 1 | -2/+2 |
|
|
* | Add URL with info for PIL. | Guido van Rossum | 2000-12-12 | 1 | -0/+1 |
|
|
* | SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512. | Tim Peters | 2000-12-12 | 1 | -1/+10 |
|
|
* | Trivial typo fix, submitted by Charles Waldman (SF patch #102794). | Guido van Rossum | 2000-12-12 | 1 | -1/+1 |
|
|
* | validate_varargslist(): Fix two bugs in this function, one that affected | Fred Drake | 2000-12-11 | 1 | -11/+20 |
|
|
* | The C+ compiler is called $(CXX) these days, not CCC. | Guido van Rossum | 2000-12-06 | 1 | -5/+5 |
|
|
* | posix_getlogin(): Be more cautious about interpreting a NULL from | Fred Drake | 2000-12-06 | 1 | -1/+1 |
|
|
* | posix_getlogin(): Handle the possibility that getlogin() can return | Fred Drake | 2000-12-06 | 1 | -3/+12 |
|
|
* | Patch by Michael Hudson to clarify the error message from | Guido van Rossum | 2000-12-01 | 1 | -1/+7 |
|
|
* | Clarify two comments | Andrew M. Kuchling | 2000-11-30 | 1 | -2/+2 |
|
|
* | Update dependencies per /F. | Guido van Rossum | 2000-11-28 | 1 | -1/+1 |
|
|
* | Patch #102412 from mwh: Add support for the setupterm() function, to | Andrew M. Kuchling | 2000-11-18 | 1 | -15/+76 |
|
|
* | Allow new.function() called with explicit 3rd arg of None, as | Guido van Rossum | 2000-11-13 | 1 | -1/+6 |
|
|
* | Fix for SF bug 117402, crashes on str(array) and repr(array). This was an | Tim Peters | 2000-11-10 | 1 | -3/+5 |
|
|
* | Patch #102278: add tparm() function to _curses module | Andrew M. Kuchling | 2000-11-07 | 1 | -4/+55 |
|
|
* | Added 38,642 missing characters to the Unicode database (first-last | Fredrik Lundh | 2000-11-03 | 1 | -96/+114 |
|
|
* | Move our own getopt() implementation to _PyOS_GetOpt(), and use it | Thomas Wouters | 2000-11-03 | 1 | -16/+12 |
|
|
* | Patch from Randall Hopper to fix PR #116172, "curses module fails to | Andrew M. Kuchling | 2000-11-01 | 1 | -4/+38 |
|
|
* | ParserCreate(): Added test that the namespace_separator value, if given, | Fred Drake | 2000-10-29 | 1 | -0/+9 |
|
|
* | Do not echo the echo command with the message telling the user that Setup | Fred Drake | 2000-10-29 | 1 | -1/+1 |
|
|
* | Do not release unallocated Tcl objects. Closes #117278 and #117167. | Martin v. Löwis | 2000-10-29 | 1 | -3/+8 |
|
|
* | -- properly reset groups in findall (bug #117612) | Fredrik Lundh | 2000-10-28 | 1 | -15/+18 |
|
|
* | Rename Setup.in to Setup.dist, and assume that configure will create | Fred Drake | 2000-10-26 | 3 | -13/+9 |
|
|
* | Update a comment to be correct. | Fred Drake | 2000-10-26 | 1 | -3/+3 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 3 | -52/+52 |
|
|
* | t_bootstram(): Use PySys_WriteStderr() instead of fprintf(stderr,...). | Fred Drake | 2000-10-20 | 1 | -1/+1 |
|
|
* | Update the comments for the BSD DB module, including a new pointer to | Fred Drake | 2000-10-14 | 1 | -3/+5 |
|
|
* | Repaired a comment and asserted a precondition. | Tim Peters | 2000-10-12 | 1 | -1/+2 |
|
|
* | Fix for Bug #116453. | Guido van Rossum | 2000-10-12 | 1 | -6/+6 |
|
|
* | Stop raising OverflowError on underflows reported by libm (errno==ERANGE and | Tim Peters | 2000-10-12 | 1 | -18/+42 |
|
|
* | Another gcc -Wall warning squashed: | Fred Drake | 2000-10-11 | 1 | -1/+1 |
|
|
* | Remove one more gcc -Wall warning. | Fred Drake | 2000-10-11 | 1 | -1/+2 |
|
|
* | Fix the docstring for new.function(). | Fred Drake | 2000-10-10 | 1 | -1/+1 |
|
|