| Commit message (Expand) | Author | Age | Files | Lines |
* | -- don't use recursion for unbounded non-greedy repeat | Fredrik Lundh | 2001-01-14 | 1 | -2/+13 |
|
|
* | SRE fixes for 2.1 alpha: | Fredrik Lundh | 2001-01-14 | 2 | -28/+40 |
|
|
* | SF bug 128713: type(mmap_object) blew up on Linux. | Tim Peters | 2001-01-14 | 1 | -3/+4 |
|
|
* | Conform the new module to /the/ C style. | Thomas Wouters | 2001-01-11 | 1 | -5/+9 |
|
|
* | Move the _socket module closer to the SSL-_socket line (mmap and | Thomas Wouters | 2001-01-11 | 1 | -2/+5 |
|
|
* | SF Patch #102357 by bbum: Add support for frameworks and objective-c | Guido van Rossum | 2001-01-10 | 1 | -1/+6 |
|
|
* | Final part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared | Guido van Rossum | 2001-01-10 | 2 | -1/+23 |
|
|
* | Part of SF patch #102409 by jlt63 to support building these modules | Guido van Rossum | 2001-01-10 | 4 | -11/+10 |
|
|
* | Adapted version of Eric Raymond's patches to automatically configure | Guido van Rossum | 2001-01-10 | 2 | -8/+17 |
|
|
* | Windows mmap should (as the docs probably <wink> say) create a mapping | Tim Peters | 2001-01-10 | 1 | -2/+2 |
|
|
* | Assorted xreadlines problems: | Tim Peters | 2001-01-09 | 1 | -1/+1 |
|
|
* | Jeff Epler's xreadlines module, with slight reformatting and some | Guido van Rossum | 2001-01-09 | 2 | -0/+121 |
|
|
* | Address a bug in the uuencode decoder, reported bu "donut" in SF bug | Guido van Rossum | 2001-01-09 | 1 | -3/+3 |
|
|
* | Anonymous SF bug report #128053 point out that the #ifdef for | Guido van Rossum | 2001-01-08 | 1 | -1/+1 |
|
|
* | Fix problems with validation of import statement parse trees. | Fred Drake | 2001-01-07 | 1 | -5/+24 |
|
|
* | Patch #103012: Update fpectlmodule for current glibc; | Andrew M. Kuchling | 2001-01-04 | 1 | -0/+7 |
|
|
* | Mark the "encoding" parameter to ExternalEntityParserCreate() as optional | Fred Drake | 2001-01-03 | 1 | -1/+1 |
|
|
* | 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 |
|
|