1. fc57635 sys.maxint -> sys.maxsize by Benjamin Peterson · 16 years ago
  2. fcaf910 Merged revisions 63955 via svnmerge from by Georg Brandl · 16 years ago
  3. 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 16 years ago
  4. ed25b2c - allow to configure with db4.7, test with 4.7 on some buildds by Matthias Klose · 16 years ago
  5. ad4afeb _getstalt doesn't need to be built on non-darwin systems #3141 by Benjamin Peterson · 16 years ago
  6. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  7. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  8. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago
  9. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago
  10. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago
  11. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  12. 9af0cba Merged revisions 63897-63898 via svnmerge from by Thomas Heller · 16 years ago
  13. ebacd26 add the gestalt module back as _gestalt by Benjamin Peterson · 16 years ago
  14. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  15. 3eaaeb4 Merged revisions 63395-63396,63511,63522-63523 via svnmerge from by Thomas Heller · 16 years ago
  16. 69a07fb Remove the Mac modules by Benjamin Peterson · 16 years ago
  17. 4e6531e Removed remnants of os.path.walk(). by Alexandre Vassalotti · 16 years ago
  18. 9054000 Merged revisions 62734,62736,62748,62769 via svnmerge from by Christian Heimes · 16 years ago
  19. 77250f4 Added fast alternate io.BytesIO implementation and its test suite. by Alexandre Vassalotti · 16 years ago
  20. e9edcc4 Merged revisions 62179 via svnmerge from by Thomas Wouters · 16 years ago
  21. 823725e Merged revisions 61846-61847 via svnmerge from by Martin v. Löwis · 16 years ago
  22. 6cf49cf Remove the dl module per PEP 3108. by Neal Norwitz · 16 years ago
  23. 1dc5400 Merged revisions 61820-61823 via svnmerge from by Christian Heimes · 16 years ago
  24. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  25. 7864476 Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from by Christian Heimes · 16 years ago
  26. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 16 years ago
  27. fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 16 years ago
  28. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  29. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 16 years ago
  30. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  31. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  32. 0e474a8 remove hotshot profiler from Py3k by Fred Drake · 17 years ago
  33. e43bd62 Merge 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module by Gregory P. Smith · 17 years ago
  34. 954c31b merge of r58091 from trunk: by Gregory P. Smith · 17 years ago
  35. b2c3a53 openssl 0.9.6 is too old to use, use our own modules by Gregory P. Smith · 17 years ago
  36. 2f21eb3 Adds stand alone _md5 and _sha1 modules for use by hashlib on systems by Gregory P. Smith · 17 years ago
  37. d3f6c9d I think we can just dump the else clause, per the comment I just deleted. by Skip Montanaro · 17 years ago
  38. 0af1761 fix typo by Fred Drake · 17 years ago
  39. 4207f78 - Add support for linking the bsddb module against BerkeleyDB 4.6.x. by Matthias Klose · 17 years ago
  40. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  41. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  42. eb1cf4e Print warning when openssl is too old; it's pretty essential at this point. by Guido van Rossum · 17 years ago
  43. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  44. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  45. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  46. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  47. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  48. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  49. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  50. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  51. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  52. e9eaab4 The unicode builtin is gone now. Fix setup.py so that by Walter Dörwald · 17 years ago
  53. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  54. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  55. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  56. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  57. 670e692 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. by Collin Winter · 17 years ago
  58. a9e2024 Check in Daniel Stutzbach's _fileio.c and test_fileio.py by Guido van Rossum · 17 years ago
  59. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  60. 4e66dfc Random change to make this work unchanged when dict.keys() returns a dict view. by Guido van Rossum · 17 years ago
  61. 452bf51 Essential changes for print function changes. by Guido van Rossum · 17 years ago
  62. c7202a8 Fix L-suffixed literal straggler. by Guido van Rossum · 17 years ago
  63. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  64. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  65. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  66. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  67. 512ab9f Fixed cPickle, by restoring some of the deleted code. by Guido van Rossum · 18 years ago
  68. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  69. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  70. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  71. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  72. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  73. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  74. cf567c1 Changes to build the _ctypes extension module. by Thomas Heller · 18 years ago
  75. 6143c54 Stop building timing module, it's old and deprecated by Neal Norwitz · 18 years ago
  76. 2086eaf Check for a not-found rlconf.h by testing for None. by Martin v. Löwis · 18 years ago
  77. 81ae235 If the readline library is found try and determine whether it's the broken by Jack Jansen · 18 years ago
  78. a55e55e Patch #428494: Prefer linking against ncursesw over ncurses library by Martin v. Löwis · 18 years ago
  79. a871ef2 Added the cProfile module. by Armin Rigo · 18 years ago
  80. 29602d2 Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the by Gregory P. Smith · 18 years ago
  81. 1b27f86 Whitespace normalization. by Tim Peters · 18 years ago
  82. 0174ddd typo, use parens for continued expr by Skip Montanaro · 18 years ago
  83. e08fa29 Bug #999767: make setup.py obey Setup.local wrt shared modules by Georg Brandl · 18 years ago
  84. 4c86ec6 added cElementTree/_elementtree build stuff and wrapper module by Fredrik Lundh · 19 years ago
  85. 8f40171 Find bsd db v4 on gentoo (2005 i think) by Neal Norwitz · 19 years ago
  86. ade9733 Add a check for the OpenSSL version number to conditionally compile by Gregory P. Smith · 19 years ago
  87. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  88. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 19 years ago
  89. d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 19 years ago
  90. 4454a1f Fix building of spwd; was incorrectly checking for the needed HAVE_* values to by Brett Cannon · 19 years ago
  91. 953f98d add support for another DB library naming convention (FreeBSD ports) by Andrew MacIntyre · 19 years ago
  92. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  93. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago
  94. 46d9623 spwdmodule.c should only be built when either HAVE_GETSPNAM or HAVE_GETSPENT is by Brett Cannon · 19 years ago
  95. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 19 years ago
  96. 4483771 Since it is a possibility that LDFLAGS or CPPFLAGS were set with options that by Brett Cannon · 19 years ago
  97. 4810eb9 Strip out double dashes and dashes for options not used during parsing of by Brett Cannon · 19 years ago
  98. 5399c6d Switch from getting LDFLAGS and CPPFLAGS from the environment to the Makefile. by Brett Cannon · 20 years ago
  99. e76c8c0 rewrote the bsddb module BerkeleyDB library and include file locating by Gregory P. Smith · 20 years ago
  100. 7af53a6 the bsddb module now also works with BerkeleyDB 4.3. by Gregory P. Smith · 20 years ago