| Commit message (Expand) | Author | Age | Files | Lines |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -318/+318 |
|
|
* | Merged revisions 78393 via svnmerge from | Amaury Forgeot d'Arc | 2010-02-24 | 1 | -1/+0 |
|
|
* | #3791: remove last traces of bsddb. | Georg Brandl | 2009-06-04 | 2 | -22/+0 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -1/+13 |
|
|
* | Merged revisions 68203 via svnmerge from | Martin v. Löwis | 2009-01-03 | 3 | -5/+0 |
|
|
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 2 | -8/+2 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 3 | -28/+2 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -1/+0 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -0/+1 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -1/+0 |
|
|
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 2 | -6/+6 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 3 | -4/+4 |
|
|
* | Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa... | Georg Brandl | 2008-05-17 | 1 | -1/+1 |
|
|
* | Remove the dl module per PEP 3108. | Neal Norwitz | 2008-03-24 | 2 | -22/+0 |
|
|
* | Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config... | Georg Brandl | 2008-01-07 | 1 | -1/+0 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | cPickle was removed | Neal Norwitz | 2007-08-24 | 3 | -4/+0 |
|
|
* | Remove support for __members__ and __methods__. There still might be | Neal Norwitz | 2007-08-11 | 1 | -2/+0 |
|
|
* | Remove more references to intobject. | Guido van Rossum | 2007-08-07 | 2 | -24/+0 |
|
|
* | Merged revisions 56492-56752 via svnmerge from | Guido van Rossum | 2007-08-05 | 2 | -25/+0 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+0 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 2 | -416/+0 |
|
|
* | Merged revisions 55342-55406 via svnmerge from | Guido van Rossum | 2007-05-17 | 3 | -24/+0 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+8 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 4 | -60/+0 |
|
|
* | OS/2 specific fixes related to SF bug # 1003471 | Andrew MacIntyre | 2004-12-12 | 1 | -0/+11 |
|
|
* | SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick | Tim Peters | 2004-10-11 | 1 | -1/+0 |
|
|
* | remove rotor module | Andrew MacIntyre | 2004-10-03 | 1 | -2/+0 |
|
|
* | Remove rotor from the build. | Raymond Hettinger | 2004-08-31 | 1 | -15/+0 |
|
|
* | OS/2 VACPP build updates/fixes | Andrew MacIntyre | 2004-03-29 | 3 | -3/+4 |
|
|
* | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 1 | -7/+0 |
|
|
* | Remove HAVE_STRPTIME - no longer necessary with the pure Python version of | Skip Montanaro | 2004-02-07 | 1 | -1/+0 |
|
|
* | update contact info | Andrew MacIntyre | 2002-08-18 | 1 | -4/+9 |
|
|
* | Prep for 2.3: | Andrew MacIntyre | 2002-08-18 | 1 | -34/+39 |
|
|
* | Nuked another reference to newmodule.c. | Tim Peters | 2002-06-16 | 1 | -1/+0 |
|
|
* | Removed newmodule.c from the project, and removed references to it from | Tim Peters | 2002-06-16 | 1 | -1/+0 |
|
|
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 2 | -24/+0 |
|
|
* | Patch #505375: Make doc strings optional. | Martin v. Löwis | 2002-06-09 | 1 | -0/+3 |
|
|
* | The parser doesn't need its own implementation of assert, and having its | Tim Peters | 2001-12-04 | 2 | -14/+14 |
|
|
* | SF patch 473749 compile under OS/2 VA C++, from Michael Muller. | Tim Peters | 2001-11-05 | 4 | -35/+59 |
|
|
* | Repair more now-obsolete references to config.h. | Tim Peters | 2001-07-26 | 1 | -1/+1 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 3 | -273/+273 |
|
|
* | Add -E command line switch (ignore environment variables like PYTHONHOME | Neil Schemenauer | 2001-07-23 | 1 | -1/+1 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | ANSIfication: remove very-old-varargs code, fix function declarations so | Thomas Wouters | 2000-07-22 | 1 | -2/+2 |
|
|
* | Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, | Thomas Wouters | 2000-07-22 | 2 | -48/+41 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 2 | -12/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 2 | -44/+14 |
|
|
* | Patch from M.-A. Lemburg: | Jeremy Hylton | 2000-05-26 | 1 | -2/+2 |
|
|
* | New set of files for the OS/2 port by Jeff Rush. | Guido van Rossum | 1998-09-28 | 6 | -1061/+757 |
|
|