summaryrefslogtreecommitdiff
path: root/PC/os2emx
Commit message (Expand)AuthorAgeFilesLines
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-162-2/+2
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-095-542/+542
* Capsule-related changes:Larry Hastings2010-04-021-0/+1
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-0/+13
* #4852: Remove dead code in every thread implementation, unused for many years.Amaury Forgeot d'Arc2010-02-231-1/+0
* Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, an...Eric Smith2009-10-241-1/+0
* Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k....Eric Smith2009-04-271-0/+1
* Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-032-4/+0
* Bumped up 2.6 to 2.7Christian Heimes2008-12-043-129/+129
* build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config filesAndrew MacIntyre2008-09-223-7/+17
* Rename module definition file to reflect v2.6.Andrew MacIntyre2008-02-031-0/+0
* Update OS/2 EMX build bits for 2.6.Andrew MacIntyre2008-02-033-159/+159
* Build updates for OS/2 EMX portAndrew MacIntyre2006-07-235-251/+404
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-101-0/+24
* Remove some more references to regex that I missed.Neal Norwitz2006-03-162-15/+0
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-161-2/+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