1. 7a99061 Updated NEWS by Christian Heimes · 16 years ago
  2. d7c7784 put a big note on configure.in asking people to run autoconf by Benjamin Peterson · 16 years ago
  3. 4472083 Renamed bytesobject.c to bytearrayobject.c by Christian Heimes · 16 years ago
  4. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  5. c3cb683 some updates to string formatting section in whatsnew by Benjamin Peterson · 16 years ago
  6. 3497f94 First step of the C API rename: by Christian Heimes · 16 years ago
  7. b4701e6 On Windows, we must build a debug version iff running a debug build of Python by Thomas Heller · 16 years ago
  8. e2caef7 Add renaming notices to xmlrpc modules. by Georg Brandl · 16 years ago
  9. 68d3eb9 Add renaming notices to 2.6 dbm module docs. by Georg Brandl · 16 years ago
  10. f9ef988 update the tutorial to use str.format by Benjamin Peterson · 16 years ago
  11. c15205e rename the section about new formatting 'new-string-formatting' by Benjamin Peterson · 16 years ago
  12. bbaa2eb Merged revisions 63634-63643 via svnmerge from by Martin v. Löwis · 16 years ago
  13. 367c79a Create grammar pickle files on installation; remove them on uninstallation. by Martin v. Löwis · 16 years ago
  14. f2e23d0 Merged revisions 62647-63633 via svnmerge from by Martin v. Löwis · 16 years ago
  15. 8a710dc Add renaming notices to thread and dummy_thread. by Georg Brandl · 16 years ago
  16. dcc8620 Include all licenses of the packages that we include. by Martin v. Löwis · 16 years ago
  17. 5d7d6c3 note about r63617 by Gregory P. Smith · 16 years ago
  18. 9e6468b Fix issue2669: bsddb simple/legacy interface iteration silently fails by Gregory P. Smith · 16 years ago
  19. e08e3d0 #2959: allow multiple close() calls for GzipFile. by Georg Brandl · 16 years ago
  20. ecd0ad3 Hint about _winreg renaming in the docs. by Georg Brandl · 16 years ago
  21. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 16 years ago
  22. 995ee9d ConfigParser renaming reversal part 2: move module. by Georg Brandl · 16 years ago
  23. 9a1aa8c ConfigParser renaming reversal part 1: remove stub module. by Georg Brandl · 16 years ago
  24. c424061 print out information about which BerkeleyDB library was found by by Gregory P. Smith · 16 years ago
  25. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 16 years ago
  26. 8107290 * Give the test_bsddb3 tests a unique temporary directory to run their by Gregory P. Smith · 16 years ago
  27. 6153ab3 Queue renaming reversal part 2: move module. by Georg Brandl · 16 years ago
  28. c821425 Queue renaming reversal part 1: remove stub module. by Georg Brandl · 16 years ago
  29. f7cbfcf Use test_support to get network ports to bind to. by Gregory P. Smith · 16 years ago
  30. d1e5715 Correct the url to the external bsddb.db docs (likely to be integrated by Gregory P. Smith · 16 years ago
  31. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 16 years ago
  32. 6acb075 Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming by Guilherme Polo · 16 years ago
  33. b897c9a socketserver renaming reversal part 2: move rename module. by Georg Brandl · 16 years ago
  34. ae24967 socketserver renaming reversal part 1: remove stub module. by Georg Brandl · 16 years ago
  35. 7d3d04d Don't try to get the window size if it was never set before. by Martin v. Löwis · 16 years ago
  36. 68faf5b Use announce instead of print, to suppress output in the testsuite. by Martin v. Löwis · 16 years ago
  37. 5f54340 Introduce a user macro named $(externalsDir), which should point to the root directory of where all the external sources should live. Developers can change this value if their external sources live elsewhere. The default of '..\..' matches the current status quo. by Trent Nelson · 16 years ago
  38. 0b66731 Mention that the leaking of variables from list comprehensions is fixed in 3.0. by Martin v. Löwis · 16 years ago
  39. 0b334a6 Revert temporary checkin in revision 63545. by Mark Dickinson · 16 years ago
  40. 96b4240 Fix typo by Raymond Hettinger · 16 years ago
  41. f6901e9 Issue 2909: show how to name unpacked fields. by Raymond Hettinger · 16 years ago
  42. 27e4a17 Issue #1390: Raise ValueError in toxml when an invalid comment would by Martin v. Löwis · 16 years ago
  43. 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 16 years ago
  44. badd7da Skip math.sum tests on non IEEE 754 platforms, and on IEEE 754 platforms by Mark Dickinson · 16 years ago
  45. 2d593cc Remove the old repr stub. by Brett Cannon · 16 years ago
  46. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 16 years ago
  47. 778d5cc Tweak the comments and formatting. by Raymond Hettinger · 16 years ago
  48. 8f66a4a Temporary checkin to get configure to report more by Mark Dickinson · 16 years ago
  49. d055835 Better error reporting in test_math.py by Mark Dickinson · 16 years ago
  50. c11c339 Add tests for math.sum (Issue #2819) by Mark Dickinson · 16 years ago
  51. 99dfe92 Issue #2819: Add math.sum, a function that sums a sequence of floats by Mark Dickinson · 16 years ago
  52. cc858cc Docs for Issue 2819. by Raymond Hettinger · 16 years ago
  53. 3a7305e fix test_pydoc so it works on make installed Python installations by Benjamin Peterson · 16 years ago
  54. ca3939c bsddb module updated to version 4.7.0 by Jesus Cea · 16 years ago
  55. 9a8af2d Add Quentin Gallet-Gilles for (at least) a fixer for markupbase. by Brett Cannon · 16 years ago
  56. 83d4534 remove redundant invocation of json doctests by Benjamin Peterson · 16 years ago
  57. 948ee7a use more specific asserts in test_opcode by Benjamin Peterson · 16 years ago
  58. a4e4ef1 check for toolbox glue before testing platform.mac_ver intensly by Benjamin Peterson · 16 years ago
  59. 6c78f55 Oops, get_tests may be called with 3 arguments. by Thomas Heller · 16 years ago
  60. 7d9e721 The -x <test1[,test2...]> flag allows to exclude tests. by Thomas Heller · 16 years ago
  61. 10cfc4b Add Robert Schuppenies. by Martin v. Löwis · 16 years ago
  62. e76e4d7 Add a note about the renaming of test.test_support in 3.0. by Brett Cannon · 16 years ago
  63. 03b75dd On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX by Thomas Heller · 16 years ago
  64. c012883 Updated with fixes for #2914 and #2929. by Vinay Sajip · 16 years ago
  65. a12da73 Fixed: #2914 (RFE for UTC support in TimedRotatingFileHandler) and #2929 (wrong filename used to delete old log files). by Vinay Sajip · 16 years ago
  66. ae019e1 #615772: raise a more explicit error from Tkinter.Misc.__contains__. by Georg Brandl · 16 years ago
  67. 88659b0 #2592: delegate nb_index and the floor/truediv slots in weakref.proxy. by Georg Brandl · 16 years ago
  68. 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 16 years ago
  69. 4dd019f Patch #2488: Add sys.maxsize. by Martin v. Löwis · 16 years ago
  70. b7e419e Use inspect.getabsfile() to get the documented module's filename. by Georg Brandl · 16 years ago
  71. fb3de1f Improve diffing logic and output for test_pydoc. by Georg Brandl · 16 years ago
  72. bcdafa4 Remove html package and fix test_htmlparser. by Georg Brandl · 16 years ago
  73. b1527ab Remove directories that no longer exist. by Georg Brandl · 16 years ago
  74. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  75. 06d2a2c Remove debugging line. by Georg Brandl · 16 years ago
  76. d66c84f Remove rest of the tkinter package. by Georg Brandl · 16 years ago
  77. 3682dfe Standardize renaming notes. by Georg Brandl · 16 years ago
  78. 5a42ca6 Add notes that tkinter modules will be renamed. by Georg Brandl · 16 years ago
  79. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
  80. 33cece0 Tkinter renaming reversal: move modules back in their place. by Georg Brandl · 16 years ago
  81. 248e3a8 Tkinter renaming reversal: Delete all stubs from lib-tk. by Georg Brandl · 16 years ago
  82. 7bb1653 Argh, this is the *actual* test that works under Windows. by Georg Brandl · 16 years ago
  83. b740f6a Activate two more test cases in test_httpservers. by Georg Brandl · 16 years ago
  84. d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 16 years ago
  85. 1f60af8 Add html package so it gets installed and more tests work (from installed copy) by Neal Norwitz · 16 years ago
  86. c620257 test_httpservers has unpredictable refcount behavior. by Georg Brandl · 16 years ago
  87. 958ee47 bsddb: Beware with sequence wrapping by Jesus Cea · 16 years ago
  88. 36d879b just MacOS (instead of MacOS 9) by Benjamin Peterson · 16 years ago
  89. 09ed01f Re-organize the increasingly long list of deprecated modules by Andrew M. Kuchling · 16 years ago
  90. d21dabc change some imports in tests so they will not be skipped in 3.0 by Benjamin Peterson · 16 years ago
  91. 913c15c fix test_platform (os was not imported) by Benjamin Peterson · 16 years ago
  92. 6e7e079 Fix test_pyclbr after another platform-dependent function was added to urllib. by Georg Brandl · 16 years ago
  93. 7a0f4c7 - Add unittests for platform.mac_ver (or rather, ensure that the unittest for by Ronald Oussoren · 16 years ago
  94. f5c38da bring test_pydoc up to my high standards (now that I have them) by Benjamin Peterson · 16 years ago
  95. 6cc9fd7 Make gestaltmodule.c 64-bit safe. by Ronald Oussoren · 16 years ago
  96. 099646f MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf by Ronald Oussoren · 16 years ago
  97. 8632cc2 GHOP #121: improve test_pydoc, by Benjamin Peterson. by Georg Brandl · 16 years ago
  98. 1356e09 Add GHOP students. by Georg Brandl · 16 years ago
  99. 88e2acf GHOP #257: test distutils' build_ext command, written by Josip Dzolonga. by Georg Brandl · 16 years ago
  100. 405b5f3 GHOP #217: add support for compiling Python with coverage checking enabled. by Georg Brandl · 16 years ago