summaryrefslogtreecommitdiff
path: root/PC/os2vacpp
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 68203 via svnmerge fromMartin v. Löwis2009-01-033-5/+0
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-222-8/+2
* Remove last traces of cStringIO.Georg Brandl2008-06-103-28/+2
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-1/+0
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-0/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-1/+0
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-262-6/+6
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-253-4/+4
* 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-242-22/+0
* 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
* cPickle was removedNeal Norwitz2007-08-243-4/+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-24/+0
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-052-25/+0
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+0
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-062-416/+0
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-173-24/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+8
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-214-60/+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