1. 10cbe48 - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 15 years ago
  2. cecc3a0 Merged revisions 72100-72101 via svnmerge from by R. David Murray · 15 years ago
  3. 971b1b1 Now that we've got a test_aifc, add a few tests. by R. David Murray · 15 years ago
  4. 25b4add Fix issue 2245. aifc now skips any chunk type it doesn't actually by R. David Murray · 15 years ago
  5. dda50a8 Blocked revisions 72094 via svnmerge by Tarek Ziadé · 15 years ago
  6. a1b91d9 Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore by Tarek Ziadé · 15 years ago
  7. 0051bf3 Merged revisions 71873-71874,71882,71890,71893,71898-71900,71910,71914-71923,71925-71929,71931-71934,71937 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  8. f6dab95 Make the doctests in the docs pass, except for those in the turtle module. by Georg Brandl · 15 years ago
  9. 01e117f Merged revisions 72081 via svnmerge from by Thomas Heller · 15 years ago
  10. 90c61a2 Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips by Thomas Heller · 15 years ago
  11. 1cf26c0 Merged revisions 72079 via svnmerge from by R. David Murray · 15 years ago
  12. 3b23c9c Remove spurious 'u'. by R. David Murray · 15 years ago
  13. 52cad40 Merged revisions 72038 via svnmerge from by R. David Murray · 15 years ago
  14. e91d765 Update pydoc topics. by Georg Brandl · 15 years ago
  15. 6d1169b Move comment to the right place. by Georg Brandl · 15 years ago
  16. 3885314 Merged revisions 72007-72010,72036-72037 via svnmerge from by Georg Brandl · 15 years ago
  17. 9ba8e57 Blocked revisions 71960-71961 via svnmerge by Georg Brandl · 15 years ago
  18. 6488969 Merged revisions 71956-71959 via svnmerge from by Georg Brandl · 15 years ago
  19. 93e1bc8 Blocked revisions 71904,71955 via svnmerge by Georg Brandl · 15 years ago
  20. 91e3f77 Merged revisions 71786-71787,71814-71817,71901-71903 via svnmerge from by Georg Brandl · 15 years ago
  21. ed4cf72 Blocked revisions 71696 via svnmerge by Georg Brandl · 15 years ago
  22. 537caa2 Merged revisions 71540,71544,71546,71563,71572,71607,71653 via svnmerge from by Georg Brandl · 15 years ago
  23. 508290f Blocked revisions 71507 via svnmerge by Georg Brandl · 15 years ago
  24. e658fe8 Blocked revisions 69130,70647,70652,70770,70777,70788,71101,71405,71485,71492,71498,71503 via svnmerge by Georg Brandl · 15 years ago
  25. 583bdc0 Merged revisions 71397-71398,71441 via svnmerge from by Georg Brandl · 15 years ago
  26. 19844eb Blocked revisions 71237 via svnmerge by Georg Brandl · 15 years ago
  27. db5c3bd Merged revisions 72060 via svnmerge from by R. David Murray · 15 years ago
  28. 636b23a Various small fixups to the multiprocessing docs, mostly fixing and by R. David Murray · 15 years ago
  29. 5c8a5ae Blocked revisions 72056 via svnmerge by Eric Smith · 15 years ago
  30. 94cc00c Silence warning on Windows. by Eric Smith · 15 years ago
  31. e988e28 Issue #1734234: Massively speedup `unicodedata.normalize()` when the by Antoine Pitrou · 15 years ago
  32. 8b8f8cc Add example to the seealso section. by Raymond Hettinger · 15 years ago
  33. a016deb Update spec version number. by Raymond Hettinger · 15 years ago
  34. 7d834a5 Merged revisions 72045 via svnmerge from by Antoine Pitrou · 15 years ago
  35. f2651e1 Issue #5853: calling a function of the mimetypes module from several threads by Antoine Pitrou · 15 years ago
  36. 061c7bb Blocked revisions 72040 via svnmerge by Eric Smith · 15 years ago
  37. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 15 years ago
  38. ec047e0 Make sys.xxx variable references into links, note that print_last only by R. David Murray · 15 years ago
  39. 2622b54 #5840: dont claim we dont support TLS. by Georg Brandl · 15 years ago
  40. 9bc6682 #5848: small unittest doc patch. by Georg Brandl · 15 years ago
  41. b44c9f3 Demote warnings to notices, part 2: stuff that is 2.x-only. by Georg Brandl · 15 years ago
  42. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 15 years ago
  43. d91f8cf Remove ".. warning::" markup that doesnt contain warnings for users, rather todo items. by Georg Brandl · 15 years ago
  44. e1b79ce #5856: fix typo s in traceback example. by Georg Brandl · 15 years ago
  45. 229bc01 Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported. by Vinay Sajip · 15 years ago
  46. e34d6aa Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported. by Vinay Sajip · 15 years ago
  47. 94290d3 Right click 'go to file/line' not working if spaces in path. Bug 5559. by Kurt B. Kaiser · 15 years ago
  48. 536120e Merged revisions 71984 via svnmerge from by Walter Dörwald · 15 years ago
  49. 4b965f6 Use test.test_support.EnvironmentVarGuard where tests change environment vars. by Walter Dörwald · 15 years ago
  50. 9a0517c Merged revisions 71976 via svnmerge from by Mark Dickinson · 15 years ago
  51. e73cbe7 Fix typo in function name by Mark Dickinson · 15 years ago
  52. cc8cfdb Merged revisions 71972 via svnmerge from by Walter Dörwald · 15 years ago
  53. 4c69da2 Fix typo. by Walter Dörwald · 15 years ago
  54. b16f06b Blocked revisions 71969 via svnmerge by Mark Dickinson · 15 years ago
  55. 6d6b220 Backport r71967 changes from py3k to trunk. by Mark Dickinson · 15 years ago
  56. 5d48529 Blocked revisions 71963 via svnmerge by Mark Dickinson · 15 years ago
  57. 944c6ae Reset errno before both calls to PyOS_ascii_strtod, not just one. by Mark Dickinson · 15 years ago
  58. f254aab Note that the caller is resposible for freeing the result of PyOS_double_to_string. by Eric Smith · 15 years ago
  59. d40fb70 Update pydoc topics. by Georg Brandl · 15 years ago
  60. 4381925 Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/. by Georg Brandl · 15 years ago
  61. 0d478c4 Another file where the versions need to be up to date. by Georg Brandl · 15 years ago
  62. aa9eb9e Remove outdated TODO file. by Georg Brandl · 15 years ago
  63. 576574f Note that the versions are also in README.txt. by Georg Brandl · 15 years ago
  64. dbc5b4b Update versions in instructions for manual set-up. by Georg Brandl · 15 years ago
  65. afb0d6e Mostly formatting nits, and "and-ed together" -> "or-ed together" flags. by Georg Brandl · 15 years ago
  66. 2a574ae Merged revisions 71947 via svnmerge from by Martin v. Löwis · 15 years ago
  67. 99f2779 Issue #4971: Fix titlecase for characters that are their own by Martin v. Löwis · 15 years ago
  68. 47c9753 Blocked revisions 71938 via svnmerge by Eric Smith · 15 years ago
  69. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  70. dfcffd4 Issue #4129: document int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  71. 436f1a2 Issue #4129: field changed from int to Py_ssize_t. by Jeroen Ruigrok van der Werven · 15 years ago
  72. acc73b7 Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  73. 7b3750c Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  74. 3637871 Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  75. 9594c2c Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  76. 27d51f1 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  77. be82d2f Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  78. a4c03ab Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  79. 9e03cee Since it's a macro, actually refer to it as such instead of function. by Jeroen Ruigrok van der Werven · 15 years ago
  80. af15b41 Issue #4129: Add a versionchanged notice for a few forgotten entries. by Jeroen Ruigrok van der Werven · 15 years ago
  81. de0fed1 Reformat, since I've been busy here anyway. by Jeroen Ruigrok van der Werven · 15 years ago
  82. 2aa7840 Issue #4129: Documentation notes for int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  83. 691f5f1 Issue #4129: More documentation pointers about int -> Py_ssize_t. by Jeroen Ruigrok van der Werven · 15 years ago
  84. 3537124 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  85. 1ae8c88 Since I edited this file, reformat for future edits. by Jeroen Ruigrok van der Werven · 15 years ago
  86. c2aa7b8 Reference to an int type, whereas it's a Py_ssize_t as the synopsis states. by Jeroen Ruigrok van der Werven · 15 years ago
  87. 28c81e0 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  88. 2391918 Issue #4129: Document more int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  89. 84441cc Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  90. f4eadb4 Merged revisions 70723 via svnmerge from by Kurt B. Kaiser · 15 years ago
  91. 089c5cd Issue #4129: Belatedly document which C API functions had their argument(s) or by Jeroen Ruigrok van der Werven · 15 years ago
  92. d6cec0c Merged revisions 68801 via svnmerge from by Kurt B. Kaiser · 15 years ago
  93. 834b7ab Merged revisions 71812 via svnmerge from by Kurt B. Kaiser · 15 years ago
  94. e09f161 Issue #5078: Avoid redundant call to FormatError() by Thomas Heller · 15 years ago
  95. 208b00d #5841: add deprecation py3k warning and notice in the docs for commands module. by Georg Brandl · 15 years ago
  96. cf5608d #5821: add some capabilities of TarFile's file-like object. by Georg Brandl · 15 years ago
  97. 64034bb #5834: use "failure" instead of "error" because the two have different meanings in unittest context. by Georg Brandl · 15 years ago
  98. b581804 #3320: fix spelling. by Georg Brandl · 15 years ago
  99. 6f1d543 Reformat paragraph. by Jeroen Ruigrok van der Werven · 15 years ago
  100. 325a997 The type for ppos has been Py_ssize_t since 2.5, reflect this in the by Jeroen Ruigrok van der Werven · 15 years ago