| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | minor cleanups and whitespace normalisation | Andrew MacIntyre | 2003-04-22 | 4 | -81/+82 |
|
|
* | Makefile & config.c: | Andrew MacIntyre | 2003-04-21 | 3 | -273/+317 |
|
|
* | Makefile: | Andrew MacIntyre | 2003-04-21 | 3 | -133/+153 |
|
|
* | OS/2 EMX build updates for recent CVS changes | Andrew MacIntyre | 2003-02-19 | 2 | -2/+15 |
|
|
* | catch up with zipimport changes to std getpathp.c | Andrew MacIntyre | 2003-01-02 | 1 | -3/+25 |
|
|
* | bring structure closer to std config.c, whitespace normalisation | Andrew MacIntyre | 2003-01-02 | 1 | -30/+44 |
|
|
* | fix a merge mistake - readline not built by default | Andrew MacIntyre | 2003-01-02 | 1 | -1/+1 |
|
|
* | DLL export definition refresh | Andrew MacIntyre | 2002-12-31 | 1 | -18/+73 |
|
|
* | add universal newline support to configuration | Andrew MacIntyre | 2002-12-31 | 1 | -0/+3 |
|
|
* | whitespace cleanup | Andrew MacIntyre | 2002-12-31 | 1 | -16/+21 |
|
|
* | getenv() replacement not required | Andrew MacIntyre | 2002-12-31 | 1 | -16/+0 |
|
|
* | Build process updates: | Andrew MacIntyre | 2002-12-31 | 1 | -9/+47 |
|
|