Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove comment about -lucb for the mmap module -- the module has been | Fred Drake | 2000-10-02 | 1 | -3/+2 |
| | | | | | | | changed so that this is no longer needed on the only platform this is known to have been needed on. Fixed on indentation-related consistency nit. | ||||
* | Some systems need -lucb to compile the mmap module. Add a comment to | Fred Drake | 2000-09-15 | 1 | -1/+4 |
| | | | | | | this effect. This address one aspect of SourceForge bug #113797. | ||||
* | Skip Montanaro <skip@mojam.com>: | Fred Drake | 2000-08-31 | 1 | -0/+3 |
| | | | | | | | | | | | Update the build structures to automatically detect the presence of BSD db, including the proper name of the header file to include. Has all the expected niceties associated with yet-more-configure-options. ;) This checkin includes changes for non-generated files only; subsequent checkin will catch those. This is part of SourceForge patch #101272. | ||||
* | Adjust the name for the socket module in the SSL line. | Thomas Wouters | 2000-08-24 | 1 | -1/+1 |
| | |||||
* | The socket module is now _socket on all platforms. | Fred Drake | 2000-08-16 | 1 | -2/+1 |
| | |||||
* | Removed the comment about the thread module. | Barry Warsaw | 2000-06-30 | 1 | -2/+0 |
| | |||||
* | pyexpat notes: add the name of the archive to the ar command | Jeremy Hylton | 2000-06-29 | 1 | -1/+1 |
| | |||||
* | Improve explanation of how to build the pyexpat module. | Fred Drake | 2000-06-29 | 1 | -3/+9 |
| | |||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-28 | 1 | -0/+1 |
| | | | | Added new ucnhash module by Bill Tutt. | ||||
* | Renamed the C extension for ncurses support from 'curses' to '_curses'. | Andrew M. Kuchling | 2000-06-10 | 1 | -4/+4 |
| | | | | (The SourceForge admins have been asked to rename the ,v file.) | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-07 | 1 | -1/+1 |
| | | | | The locale module is turned on per default. | ||||
* | The _exceptions module is moved to the Python subdirectory. | Barry Warsaw | 2000-05-26 | 1 | -1/+0 |
| | |||||
* | Added the _exceptions module, implementing the built-in class-based | Barry Warsaw | 2000-05-25 | 1 | -0/+1 |
| | | | | standard exceptions. | ||||
* | Remove all references to stdwin. | Guido van Rossum | 2000-05-03 | 1 | -21/+1 |
| | |||||
* | This module's name should be linuxaudio*dev*.c | Guido van Rossum | 2000-03-31 | 1 | -1/+1 |
| | |||||
* | Added some clarifications to pyexpat. | Guido van Rossum | 2000-03-31 | 1 | -0/+13 |
| | |||||
* | Added Python interface to Expat XML parser. | Andrew M. Kuchling | 2000-03-31 | 1 | -0/+4 |
| | | | | | | | | The Setup.in entry is sort of a lie; it links with -lexpat, but Expat's Makefile doesn't actually build a libexpat.a. I'll send Expat's author a patch to do that; if he doesn't accept it, this rule will have to list Expat's object files (ick!), or have a comment explaining how to build a .a file. | ||||
* | Added the _sre module. It is always on. | Guido van Rossum | 2000-03-31 | 1 | -0/+1 |
| | |||||
* | Add linuxaudio module. | Guido van Rossum | 2000-03-30 | 1 | -0/+5 |
| | |||||
* | Added mmap module -- map a view of a file into memory on Win32 and Unix. | Andrew M. Kuchling | 2000-03-30 | 1 | -1/+1 |
| | | | | (Needs testing on Win32.) | ||||
* | Marc-Andre Lemburg: Add _codecs and unicodedata modules. | Guido van Rossum | 2000-03-10 | 1 | -0/+4 |
| | |||||
* | Patch by Fred Gansevles (the module's original author). | Guido van Rossum | 2000-02-29 | 1 | -1/+1 |
| | | | | | | | | | | | This patch fixes 3 small problems. 1) If a map is used which is generated with 'makedbm -a', the trailing '\0' is now handled correctely. 2) The nis.maps() function skipped the first map in the output list. 3) The library '-lnsl' is added in Setup.in (needed on Linux glibc2 and Solaris systems. Maybe on other systems too?) [I note that this still doesn't work when you are using NIS+ --GvR] | ||||
* | OpenSSL support. This is based on patches for a version of SSLeay by | Guido van Rossum | 1999-12-07 | 1 | -1/+7 |
| | | | | | | Brian E Gallew, which were improved and adapted to OpenSSL 0.9.4 by Laszlo Kovacs of HP. Both have kindly given permission to include the patches in the Python distribution. Final formatting by GvR. | ||||
* | Added Greg Stein and Andrew Kuchling's sha module. | Guido van Rossum | 1999-03-24 | 1 | -1/+6 |
| | | | | Fix comments about zlib version and URL. | ||||
* | Document *static* -- in two places! | Guido van Rossum | 1999-02-22 | 1 | -1/+4 |
| | |||||
* | The variable TESTPATH should be initialized to empty. | Guido van Rossum | 1999-02-08 | 1 | -1/+1 |
| | | | | The test code is now accessed as a package. | ||||
* | Rearrange the -I flags for compiling _tkinter.c so that | Guido van Rossum | 1999-01-25 | 1 | -2/+2 |
| | | | | | | /usr/local/include comes before /usr/X11R1/include. On some Linux distributions the latter apparently contains (standard!) a bad tcl.h or tk.h. | ||||
* | Add note about compiling FORMS with -Dclear=__GLclear. | Guido van Rossum | 1998-10-21 | 1 | -0/+4 |
| | | | | | (The GLHACK variable isn't really needed since the change to glmodule.c, but I'm too busy to remove it. It's harmless.) | ||||
* | On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear to | Guido van Rossum | 1998-10-21 | 1 | -3/+4 |
| | | | | | | the compilation flags for the gl, fl and fm modules. This avoids a name conflict with the curses module (both gl and curses have an entry point called 'clear'). | ||||
* | Clarify sharedinstall comment | Guido van Rossum | 1998-10-07 | 1 | -2/+3 |
| | |||||
* | Enable the 'new' module by default. | Guido van Rossum | 1998-09-21 | 1 | -1/+1 |
| | |||||
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -0/+1 |
| | |||||
* | Delete reference to reopmodule.c. Add comment about soundex' obsolescence. | Guido van Rossum | 1998-04-10 | 1 | -2/+1 |
| | |||||
* | Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but | Ken Manheimer | 1998-03-03 | 1 | -1/+1 |
| | | | | not checked in, so i'm doing it. | ||||
* | Updated URL for zlib. | Guido van Rossum | 1998-02-06 | 1 | -1/+2 |
| | |||||
* | Add -lld option for AIX to _tkinter rules. | Guido van Rossum | 1997-12-16 | 1 | -0/+2 |
| | |||||
* | Move the dbm module around and add an introductory paragraph for dbm, | Guido van Rossum | 1997-12-11 | 1 | -3/+12 |
| | | | | gdbm and bsddb, as suggested by Skip Montanaro. | ||||
* | Moved the thread module to its own Setup.thread(.in) file, | Guido van Rossum | 1997-12-04 | 1 | -5/+1 |
| | | | | | which is edited by the config.status script depending on whether --with-thread is specified or not. Also needs changes to configure(.in). | ||||
* | Changed the occurrence of *shared* in the example so people won't | Guido van Rossum | 1997-12-02 | 1 | -13/+10 |
| | | | | accidentally uncomment it... | ||||
* | Comment out crypt by default; it's not used very much and messes up | Guido van Rossum | 1997-12-02 | 1 | -6/+8 |
| | | | | | | | the default build on Linux (because it requires -lcrypt which isn't availabel everywhere). Some improvements to the _tkinter build line suggested by Case Roole. | ||||
* | Redone the _tkinter configuration section with support for popular packages. | Guido van Rossum | 1997-11-22 | 1 | -15/+41 |
| | |||||
* | Add support for _locale. | Guido van Rossum | 1997-11-19 | 1 | -0/+2 |
| | |||||
* | Add the Setup line for the pcre module. | Guido van Rossum | 1997-10-07 | 1 | -1/+2 |
| | |||||
* | Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP. | Guido van Rossum | 1997-09-28 | 1 | -1/+1 |
| | |||||
* | Change the names of the subdirectories tkinter and stdwin to | Guido van Rossum | 1997-09-08 | 1 | -2/+2 |
| | | | | | | lib-tk and lib-stdwin. (BTW this was also done in the previous checkin of (toplevel)/Makefile.in, though not noted in the checkin message.) | ||||
* | Added first line to set Emacs makefile mode (pretty colors :-) | Barry Warsaw | 1997-09-04 | 1 | -0/+1 |
| | |||||
* | Disable the portable multimedia modules (audioop, imageop, rgbimg) by | Guido van Rossum | 1997-09-03 | 1 | -4/+5 |
| | | | | default since they don't work on 64-bit platforms. | ||||
* | New version of Vladimir Marangozov's AIX hacks -- simpler etc. | Guido van Rossum | 1997-08-06 | 1 | -5/+0 |
| | |||||
* | New mechanism for GNU readline interface, via module | Guido van Rossum | 1997-08-05 | 1 | -0/+10 |
| | |||||
* | Add pointer to new BSDDB module. | Guido van Rossum | 1997-08-05 | 1 | -0/+3 |
| |