1. 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 16 years ago
  2. 27f204d Keep py3k and trunk code in sync. by Eric Smith · 16 years ago
  3. 24cc78a Fix directive name. by Georg Brandl · 16 years ago
  4. b64b827 Review ipaddr docs and add them in the TOC under "Internet protocols". by Georg Brandl · 16 years ago
  5. 3fd4ea9 Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather than always exit successfully. by Antoine Pitrou · 16 years ago
  6. 1fc0231 Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an by Antoine Pitrou · 16 years ago
  7. 1d49926 Adds the ipaddr module to the standard library. Issue #3959. by Gregory P. Smith · 16 years ago
  8. 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 16 years ago
  9. ca87fa5 #5889: remove comma at the end of a list that some C compilers don't like. by Georg Brandl · 16 years ago
  10. 4af40d2 Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the by Senthil Kumaran · 16 years ago
  11. b01c6e5 Make the turtle.rst doctests pass. I have a feeling there should be by R. David Murray · 16 years ago
  12. 9139cc6 Issue #1588: Add complex.__format__. by Eric Smith · 16 years ago
  13. 2518d3c prevent ref cycles by removing bound method on close() by Benjamin Peterson · 16 years ago
  14. 7c7250d make sure to close file by Benjamin Peterson · 16 years ago
  15. a9b4d47 make sure mode is removable while cleaning up test droppings by Benjamin Peterson · 16 years ago
  16. 8c5326f #5878: fix repr of re object. by Georg Brandl · 16 years ago
  17. 9c6fc51 fix test_shutil on ZFS #5676 by Benjamin Peterson · 16 years ago
  18. 61a0d05 Backport some of the float formatting tests from py3k. by Mark Dickinson · 16 years ago
  19. df108ca Remove format_float and use _PyOS_double_to_string instead. by Mark Dickinson · 16 years ago
  20. 92fcc9c Issue #5864: format(1234.5, '.4') gives misleading result by Mark Dickinson · 16 years ago
  21. 867475c run autoconf by Benjamin Peterson · 16 years ago
  22. 0f457e5 More aifc tests. by R. David Murray · 16 years ago
  23. 61dbdb9 - configure.in: Don't error, when no --with-dbmliborder option is present by Matthias Klose · 16 years ago
  24. 51c614e - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 16 years ago
  25. 10cbe48 - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 16 years ago
  26. 971b1b1 Now that we've got a test_aifc, add a few tests. by R. David Murray · 16 years ago
  27. 25b4add Fix issue 2245. aifc now skips any chunk type it doesn't actually by R. David Murray · 16 years ago
  28. a1b91d9 Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore by Tarek Ziadé · 16 years ago
  29. f6dab95 Make the doctests in the docs pass, except for those in the turtle module. by Georg Brandl · 16 years ago
  30. 90c61a2 Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips by Thomas Heller · 16 years ago
  31. 3b23c9c Remove spurious 'u'. by R. David Murray · 16 years ago
  32. 636b23a Various small fixups to the multiprocessing docs, mostly fixing and by R. David Murray · 16 years ago
  33. 94cc00c Silence warning on Windows. by Eric Smith · 16 years ago
  34. e988e28 Issue #1734234: Massively speedup `unicodedata.normalize()` when the by Antoine Pitrou · 16 years ago
  35. 8b8f8cc Add example to the seealso section. by Raymond Hettinger · 16 years ago
  36. a016deb Update spec version number. by Raymond Hettinger · 16 years ago
  37. f2651e1 Issue #5853: calling a function of the mimetypes module from several threads by Antoine Pitrou · 16 years ago
  38. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 16 years ago
  39. ec047e0 Make sys.xxx variable references into links, note that print_last only by R. David Murray · 16 years ago
  40. 2622b54 #5840: dont claim we dont support TLS. by Georg Brandl · 16 years ago
  41. 9bc6682 #5848: small unittest doc patch. by Georg Brandl · 16 years ago
  42. b44c9f3 Demote warnings to notices, part 2: stuff that is 2.x-only. by Georg Brandl · 16 years ago
  43. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
  44. d91f8cf Remove ".. warning::" markup that doesnt contain warnings for users, rather todo items. by Georg Brandl · 16 years ago
  45. e1b79ce #5856: fix typo s in traceback example. by Georg Brandl · 16 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 · 16 years ago
  47. 94290d3 Right click 'go to file/line' not working if spaces in path. Bug 5559. by Kurt B. Kaiser · 16 years ago
  48. 4b965f6 Use test.test_support.EnvironmentVarGuard where tests change environment vars. by Walter Dörwald · 16 years ago
  49. e73cbe7 Fix typo in function name by Mark Dickinson · 16 years ago
  50. 4c69da2 Fix typo. by Walter Dörwald · 16 years ago
  51. 6d6b220 Backport r71967 changes from py3k to trunk. by Mark Dickinson · 16 years ago
  52. 944c6ae Reset errno before both calls to PyOS_ascii_strtod, not just one. by Mark Dickinson · 16 years ago
  53. f254aab Note that the caller is resposible for freeing the result of PyOS_double_to_string. by Eric Smith · 16 years ago
  54. d40fb70 Update pydoc topics. by Georg Brandl · 16 years ago
  55. 4381925 Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/. by Georg Brandl · 16 years ago
  56. 0d478c4 Another file where the versions need to be up to date. by Georg Brandl · 16 years ago
  57. aa9eb9e Remove outdated TODO file. by Georg Brandl · 16 years ago
  58. 576574f Note that the versions are also in README.txt. by Georg Brandl · 16 years ago
  59. dbc5b4b Update versions in instructions for manual set-up. by Georg Brandl · 16 years ago
  60. afb0d6e Mostly formatting nits, and "and-ed together" -> "or-ed together" flags. by Georg Brandl · 16 years ago
  61. 99f2779 Issue #4971: Fix titlecase for characters that are their own by Martin v. Löwis · 16 years ago
  62. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 16 years ago
  63. dfcffd4 Issue #4129: document int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 16 years ago
  64. 436f1a2 Issue #4129: field changed from int to Py_ssize_t. by Jeroen Ruigrok van der Werven · 16 years ago
  65. acc73b7 Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
  66. 7b3750c Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
  67. 3637871 Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
  68. 9594c2c Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
  69. 27d51f1 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  70. be82d2f Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 16 years ago
  71. a4c03ab Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  72. 9e03cee Since it's a macro, actually refer to it as such instead of function. by Jeroen Ruigrok van der Werven · 16 years ago
  73. af15b41 Issue #4129: Add a versionchanged notice for a few forgotten entries. by Jeroen Ruigrok van der Werven · 16 years ago
  74. de0fed1 Reformat, since I've been busy here anyway. by Jeroen Ruigrok van der Werven · 16 years ago
  75. 2aa7840 Issue #4129: Documentation notes for int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 16 years ago
  76. 691f5f1 Issue #4129: More documentation pointers about int -> Py_ssize_t. by Jeroen Ruigrok van der Werven · 16 years ago
  77. 3537124 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  78. 1ae8c88 Since I edited this file, reformat for future edits. by Jeroen Ruigrok van der Werven · 16 years ago
  79. c2aa7b8 Reference to an int type, whereas it's a Py_ssize_t as the synopsis states. by Jeroen Ruigrok van der Werven · 16 years ago
  80. 28c81e0 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  81. 2391918 Issue #4129: Document more int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 16 years ago
  82. 84441cc Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  83. 089c5cd Issue #4129: Belatedly document which C API functions had their argument(s) or by Jeroen Ruigrok van der Werven · 16 years ago
  84. e09f161 Issue #5078: Avoid redundant call to FormatError() by Thomas Heller · 16 years ago
  85. 208b00d #5841: add deprecation py3k warning and notice in the docs for commands module. by Georg Brandl · 16 years ago
  86. cf5608d #5821: add some capabilities of TarFile's file-like object. by Georg Brandl · 16 years ago
  87. 64034bb #5834: use "failure" instead of "error" because the two have different meanings in unittest context. by Georg Brandl · 16 years ago
  88. b581804 #3320: fix spelling. by Georg Brandl · 16 years ago
  89. 6f1d543 Reformat paragraph. by Jeroen Ruigrok van der Werven · 16 years ago
  90. 325a997 The type for ppos has been Py_ssize_t since 2.5, reflect this in the by Jeroen Ruigrok van der Werven · 16 years ago
  91. c42c099 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  92. 5d98ec7 Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in by Walter Dörwald · 16 years ago
  93. 140d9d6 Reformat file prior to editing. by Jeroen Ruigrok van der Werven · 16 years ago
  94. 2dcf46e Rewrite a sentence to be more in line with the rest of the documentation with by Jeroen Ruigrok van der Werven · 16 years ago
  95. bcddf67 #5810: Fixed Distutils test_build_scripts by Tarek Ziadé · 16 years ago
  96. a2dce5a Issue #4239: adjust email examples not to use connect() and terminate with by Jeroen Ruigrok van der Werven · 16 years ago
  97. d567c38 Issue #4951: Fixed failure in test_httpservers by Tarek Ziadé · 16 years ago
  98. a145317 Issue #5837: Certain sequences of calls to set() and unset() for by Walter Dörwald · 16 years ago
  99. 162641a First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT. by Jeroen Ruigrok van der Werven · 16 years ago
  100. bc25bf9 Reformat prior to expanding. by Jeroen Ruigrok van der Werven · 16 years ago