| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Oops, the previous patch contained a bug in chmod. Fixed now. | Guido van Rossum | 2000-03-31 | 1 | -2/+2 |
|
|
* | Two robustness patches: | Guido van Rossum | 2000-03-31 | 1 | -5/+12 |
|
|
* | Add linuxaudio module. | Guido van Rossum | 2000-03-30 | 1 | -0/+5 |
|
|
* | Audio module for Linux, contributed by Peter Bosch. | Guido van Rossum | 2000-03-30 | 1 | -0/+467 |
|
|
* | Added mmap module -- map a view of a file into memory on Win32 and Unix. | Andrew M. Kuchling | 2000-03-30 | 2 | -1/+849 |
|
|
* | The Tcl_Obj patch discussed on the patches list. | Guido van Rossum | 2000-03-29 | 1 | -82/+77 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-03-28 | 1 | -0/+46 |
|
|
* | Patch by Neil Schemenauer to remove support for Tcl/Tk versions before | Guido van Rossum | 2000-03-28 | 1 | -111/+21 |
|
|
* | Add a call to Tcl_FindExecutable(). This was inspired by a patch by | Guido van Rossum | 2000-03-27 | 1 | -0/+6 |
|
|
* | Fix all routines to use PyArg_ParseTuple(), and add ":name" to the | Guido van Rossum | 2000-03-24 | 1 | -58/+71 |
|
|
* | Fix probable bug; if errno == EINTR, floatsleep() doesn't break out of | Andrew M. Kuchling | 2000-03-24 | 1 | -1/+1 |
|
|
* | On 17-Mar-2000, Marc-Andre Lemburg said: | Barry Warsaw | 2000-03-20 | 1 | -1/+1 |
|
|
* | Fix bogus error reporting on strptime: let PyArg_ParseTuple set exception. | Jeremy Hylton | 2000-03-14 | 1 | -5/+4 |
|
|
* | Marc-Andre Lemburg: add new Unicode-related files. | Guido van Rossum | 2000-03-10 | 1 | -0/+3 |
|
|
* | Marc-Andre Lemburg: Add _codecs and unicodedata modules. | Guido van Rossum | 2000-03-10 | 1 | -0/+4 |
|
|
* | Marc-Andre Lemburg: support pickling Unicode objects, both in text | Guido van Rossum | 2000-03-10 | 1 | -0/+149 |
|
|
* | Module unicodedata -- Provides access to the Unicode 3.0 data base. | Guido van Rossum | 2000-03-10 | 1 | -0/+269 |
|
|
* | Internal module _codecs -- Provides access to the codec registry and | Guido van Rossum | 2000-03-10 | 1 | -0/+529 |
|
|
* | Marc-Andre-Lemburg: The Unicode Database. | Guido van Rossum | 2000-03-10 | 2 | -0/+65663 |
|
|
* | Fixed inet_ntoa() docstring. | Fred Drake | 2000-03-07 | 1 | -1/+1 |
|
|
* | Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_R | Greg Ward | 2000-03-01 | 1 | -3/+13 |
|
|
* | Fix compiler warning: only use "_r" form of 'ctermid()' and 'tmpnam()' when | Greg Ward | 2000-03-01 | 1 | -2/+2 |
|
|
* | Patch by Fred Gansevles (the module's original author). | Guido van Rossum | 2000-02-29 | 2 | -28/+58 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 31 | -231/+231 |
|
|
* | Better fix for mpzmodule problem reported by Peter Funk: just use | Andrew M. Kuchling | 2000-02-25 | 1 | -6/+2 |
|
|
* | Delete references to _SC_AIO_LIST_MAX; it appears that that symbol was | Guido van Rossum | 2000-02-25 | 1 | -3/+0 |
|
|
* | Peter Funk: | Guido van Rossum | 2000-02-24 | 1 | -0/+5 |
|
|
* | What used to be tp_xxx4 is now tp_flags; set it to Py_TPFLAGS_DEFAULT. | Fred Drake | 2000-02-21 | 1 | -2/+1 |
|
|
* | Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr> | Andrew M. Kuchling | 2000-02-18 | 1 | -6/+6 |
|
|
* | Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>: | Andrew M. Kuchling | 2000-02-18 | 1 | -4/+2 |
|
|
* | Patch by Jim Ahlstrom to add crc32, a useful checksum function | Guido van Rossum | 2000-02-16 | 1 | -0/+141 |
|
|
* | Protect against core dumps in gdbm: don't allow access by key once the | Fred Drake | 2000-02-07 | 1 | -2/+8 |
|
|
* | Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: | Fred Drake | 2000-02-04 | 3 | -3/+9 |
|
|
* | Added docstring to crypt.crypt() based on the documentation. | Fred Drake | 2000-02-01 | 1 | -1/+10 |
|
|
* | The initialization of posix_putenv_garbage should only be done when it | Guido van Rossum | 2000-01-31 | 1 | -0/+2 |
|
|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -1/+1 |
|
|
* | According to Ron Bickers, and with apparent approval of Chris | Guido van Rossum | 2000-01-14 | 1 | -1/+1 |
|
|
* | The functions asctime() and mktime() are documented to take a 9-tuple | Guido van Rossum | 2000-01-12 | 1 | -4/+10 |
|
|
* | setup_confname_table(): Use size_t instead of int for an index when | Fred Drake | 1999-12-30 | 1 | -1/+1 |
|
|
* | For ZlibError and ZLIB_VERSION, only attempt to add entry to the | Fred Drake | 1999-12-22 | 1 | -3/+6 |
|
|
* | Fix typo in docstring: wbites -> wbits | Andrew M. Kuchling | 1999-12-20 | 1 | -1/+1 |
|
|
* | Patch and new file by Geoff Furnish for C++ compilation. | Guido van Rossum | 1999-12-16 | 2 | -2/+17 |
|
|
* | Rip out the code to check the ordering of the tables used to map | Fred Drake | 1999-12-15 | 1 | -31/+65 |
|
|
* | Added table entries for Irix 6.5 names for confstr()/sysconf()/ | Fred Drake | 1999-12-15 | 1 | -0/+174 |
|
|
* | Added support for getlogin(); does *not* use getlogin_r() where | Fred Drake | 1999-12-14 | 1 | -44/+73 |
|
|
* | Removed debugging prints. | Fred Drake | 1999-12-13 | 1 | -4/+0 |
|
|
* | Added bindings for getgroups(), fpathconf(), pathconf(), confstr(), | Fred Drake | 1999-12-13 | 1 | -1/+863 |
|
|
* | The call to PyArg_ParseTuple in al_Connect had one too few arguments. | Guido van Rossum | 1999-12-10 | 1 | -1/+1 |
|
|
* | Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(), | Fred Drake | 1999-12-09 | 1 | -163/+326 |
|
|
* | OpenSSL support. This is based on patches for a version of SSLeay by | Guido van Rossum | 1999-12-07 | 1 | -1/+7 |
|
|