1. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  2. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  3. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  4. e9eaab4 The unicode builtin is gone now. Fix setup.py so that by Walter Dörwald · 17 years ago
  5. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  6. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  7. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  8. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  9. 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
  10. a9e2024 Check in Daniel Stutzbach's _fileio.c and test_fileio.py by Guido van Rossum · 17 years ago
  11. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  12. 4e66dfc Random change to make this work unchanged when dict.keys() returns a dict view. by Guido van Rossum · 17 years ago
  13. 452bf51 Essential changes for print function changes. by Guido van Rossum · 17 years ago
  14. c7202a8 Fix L-suffixed literal straggler. by Guido van Rossum · 17 years ago
  15. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  16. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  17. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  18. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  19. 512ab9f Fixed cPickle, by restoring some of the deleted code. by Guido van Rossum · 18 years ago
  20. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  21. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  22. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  23. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  24. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 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. cf567c1 Changes to build the _ctypes extension module. by Thomas Heller · 18 years ago
  27. 6143c54 Stop building timing module, it's old and deprecated by Neal Norwitz · 18 years ago
  28. 2086eaf Check for a not-found rlconf.h by testing for None. by Martin v. Löwis · 18 years ago
  29. 81ae235 If the readline library is found try and determine whether it's the broken by Jack Jansen · 18 years ago
  30. a55e55e Patch #428494: Prefer linking against ncursesw over ncurses library by Martin v. Löwis · 18 years ago
  31. a871ef2 Added the cProfile module. by Armin Rigo · 18 years ago
  32. 29602d2 Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the by Gregory P. Smith · 18 years ago
  33. 1b27f86 Whitespace normalization. by Tim Peters · 18 years ago
  34. 0174ddd typo, use parens for continued expr by Skip Montanaro · 18 years ago
  35. e08fa29 Bug #999767: make setup.py obey Setup.local wrt shared modules by Georg Brandl · 18 years ago
  36. 4c86ec6 added cElementTree/_elementtree build stuff and wrapper module by Fredrik Lundh · 19 years ago
  37. 8f40171 Find bsd db v4 on gentoo (2005 i think) by Neal Norwitz · 19 years ago
  38. ade9733 Add a check for the OpenSSL version number to conditionally compile by Gregory P. Smith · 19 years ago
  39. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  40. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 19 years ago
  41. d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 19 years ago
  42. 4454a1f Fix building of spwd; was incorrectly checking for the needed HAVE_* values to by Brett Cannon · 19 years ago
  43. 953f98d add support for another DB library naming convention (FreeBSD ports) by Andrew MacIntyre · 19 years ago
  44. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  45. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago
  46. 46d9623 spwdmodule.c should only be built when either HAVE_GETSPNAM or HAVE_GETSPENT is by Brett Cannon · 19 years ago
  47. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 19 years ago
  48. 4483771 Since it is a possibility that LDFLAGS or CPPFLAGS were set with options that by Brett Cannon · 19 years ago
  49. 4810eb9 Strip out double dashes and dashes for options not used during parsing of by Brett Cannon · 19 years ago
  50. 5399c6d Switch from getting LDFLAGS and CPPFLAGS from the environment to the Makefile. by Brett Cannon · 20 years ago
  51. e76c8c0 rewrote the bsddb module BerkeleyDB library and include file locating by Gregory P. Smith · 20 years ago
  52. 7af53a6 the bsddb module now also works with BerkeleyDB 4.3. by Gregory P. Smith · 20 years ago
  53. 84667c0 Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse by Brett Cannon · 20 years ago
  54. 516592f setup.py now uses the library directories specified in LDFLAGS (``-L`` by Brett Cannon · 20 years ago
  55. fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 20 years ago
  56. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 20 years ago
  57. 35b93d9 Add the directories where DarwinPorts installs library and include files to by Brett Cannon · 20 years ago
  58. 57269d0 Remove mpz, rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  59. 66cb018 Whitespace normalization. by Tim Peters · 20 years ago
  60. cc8a4f6 When building with --disable-toolbox-glue under Darwin, skip building any by Brett Cannon · 20 years ago
  61. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 20 years ago
  62. f9cbf21 Whitespace normalization. by Tim Peters · 20 years ago
  63. ad00913 ossaudiodev is available on FreeBSD 5 too. by Hye-Shik Chang · 20 years ago
  64. 5e4a3b8 Move comment that goes along with audioop by Neal Norwitz · 20 years ago
  65. 8fbefe2 Patch #993173: Enable audioop on 64-bit platforms. by Martin v. Löwis · 20 years ago
  66. e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
  67. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  68. 84b7447 _localemodule now needs to be linked with CoreFoundation on darwin. by Jack Jansen · 20 years ago
  69. 852f799 Install Barry's smtpd.py daemon. by Skip Montanaro · 20 years ago
  70. 057e720 Add compilation of timemodule.c with datetimemodule.c to get by Brett Cannon · 20 years ago
  71. 642c8a1 Patch #926209: Patch to setup.py to run on x86_64 Linux. by Martin v. Löwis · 20 years ago
  72. f7e836e Don't build the pcre module any more by Andrew M. Kuchling · 20 years ago
  73. c46cb2a * Restore the pure python version of heapq.py. by Raymond Hettinger · 20 years ago
  74. 4c4a45d [Patch #905863] Support the CVS version of Tcl/Tk, which has the version number 8.5 by Andrew M. Kuchling · 20 years ago
  75. 3c0aa7e [Patch #850977] Detect Tcl/Tk libraries on FreeBSD/OpenBSD. Bugfix candidate by Andrew M. Kuchling · 20 years ago
  76. 7209294 a couple other sunos4 support items removed by Skip Montanaro · 20 years ago
  77. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 20 years ago
  78. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 20 years ago
  79. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 20 years ago
  80. fe3fe4a Adding an interface to the high-level Open Scripting Architecture, by Jack Jansen · 21 years ago
  81. 7d0a609 An interface to the LaunchServices API. by Jack Jansen · 21 years ago
  82. b845ef0 remove "support" for BerkeleyDB 3.1, it hasn't worked for a long time by Gregory P. Smith · 21 years ago
  83. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  84. 7883dc8 [Patch #772077 from Tim Rice] Fix for compiling the readline module on UnixWare; fix goofy comment indent. 2.3 bugfix candidate by Andrew M. Kuchling · 21 years ago
  85. 2d59a49 Provide a bit more information to the compiler when building Expat. by Fred Drake · 21 years ago
  86. 125188c Add BerkeleyDB 4.2 to the library search for the bsddb module. by Gregory P. Smith · 21 years ago
  87. 99f3ba1 Remove possibly-misleading Expat version by Andrew M. Kuchling · 21 years ago
  88. 28df64a patch #764612 - find DB 4.1/4.0/3.x on FreeBSD and systems with similar by Andrew MacIntyre · 21 years ago
  89. 51dead7 Convert some repetitive code into a loop by Neal Norwitz · 21 years ago
  90. 19d1734 Patch #752671: NetBSD needs to link libintl to _locale.so. by Martin v. Löwis · 21 years ago
  91. 373ef37 Install the main script for the new IDLE here. by Guido van Rossum · 21 years ago
  92. ebc198f Somehow ColorPicker has never been included or tested under darwin, but it works just fine. by Just van Rossum · 21 years ago
  93. a950f7f Only look for krb5.h if ssl.h was found. by Martin v. Löwis · 21 years ago
  94. 5072772 set platform properly for OSF/1 by Skip Montanaro · 21 years ago
  95. 9f5178a p.strip(os.sep) can't have possibly worked. It would have stripped both by Skip Montanaro · 21 years ago
  96. 22e00c4 build bsddb185 module in certain restricted circumstances by Skip Montanaro · 21 years ago
  97. e86a59a Change 'and' to 'or' in _tkinter test. by Martin v. Löwis · 21 years ago
  98. 96f7d87 build the new autoGIL module on OSX by Just van Rossum · 21 years ago
  99. 816653f SF Feature #: 719429, Get the SSL module to build on RedHat 9. by Neal Norwitz · 21 years ago
  100. 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 21 years ago