summaryrefslogtreecommitdiffstats
path: root/PC/os2emx
Commit message (Expand)AuthorAgeFilesLines
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-3/+3
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-253-5/+5
* Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa...Georg Brandl2008-05-171-1/+1
* Remove the dl module per PEP 3108.Neal Norwitz2008-03-241-1/+0
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-033-150/+201
* Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...Georg Brandl2008-01-071-1/+0
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Remove more hotshot cruft.Neal Norwitz2007-10-132-7/+1
* Remove more traces of bufferobject.[ch] from build files etc.Guido van Rossum2007-10-082-9/+0
* 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