1. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  2. 72aee3d Merged revisions 78393 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  3. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  4. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  5. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 16 years ago
  6. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  7. 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
  8. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  9. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  10. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  11. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  12. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  13. 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 16 years ago
  14. 6cf49cf Remove the dl module per PEP 3108. by Neal Norwitz · 16 years ago
  15. 52d168a Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure. by Georg Brandl · 16 years ago
  16. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  17. 9cfc62c cPickle was removed by Neal Norwitz · 17 years ago
  18. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  19. 0cb85a9 Remove more references to intobject. by Guido van Rossum · 17 years ago
  20. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  21. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  22. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  23. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  24. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  25. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  26. d0278ec OS/2 specific fixes related to SF bug # 1003471 by Andrew MacIntyre · 20 years ago
  27. 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 20 years ago
  28. fec1ce0 remove rotor module by Andrew MacIntyre · 20 years ago
  29. 53e50cb Remove rotor from the build. by Raymond Hettinger · 20 years ago
  30. da4d6cb OS/2 VACPP build updates/fixes by Andrew MacIntyre · 20 years ago
  31. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  32. 7e11a01 Remove HAVE_STRPTIME - no longer necessary with the pure Python version of by Skip Montanaro · 20 years ago
  33. 1adbceb update contact info by Andrew MacIntyre · 22 years ago
  34. 1994c7f Prep for 2.3: by Andrew MacIntyre · 22 years ago
  35. 0444302 Nuked another reference to newmodule.c. by Tim Peters · 22 years ago
  36. 0add0e8 Removed newmodule.c from the project, and removed references to it from by Tim Peters · 22 years ago
  37. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  38. 2befa48 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  39. 1ca1296 The parser doesn't need its own implementation of assert, and having its by Tim Peters · 23 years ago
  40. 603c683 SF patch 473749 compile under OS/2 VA C++, from Michael Muller. by Tim Peters · 23 years ago
  41. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  42. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  43. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  44. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  45. a534594 ANSIfication: remove very-old-varargs code, fix function declarations so by Thomas Wouters · 24 years ago
  46. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  47. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  48. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  49. 847a996 Patch from M.-A. Lemburg: Python on UNIX now trusts PYTHONHOME unconditionally by Jeremy Hylton · 24 years ago
  50. e8afe51 New set of files for the OS/2 port by Jeff Rush. by Guido van Rossum · 26 years ago
  51. 28700c4 Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). by Guido van Rossum · 26 years ago
  52. eea714a As Jeff painfully found out, malloc(0) returns NULL on OS/2. by Guido van Rossum · 26 years ago
  53. d0ec761 Copy the change from ../getpathp.c here. by Guido van Rossum · 27 years ago
  54. a34c313 New batch of patches by Jeff Rush; moved his readme.txt portion here. by Guido van Rossum · 27 years ago
  55. 465f71d Done a sort -u on the symbols (and replaced all tabs with spaces). by Guido van Rossum · 27 years ago
  56. 50d4cc2 Files specific to Visual Age C for OS/2 -- by Jeff Rush by Guido van Rossum · 27 years ago