summaryrefslogtreecommitdiff
path: root/PC/os2emx
Commit message (Expand)AuthorAgeFilesLines
* Issue #14605: Stop having implicit entries for sys.meta_path.Brett Cannon2012-04-271-1/+0
* Issue #13959: Rename imp to _imp and add Lib/imp.py and beginBrett Cannon2012-04-151-1/+1
* Issue #11918: OS/2 and VMS are no more supported because of the lack ofVictor Stinner2011-04-261-0/+2
* #11565: Merge with 3.2.Ezio Melotti2011-03-163-127/+127
|\
| * More automated version replacement.Georg Brandl2011-02-203-127/+127
* | #11565: Merge with 3.1.Ezio Melotti2011-03-162-6/+1
|\ \ | |/
| * Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-095-532/+532
| * Make (most of) Python's tests pass under Thread Sanitizer.Jeffrey Yasskin2010-05-031-0/+1
| * Merged revisions 78393 via svnmerge fromAmaury Forgeot d'Arc2010-02-241-1/+0
| * Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strto...Eric Smith2010-02-221-5/+0
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-162-2/+2
* | Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-095-532/+532
|/
* #3791: remove last traces of bsddb.Georg Brandl2009-06-041-45/+7
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-0/+13
* Merged revisions 72040 via svnmerge fromEric Smith2009-04-271-0/+1
* Merged revisions 68203 via svnmerge fromMartin v. Löwis2009-01-032-4/+0
* More 3.0 -> 3.1 transistion in the Windows and OS/2 build filesChristian Heimes2008-12-041-0/+0
* Remove last traces of cStringIO.Georg Brandl2008-06-102-5/+0
* Fix the Windows build by removing references to the cStringIO moduleThomas Heller2008-06-101-1/+0
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-042-3/+2
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-042-2/+3
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-042-3/+2
* 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