| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 2 | -5/+0 |
|
|
* | Fix the Windows build by removing references to the cStringIO module | Thomas Heller | 2008-06-10 | 1 | -1/+0 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 2 | -3/+2 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 2 | -2/+3 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 2 | -3/+2 |
|
|
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 1 | -3/+3 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 3 | -5/+5 |
|
|
* | Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa... | Georg Brandl | 2008-05-17 | 1 | -1/+1 |
|
|
* | Remove the dl module per PEP 3108. | Neal Norwitz | 2008-03-24 | 1 | -1/+0 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 3 | -150/+201 |
|
|
* | Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config... | Georg Brandl | 2008-01-07 | 1 | -1/+0 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | Remove more hotshot cruft. | Neal Norwitz | 2007-10-13 | 2 | -7/+1 |
|
|
* | Remove more traces of bufferobject.[ch] from build files etc. | Guido van Rossum | 2007-10-08 | 2 | -9/+0 |
|
|
* | cPickle was removed | Neal Norwitz | 2007-08-24 | 3 | -7/+0 |
|
|
* | Remove _PyObject_Del | Neal Norwitz | 2007-08-19 | 1 | -1/+0 |
|
|
* | Remove support for __members__ and __methods__. There still might be | Neal Norwitz | 2007-08-11 | 1 | -2/+0 |
|
|
* | Remove more references to intobject. | Guido van Rossum | 2007-08-07 | 2 | -17/+1 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+0 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 3 | -28/+0 |
|
|
* | Merged revisions 55342-55406 via svnmerge from | Guido van Rossum | 2007-05-17 | 3 | -6/+0 |
|
|
* | Merged revisions 55225-55227,55229-55269 via svnmerge from | Guido van Rossum | 2007-05-11 | 2 | -10/+0 |
|
|
* | Remove the exceptions builtin module, all the exceptions are already builtin. | Neal Norwitz | 2007-02-26 | 1 | -1/+0 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 5 | -251/+428 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 3 | -17/+0 |
|
|
* | fix typos, mostly in comments | Fred Drake | 2005-10-28 | 2 | -2/+2 |
|
|
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
|
|
* | update version numbers | Andrew MacIntyre | 2005-02-17 | 1 | -23/+23 |
|
|
* | add notes about subprocess module & thread stacks, SSL support | Andrew MacIntyre | 2005-02-17 | 1 | -1/+18 |
|
|
* | add build machinery for the SSL socket module | Andrew MacIntyre | 2005-02-17 | 1 | -0/+8 |
|
|
* | make thread stack size compile-time tunable on OS/2, increase main stack | Andrew MacIntyre | 2005-01-17 | 1 | -1/+17 |
|
|
* | OS/2 specific fixes related to SF bug # 1003471 | Andrew MacIntyre | 2004-12-12 | 1 | -1/+12 |
|
|
* | SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick | Tim Peters | 2004-10-11 | 1 | -1/+0 |
|
|
* | note module removals, update on BitTorrent issue | Andrew MacIntyre | 2004-10-03 | 1 | -9/+11 |
|
|
* | bring modules up to date, correct .DEF file version | Andrew MacIntyre | 2004-10-03 | 3 | -166/+178 |
|
|
* | bring OS/2 EMX port build environment up to date | Andrew MacIntyre | 2004-07-07 | 2 | -12/+17 |
|
|
* | add AF_UNIX notes | Andrew MacIntyre | 2004-04-11 | 1 | -1/+9 |
|
|
* | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 1 | -21/+0 |
|
|
* | Remove support for --without-universal-newlines (see PEP 11). | Skip Montanaro | 2004-02-07 | 1 | -3/+0 |
|
|
* | Remove HAVE_STRPTIME - no longer necessary with the pure Python version of | Skip Montanaro | 2004-02-07 | 1 | -3/+0 |
|
|
* | add definitions required for expat 1.95.7 | Andrew MacIntyre | 2003-12-25 | 1 | -1/+1 |
|
|
* | - add notes about os.link() emulation; | Andrew MacIntyre | 2003-12-02 | 1 | -82/+87 |
|
|
* | - add build support for curses extension to be a normal DLL as well as | Andrew MacIntyre | 2003-12-02 | 1 | -5/+12 |
|
|
* | More pre-2.3 build tweaks for the OS/2 EMX port: | Andrew MacIntyre | 2003-07-16 | 4 | -43/+24 |
|
|
* | More pre-2.3 build tweaks for the OS/2 EMX port: | Andrew MacIntyre | 2003-07-13 | 3 | -263/+473 |
|
|
* | update OS/2 EMX port notes | Andrew MacIntyre | 2003-07-10 | 1 | -4/+9 |
|
|
* | add support for os.tmpfile() | Andrew MacIntyre | 2003-06-09 | 1 | -0/+3 |
|
|
* | reorganise modules, so that most standard extensions are built into | Andrew MacIntyre | 2003-06-09 | 1 | -1/+1 |
|
|
* | various updates | Andrew MacIntyre | 2003-06-09 | 1 | -14/+10 |
|
|
* | bump stack size to cater for _sre recursion. | Andrew MacIntyre | 2003-06-09 | 1 | -1/+1 |
|
|