1. 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
  2. 0b66731 Mention that the leaking of variables from list comprehensions is fixed in 3.0. by Martin v. Löwis · 16 years ago
  3. 0b334a6 Revert temporary checkin in revision 63545. by Mark Dickinson · 16 years ago
  4. 96b4240 Fix typo by Raymond Hettinger · 16 years ago
  5. f6901e9 Issue 2909: show how to name unpacked fields. by Raymond Hettinger · 16 years ago
  6. 27e4a17 Issue #1390: Raise ValueError in toxml when an invalid comment would by Martin v. Löwis · 16 years ago
  7. 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 16 years ago
  8. badd7da Skip math.sum tests on non IEEE 754 platforms, and on IEEE 754 platforms by Mark Dickinson · 16 years ago
  9. 2d593cc Remove the old repr stub. by Brett Cannon · 16 years ago
  10. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 16 years ago
  11. 778d5cc Tweak the comments and formatting. by Raymond Hettinger · 16 years ago
  12. 8f66a4a Temporary checkin to get configure to report more by Mark Dickinson · 16 years ago
  13. d055835 Better error reporting in test_math.py by Mark Dickinson · 16 years ago
  14. c11c339 Add tests for math.sum (Issue #2819) by Mark Dickinson · 16 years ago
  15. 99dfe92 Issue #2819: Add math.sum, a function that sums a sequence of floats by Mark Dickinson · 16 years ago
  16. cc858cc Docs for Issue 2819. by Raymond Hettinger · 16 years ago
  17. 3a7305e fix test_pydoc so it works on make installed Python installations by Benjamin Peterson · 16 years ago
  18. ca3939c bsddb module updated to version 4.7.0 by Jesus Cea · 16 years ago
  19. 9a8af2d Add Quentin Gallet-Gilles for (at least) a fixer for markupbase. by Brett Cannon · 16 years ago
  20. 83d4534 remove redundant invocation of json doctests by Benjamin Peterson · 16 years ago
  21. 948ee7a use more specific asserts in test_opcode by Benjamin Peterson · 16 years ago
  22. a4e4ef1 check for toolbox glue before testing platform.mac_ver intensly by Benjamin Peterson · 16 years ago
  23. 6c78f55 Oops, get_tests may be called with 3 arguments. by Thomas Heller · 16 years ago
  24. 7d9e721 The -x <test1[,test2...]> flag allows to exclude tests. by Thomas Heller · 16 years ago
  25. 10cfc4b Add Robert Schuppenies. by Martin v. Löwis · 16 years ago
  26. e76e4d7 Add a note about the renaming of test.test_support in 3.0. by Brett Cannon · 16 years ago
  27. 03b75dd On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX by Thomas Heller · 16 years ago
  28. c012883 Updated with fixes for #2914 and #2929. by Vinay Sajip · 16 years ago
  29. 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
  30. ae019e1 #615772: raise a more explicit error from Tkinter.Misc.__contains__. by Georg Brandl · 16 years ago
  31. 88659b0 #2592: delegate nb_index and the floor/truediv slots in weakref.proxy. by Georg Brandl · 16 years ago
  32. 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 16 years ago
  33. 4dd019f Patch #2488: Add sys.maxsize. by Martin v. Löwis · 16 years ago
  34. b7e419e Use inspect.getabsfile() to get the documented module's filename. by Georg Brandl · 16 years ago
  35. fb3de1f Improve diffing logic and output for test_pydoc. by Georg Brandl · 16 years ago
  36. bcdafa4 Remove html package and fix test_htmlparser. by Georg Brandl · 16 years ago
  37. b1527ab Remove directories that no longer exist. by Georg Brandl · 16 years ago
  38. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  39. 06d2a2c Remove debugging line. by Georg Brandl · 16 years ago
  40. d66c84f Remove rest of the tkinter package. by Georg Brandl · 16 years ago
  41. 3682dfe Standardize renaming notes. by Georg Brandl · 16 years ago
  42. 5a42ca6 Add notes that tkinter modules will be renamed. by Georg Brandl · 16 years ago
  43. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
  44. 33cece0 Tkinter renaming reversal: move modules back in their place. by Georg Brandl · 16 years ago
  45. 248e3a8 Tkinter renaming reversal: Delete all stubs from lib-tk. by Georg Brandl · 16 years ago
  46. 7bb1653 Argh, this is the *actual* test that works under Windows. by Georg Brandl · 16 years ago
  47. b740f6a Activate two more test cases in test_httpservers. by Georg Brandl · 16 years ago
  48. d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 16 years ago
  49. 1f60af8 Add html package so it gets installed and more tests work (from installed copy) by Neal Norwitz · 16 years ago
  50. c620257 test_httpservers has unpredictable refcount behavior. by Georg Brandl · 16 years ago
  51. 958ee47 bsddb: Beware with sequence wrapping by Jesus Cea · 16 years ago
  52. 36d879b just MacOS (instead of MacOS 9) by Benjamin Peterson · 16 years ago
  53. 09ed01f Re-organize the increasingly long list of deprecated modules by Andrew M. Kuchling · 16 years ago
  54. d21dabc change some imports in tests so they will not be skipped in 3.0 by Benjamin Peterson · 16 years ago
  55. 913c15c fix test_platform (os was not imported) by Benjamin Peterson · 16 years ago
  56. 6e7e079 Fix test_pyclbr after another platform-dependent function was added to urllib. by Georg Brandl · 16 years ago
  57. 7a0f4c7 - Add unittests for platform.mac_ver (or rather, ensure that the unittest for by Ronald Oussoren · 16 years ago
  58. f5c38da bring test_pydoc up to my high standards (now that I have them) by Benjamin Peterson · 16 years ago
  59. 6cc9fd7 Make gestaltmodule.c 64-bit safe. by Ronald Oussoren · 16 years ago
  60. 099646f MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf by Ronald Oussoren · 16 years ago
  61. 8632cc2 GHOP #121: improve test_pydoc, by Benjamin Peterson. by Georg Brandl · 16 years ago
  62. 1356e09 Add GHOP students. by Georg Brandl · 16 years ago
  63. 88e2acf GHOP #257: test distutils' build_ext command, written by Josip Dzolonga. by Georg Brandl · 16 years ago
  64. 405b5f3 GHOP #217: add support for compiling Python with coverage checking enabled. by Georg Brandl · 16 years ago
  65. 0bb0299 Take namedtuple item names only from ascii_letters (this blew up on OSX), by Georg Brandl · 16 years ago
  66. f899dfa GHOP #134, #171, #137: unit tests for the three HTTPServer modules. by Georg Brandl · 16 years ago
  67. 67d6933 GHOP #180 by Michael Schneider: add examples to the socketserver documentation. by Georg Brandl · 16 years ago
  68. a9916b5 #2353: raise Py3k warning in file.xreadlines(). by Georg Brandl · 16 years ago
  69. c76ffca Rename html.parser file, and split html.entities from htmllib by Georg Brandl · 16 years ago
  70. 20b5660 document the renames for modules moved to the html package by Fred Drake · 16 years ago
  71. cb51d84 update references and documentation for modules in the new html package by Fred Drake · 16 years ago
  72. 91ae250 rename HTMLParser to html.parser, htmlentitydefs to html.entities by Fred Drake · 16 years ago
  73. c6d64ec revert 63425 over Guido's Febuary message about this, that I missed by Benjamin Peterson · 16 years ago
  74. d7943cb fix spelling by Benjamin Peterson · 16 years ago
  75. 79a922d add Py3k warnings to oct and hex. backport hex behavior (because it's not different) by Benjamin Peterson · 16 years ago
  76. 6c90c9f Add new tkinter dir to various locations where lib-tk shows up. by Georg Brandl · 16 years ago
  77. 7363445 Add "tkinter" to the list of directories to install. by Georg Brandl · 16 years ago
  78. 9098a0d Don't export a name "tkinter" from the "tkinter" package. by Georg Brandl · 16 years ago
  79. f4a942c Really move the imports to the top this time. :) by Georg Brandl · 16 years ago
  80. 3ee81df Rewrap consistently to 70 chars, and standardize the way of referring to issues. by Georg Brandl · 16 years ago
  81. 28fdfa9 #961805: fix Edit.text_modified(). by Georg Brandl · 16 years ago
  82. 4bfb593 Replace signatures with optional arguments in square brackets with by Lars Gustäbel · 16 years ago
  83. a9c205d Move imports to file top. by Georg Brandl · 16 years ago
  84. 8291f8e Tkinter: make stub modules. by Georg Brandl · 16 years ago
  85. 7e6b33f Tkinter rename: merge tkSimpleDialog and tkFileDialog into simpledialog and filedialog. by Georg Brandl · 16 years ago
  86. af8a687 fix issue2381: test_subprocess fails if your sys.executable is on a by Gregory P. Smith · 16 years ago
  87. 664782e issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get by Gregory P. Smith · 16 years ago
  88. ce95684 Fix-up docstring by Raymond Hettinger · 16 years ago
  89. 518c44c mention Py3k in glossary by Benjamin Peterson · 16 years ago
  90. ee130b7 Very simple test for ctypes.util.find_library on Windows. by Thomas Heller · 16 years ago
  91. 95ba13f Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows). by Thomas Heller · 16 years ago
  92. 3c4971c Added Python 3.0 warning to cPickle. by Alexandre Vassalotti · 16 years ago
  93. ea0b22a Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. by Alexandre Vassalotti · 16 years ago
  94. 5e7b1c0 NEWS entry for Tkinter rename. by Georg Brandl · 16 years ago
  95. c21cd7e Doc changes for the big Tkinter rename. by Georg Brandl · 16 years ago
  96. cd174da Fix reprlib docs. by Georg Brandl · 16 years ago
  97. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 16 years ago
  98. bbc57d7 Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. by Georg Brandl · 16 years ago
  99. ae6b9f3 Document O_ASYNC addition. by Georg Brandl · 16 years ago
  100. ecf9091 Don't allow keyword arguments to reversed(). by Georg Brandl · 16 years ago