summaryrefslogtreecommitdiffstats
path: root/PC/os2emx
Commit message (Expand)AuthorAgeFilesLines
* cPickle was removedNeal Norwitz2007-08-243-7/+0
* Remove _PyObject_DelNeal Norwitz2007-08-191-1/+0
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-2/+0
* Remove more references to intobject.Guido van Rossum2007-08-072-17/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+0
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-063-28/+0
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-173-6/+0
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-112-10/+0
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-1/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-115-251/+428
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-213-17/+0
* fix typos, mostly in commentsFred Drake2005-10-282-2/+2
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-1/+1
* update version numbersAndrew MacIntyre2005-02-171-23/+23
* add notes about subprocess module & thread stacks, SSL supportAndrew MacIntyre2005-02-171-1/+18
* add build machinery for the SSL socket moduleAndrew MacIntyre2005-02-171-0/+8
* make thread stack size compile-time tunable on OS/2, increase main stackAndrew MacIntyre2005-01-171-1/+17
* OS/2 specific fixes related to SF bug # 1003471Andrew MacIntyre2004-12-121-1/+12
* SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by NickTim Peters2004-10-111-1/+0
* note module removals, update on BitTorrent issueAndrew MacIntyre2004-10-031-9/+11
* bring modules up to date, correct .DEF file versionAndrew MacIntyre2004-10-033-166/+178
* bring OS/2 EMX port build environment up to dateAndrew MacIntyre2004-07-072-12/+17
* add AF_UNIX notesAndrew MacIntyre2004-04-111-1/+9
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-21/+0
* Remove support for --without-universal-newlines (see PEP 11).Skip Montanaro2004-02-071-3/+0
* Remove HAVE_STRPTIME - no longer necessary with the pure Python version ofSkip Montanaro2004-02-071-3/+0
* add definitions required for expat 1.95.7Andrew MacIntyre2003-12-251-1/+1
* - add notes about os.link() emulation;Andrew MacIntyre2003-12-021-82/+87
* - add build support for curses extension to be a normal DLL as well asAndrew MacIntyre2003-12-021-5/+12
* More pre-2.3 build tweaks for the OS/2 EMX port:Andrew MacIntyre2003-07-164-43/+24
* More pre-2.3 build tweaks for the OS/2 EMX port:Andrew MacIntyre2003-07-133-263/+473
* update OS/2 EMX port notesAndrew MacIntyre2003-07-101-4/+9
* add support for os.tmpfile()Andrew MacIntyre2003-06-091-0/+3
* reorganise modules, so that most standard extensions are built intoAndrew MacIntyre2003-06-091-1/+1
* various updatesAndrew MacIntyre2003-06-091-14/+10
* bump stack size to cater for _sre recursion.Andrew MacIntyre2003-06-091-1/+1
* minor cleanups and whitespace normalisationAndrew MacIntyre2003-04-224-81/+82
* Makefile & config.c:Andrew MacIntyre2003-04-213-273/+317
* Makefile:Andrew MacIntyre2003-04-213-133/+153
* OS/2 EMX build updates for recent CVS changesAndrew MacIntyre2003-02-192-2/+15
* catch up with zipimport changes to std getpathp.cAndrew MacIntyre2003-01-021-3/+25
* bring structure closer to std config.c, whitespace normalisationAndrew MacIntyre2003-01-021-30/+44
* fix a merge mistake - readline not built by defaultAndrew MacIntyre2003-01-021-1/+1
* DLL export definition refreshAndrew MacIntyre2002-12-311-18/+73
* add universal newline support to configurationAndrew MacIntyre2002-12-311-0/+3
* whitespace cleanupAndrew MacIntyre2002-12-311-16/+21
* getenv() replacement not requiredAndrew MacIntyre2002-12-311-16/+0
* Build process updates:Andrew MacIntyre2002-12-311-9/+47
* history updateAndrew MacIntyre2002-12-041-1/+2
* make BSDDB 1.85 module buildable again after BSDDB3 module importAndrew MacIntyre2002-12-041-3/+3