Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the rgbimg module. It has been deprecated since Python 2.5. | Brett Cannon | 2007-05-20 | 1 | -1/+0 |
| | |||||
* | Bug #1535081: A leading underscore has been added to the names of | Georg Brandl | 2006-08-06 | 1 | -5/+8 |
| | | | | the md5 and sha modules, so add it in Modules/Setup.dist too. | ||||
* | patch #1493701: performance enhancements for struct module | Bob Ippolito | 2006-05-23 | 1 | -1/+1 |
| | |||||
* | revert #1493701 | Bob Ippolito | 2006-05-23 | 1 | -1/+1 |
| | |||||
* | Patch #1493701: performance enhancements for struct module. | Bob Ippolito | 2006-05-23 | 1 | -1/+1 |
| | |||||
* | - add missing chunk for patch #1117961 | Matthias Klose | 2006-04-03 | 1 | -2/+2 |
| | |||||
* | [ 959576 ] Can't build Python on POSIX w/o $HOME | Georg Brandl | 2005-12-27 | 1 | -1/+2 |
| | |||||
* | SF bug #1160187: Setup file needs entries for collections, itertools, strop | Raymond Hettinger | 2005-03-09 | 1 | -0/+4 |
| | |||||
* | Patch #579435: Shadow Password Support Module | Martin v. Löwis | 2005-01-23 | 1 | -0/+1 |
| | |||||
* | Remove mpz, rotor, xreadlines modules | Andrew M. Kuchling | 2004-08-31 | 1 | -22/+1 |
| | |||||
* | SF bug #999776, zlib home page wrong | Neal Norwitz | 2004-07-29 | 1 | -1/+1 |
| | | | | Backport candidate. | ||||
* | Patch #993173: Enable audioop on 64-bit platforms. | Martin v. Löwis | 2004-07-19 | 1 | -0/+1 |
| | |||||
* | Bring CJKCodecs 1.1 into trunk. This completely reorganizes source | Hye-Shik Chang | 2004-07-18 | 1 | -36/+6 |
| | | | | | | and installed layouts to make maintenance simple and easy. And it also adds four new codecs; big5hkscs, euc-jis-2004, shift-jis-2004 and iso2022-jp-2004. | ||||
* | Add missed entry for cjkcodecs._iso_2022_kr. | Hye-Shik Chang | 2004-01-28 | 1 | -0/+1 |
| | |||||
* | Add CJK codecs support as discussed on python-dev. (SF #873597) | Hye-Shik Chang | 2004-01-17 | 1 | -0/+42 |
| | | | | | Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks! | ||||
* | Remove support for SunOS 4. | Skip Montanaro | 2004-01-17 | 1 | -2/+1 |
| | | | | Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition). | ||||
* | Patch #752671: NetBSD needs to link libintl to _locale.so. | Martin v. Löwis | 2003-06-14 | 1 | -1/+2 |
| | |||||
* | Fixed minor typo in Setup.dist. | Gustavo Niemeyer | 2003-05-26 | 1 | -1/+1 |
| | |||||
* | Revert Patch #670715: iconv support. | Martin v. Löwis | 2003-04-03 | 1 | -4/+0 |
| | |||||
* | add _csv build line | Skip Montanaro | 2003-03-20 | 1 | -0/+3 |
| | |||||
* | Added a define EXTRAMACHDEPPATH which can be used to add sys.path items | Jack Jansen | 2003-03-17 | 1 | -1/+2 |
| | | | | | | | | for specific platforms. Use this to add plat-mac and plat-mac/lib-scriptpackages on MacOSX. Also tested for not having adverse effects on Linux, and I think this code isn't used on Windows anyway. Fixes #661521. | ||||
* | Add _iconv_codec to Setup.dist. Use PyModule_ functions. | Martin v. Löwis | 2003-01-26 | 1 | -0/+3 |
| | |||||
* | PEP 302 + zipimport: | Just van Rossum | 2002-12-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | - new import hooks in import.c, exposed in the sys module - new module called 'zipimport' - various changes to allow bootstrapping from zip files I hope I didn't break the Windows build (or anything else for that matter), but then again, it's been sitting on sf long enough... Regarding the latest discussions on python-dev: zipimport sets pkg.__path__ as specified in PEP 273, and likewise, sys.path item such as /path/to/Archive.zip/subdir/ are supported again. | ||||
* | Patch to make _codecs a builtin module. This is necessary since | Marc-André Lemburg | 2002-12-12 | 1 | -1/+1 |
| | | | | | | | Python 2.3 will support source code encodings which rely on the builtin codecs being available to the parser. Remove struct dependency from codecs.py | ||||
* | correct wording of comments about old bsddb (now bsddb185) module | Skip Montanaro | 2002-12-02 | 1 | -6/+4 |
| | |||||
* | Don't try to use unsupported DB versions. | Martin v. Löwis | 2002-11-19 | 1 | -1/+6 |
| | |||||
* | Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. | Martin v. Löwis | 2002-11-19 | 1 | -13/+18 |
| | |||||
* | Update the text on the Expat module and library. | Fred Drake | 2002-08-09 | 1 | -17/+9 |
| | |||||
* | Since the errno module is needed by os._execvpe(), and that is used by the | Fred Drake | 2002-08-05 | 1 | -1/+1 |
| | | | | | | | setup.py (indirectly) script to build the standard dynamically loaded modules, the errno module is being made static so it will always be available. Closes SF bug #591205 (needed on trunk only). | ||||
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These built-in functions are replaced by their (now callable) type: slice() buffer() and these types can also be called (but have no built-in named function named after them) classobj (type name used to be "class") code function instance instancemethod (type name used to be "instance method") The module "new" has been replaced with a small backward compatibility placeholder in Python. A large portion of the patch simply removes the new module from various platform-specific build recipes. The following binary Mac project files still have references to it: Mac/Build/PythonCore.mcp Mac/Build/PythonStandSmall.mcp Mac/Build/PythonStandalone.mcp [I've tweaked the code layout and the doc strings here and there, and added a comment to types.py about StringTypes vs. basestring. --Guido] | ||||
* | Document the build process more precisely. Suggested by Hugh Sasse. | Martin v. Löwis | 2002-04-19 | 1 | -3/+15 |
| | |||||
* | Removed old Digital Creations copyright/license notices (with | Guido van Rossum | 2002-04-04 | 1 | -1/+1 |
| | | | | | permission from Paul Everitt). Also removed a few other references to Digital Creations and changed the remaining ones to Zope Corporation. | ||||
* | Break SSL support out of _socket module and place it into a new | Marc-André Lemburg | 2002-02-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | helper module _ssl. The support for the RAND_* APIs in _ssl is now only enabled for OpenSSL 0.9.5 and up since they were added in that release. Note that socketmodule.* should really be renamed to _socket.* -- unfortunately, this seems to lose the CVS history of the file. Please review and test... I was only able to test the header file chaos in socketmodule.c/h on Linux. The test run through fine and compiles don't give errors or warnings. WARNING: This patch does *not* include changes to the various non-Unix build process files. | ||||
* | The Python symtable module depends on .h files that setup.py doesn't track. | Jeremy Hylton | 2001-10-17 | 1 | -0/+3 |
| | |||||
* | Merge changes from r22a2-branch back into trunk. Also, change patch | Barry Warsaw | 2001-08-22 | 1 | -5/+1 |
| | | | | level to 2.2a2+ | ||||
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -0/+2 |
| | |||||
* | Update the Tix version (long overdue :-). | Guido van Rossum | 2001-03-22 | 1 | -4/+4 |
| | | | | | This is SF patch # #409044, by Internet Discovery: "Update tcl/tk/tix versions". | ||||
* | Mention setup.py in the instructions | Andrew M. Kuchling | 2001-02-27 | 1 | -2/+5 |
| | | | | Add note about linuxaudiodev possibly working on BSD | ||||
* | Remove soundex module, as stated by GvR. | Andrew M. Kuchling | 2001-02-22 | 1 | -3/+0 |
| | | | | | | | (Fred, I'll leave the doc changes to you, because I don't know if you want to delete libsoundex.tex or leave it in. Someone else will have to tweak PC/os2vacpp/{config.c,makefile} and PCbuild/pythoncore.dsp, both of which refer to soundex.c) | ||||
* | Move the signal module back into Setup.config.in so it can be enabled | Andrew M. Kuchling | 2001-02-21 | 1 | -3/+0 |
| | | | | and disabled from the configure script. | ||||
* | Support older PYTHON_API_VERSIONs for backwards compatibility. | Martin v. Löwis | 2001-02-06 | 1 | -3/+1 |
| | |||||
* | Another _testXXX -> _testcapiXXX renaming. | Tim Peters | 2001-02-04 | 1 | -1/+1 |
| | |||||
* | Added new Python C API _test module to the build mechanism on Unix. | Marc-André Lemburg | 2001-02-02 | 1 | -0/+1 |
| | |||||
* | Add entries for the weakref module to the build control. | Fred Drake | 2001-02-01 | 1 | -0/+1 |
| | |||||
* | Add back most of the old contents of Setup.dist, with all the modules | Andrew M. Kuchling | 2001-01-29 | 1 | -2/+368 |
| | | | | commented out. | ||||
* | Bug #129904: Put back the path component for the Tkinter modules | Andrew M. Kuchling | 2001-01-27 | 1 | -0/+3 |
| | |||||
* | The signal module has to be compiled statically, so add it to Setup.dist | Andrew M. Kuchling | 2001-01-17 | 1 | -0/+3 |
| | | | | and remove support for it from setup.py | ||||
* | strop doesn't actually seem to be needed | Andrew M. Kuchling | 2001-01-17 | 1 | -1/+0 |
| | |||||
* | Patch #102588 / PEP 229: | Andrew M. Kuchling | 2001-01-17 | 1 | -366/+5 |
| | | | | | | | The final piece of this change... Strip down Setup.config.in and Setup.dist to the minimal sets required to get a working Python; setup.py will handle the rest | ||||
* | Eric the half-a-wit, driven to berserk rage after repeatedly doing | Eric S. Raymond | 2001-01-17 | 1 | -0/+7 |
| | | | | | | | | | | | | | | builds during which he forgot to uncomment crucial library lines in Setup, walks into Guido's East End nightclub with a tactical nuclear weapon on his shoulder. Said nuclear weapon is promptly deployed exactly where it will do the most good, right in the middle of configure.in. With this patch, the set of libraries autoconfigured in is extended to include ndbm, gdbm, and crypt. This essentially eliminates any need to tweak Setup for a normal Linux build. "'E was a fair man. Cruel, but fair." |