summaryrefslogtreecommitdiff
path: root/PC/os2vacpp
Commit message (Expand)AuthorAgeFilesLines
* Issue #28139: Fix messed up indentationMartin Panter2016-09-171-9/+9
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-318/+318
* 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
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-033-5/+0
* yuvconvert.c is a part of the "sv" module, an old IRIX thingAmaury Forgeot d'Arc2008-11-222-12/+4
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-101-0/+8
* Remove some more references to regex that I missed.Neal Norwitz2006-03-162-8/+0
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-162-52/+0
* OS/2 specific fixes related to SF bug # 1003471Andrew MacIntyre2004-12-121-0/+11
* SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by NickTim Peters2004-10-111-1/+0
* remove rotor moduleAndrew MacIntyre2004-10-031-2/+0
* Remove rotor from the build.Raymond Hettinger2004-08-311-15/+0
* OS/2 VACPP build updates/fixesAndrew MacIntyre2004-03-293-3/+4
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-7/+0
* Remove HAVE_STRPTIME - no longer necessary with the pure Python version ofSkip Montanaro2004-02-071-1/+0
* update contact infoAndrew MacIntyre2002-08-181-4/+9
* Prep for 2.3:Andrew MacIntyre2002-08-181-34/+39
* Nuked another reference to newmodule.c.Tim Peters2002-06-161-1/+0
* Removed newmodule.c from the project, and removed references to it fromTim Peters2002-06-161-1/+0
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-142-24/+0
* Patch #505375: Make doc strings optional.Martin v. Löwis2002-06-091-0/+3
* The parser doesn't need its own implementation of assert, and having itsTim Peters2001-12-042-14/+14
* SF patch 473749 compile under OS/2 VA C++, from Michael Muller.Tim Peters2001-11-054-35/+59
* Repair more now-obsolete references to config.h.Tim Peters2001-07-261-1/+1
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-263-273/+273
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-231-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSIfication: remove very-old-varargs code, fix function declarations soThomas Wouters2000-07-221-2/+2
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-222-48/+41
* Change copyright notice - 2nd try.Guido van Rossum2000-06-302-12/+0
* Change copyright notice.Guido van Rossum2000-06-302-44/+14
* Patch from M.-A. Lemburg:Jeremy Hylton2000-05-261-2/+2
* New set of files for the OS/2 port by Jeff Rush.Guido van Rossum1998-09-286-1061/+757
* Use Py_GetPythonHome() instead of getenv("PYTHONHOME").Guido van Rossum1998-07-271-1/+1
* As Jeff painfully found out, malloc(0) returns NULL on OS/2.Guido van Rossum1998-01-111-1/+4
* Copy the change from ../getpathp.c here.Guido van Rossum1997-12-111-1/+1
* New batch of patches by Jeff Rush; moved his readme.txt portion here.Guido van Rossum1997-12-055-13/+148
* Done a sort -u on the symbols (and replaced all tabs with spaces).Guido van Rossum1997-11-241-368/+365
* Files specific to Visual Age C for OS/2 -- by Jeff RushGuido van Rossum1997-11-226-0/+4846