| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #4817: Remove unused function PyOS_GetLastModificationTime. | Martin v. Löwis | 2009-01-03 | 2 | -4/+0 |
|
|
* | Bumped up 2.6 to 2.7 | Christian Heimes | 2008-12-04 | 3 | -129/+129 |
|
|
* | build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files | Andrew MacIntyre | 2008-09-22 | 3 | -7/+17 |
|
|
* | Rename module definition file to reflect v2.6. | Andrew MacIntyre | 2008-02-03 | 1 | -0/+0 |
|
|
* | Update OS/2 EMX build bits for 2.6. | Andrew MacIntyre | 2008-02-03 | 3 | -159/+159 |
|
|
* | Build updates for OS/2 EMX port | Andrew MacIntyre | 2006-07-23 | 5 | -251/+404 |
|
|
* | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 1 | -0/+24 |
|
|
* | Remove some more references to regex that I missed. | Neal Norwitz | 2006-03-16 | 2 | -15/+0 |
|
|
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 1 | -2/+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 |
|
|
* | history update | Andrew MacIntyre | 2002-12-04 | 1 | -1/+2 |
|
|
* | make BSDDB 1.85 module buildable again after BSDDB3 module import | Andrew MacIntyre | 2002-12-04 | 1 | -3/+3 |
|
|
* | make port notes current | Andrew MacIntyre | 2002-08-18 | 1 | -48/+36 |
|
|
* | Build process updates: | Andrew MacIntyre | 2002-08-18 | 1 | -17/+33 |
|
|