1. 6d6b220 Backport r71967 changes from py3k to trunk. by Mark Dickinson · 15 years ago
  2. 944c6ae Reset errno before both calls to PyOS_ascii_strtod, not just one. by Mark Dickinson · 15 years ago
  3. f254aab Note that the caller is resposible for freeing the result of PyOS_double_to_string. by Eric Smith · 15 years ago
  4. d40fb70 Update pydoc topics. by Georg Brandl · 15 years ago
  5. 4381925 Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/. by Georg Brandl · 15 years ago
  6. 0d478c4 Another file where the versions need to be up to date. by Georg Brandl · 15 years ago
  7. aa9eb9e Remove outdated TODO file. by Georg Brandl · 15 years ago
  8. 576574f Note that the versions are also in README.txt. by Georg Brandl · 15 years ago
  9. dbc5b4b Update versions in instructions for manual set-up. by Georg Brandl · 15 years ago
  10. afb0d6e Mostly formatting nits, and "and-ed together" -> "or-ed together" flags. by Georg Brandl · 15 years ago
  11. 99f2779 Issue #4971: Fix titlecase for characters that are their own by Martin v. Löwis · 15 years ago
  12. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  13. dfcffd4 Issue #4129: document int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  14. 436f1a2 Issue #4129: field changed from int to Py_ssize_t. by Jeroen Ruigrok van der Werven · 15 years ago
  15. acc73b7 Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  16. 7b3750c Issue #4129: more int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  17. 3637871 Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  18. 9594c2c Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  19. 27d51f1 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  20. be82d2f Issue #4129: int -> Py_ssize_t documentation. by Jeroen Ruigrok van der Werven · 15 years ago
  21. a4c03ab Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  22. 9e03cee Since it's a macro, actually refer to it as such instead of function. by Jeroen Ruigrok van der Werven · 15 years ago
  23. af15b41 Issue #4129: Add a versionchanged notice for a few forgotten entries. by Jeroen Ruigrok van der Werven · 15 years ago
  24. de0fed1 Reformat, since I've been busy here anyway. by Jeroen Ruigrok van der Werven · 15 years ago
  25. 2aa7840 Issue #4129: Documentation notes for int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  26. 691f5f1 Issue #4129: More documentation pointers about int -> Py_ssize_t. by Jeroen Ruigrok van der Werven · 15 years ago
  27. 3537124 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  28. 1ae8c88 Since I edited this file, reformat for future edits. by Jeroen Ruigrok van der Werven · 15 years ago
  29. 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
  30. 28c81e0 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  31. 2391918 Issue #4129: Document more int -> Py_ssize_t changes. by Jeroen Ruigrok van der Werven · 15 years ago
  32. 84441cc Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  33. 089c5cd Issue #4129: Belatedly document which C API functions had their argument(s) or by Jeroen Ruigrok van der Werven · 15 years ago
  34. e09f161 Issue #5078: Avoid redundant call to FormatError() by Thomas Heller · 15 years ago
  35. 208b00d #5841: add deprecation py3k warning and notice in the docs for commands module. by Georg Brandl · 15 years ago
  36. cf5608d #5821: add some capabilities of TarFile's file-like object. by Georg Brandl · 15 years ago
  37. 64034bb #5834: use "failure" instead of "error" because the two have different meanings in unittest context. by Georg Brandl · 15 years ago
  38. b581804 #3320: fix spelling. by Georg Brandl · 15 years ago
  39. 6f1d543 Reformat paragraph. by Jeroen Ruigrok van der Werven · 15 years ago
  40. 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
  41. c42c099 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  42. 5d98ec7 Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in by Walter Dörwald · 15 years ago
  43. 140d9d6 Reformat file prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  44. 2dcf46e Rewrite a sentence to be more in line with the rest of the documentation with by Jeroen Ruigrok van der Werven · 15 years ago
  45. bcddf67 #5810: Fixed Distutils test_build_scripts by Tarek Ziadé · 15 years ago
  46. a2dce5a Issue #4239: adjust email examples not to use connect() and terminate with by Jeroen Ruigrok van der Werven · 15 years ago
  47. d567c38 Issue #4951: Fixed failure in test_httpservers by Tarek Ziadé · 15 years ago
  48. a145317 Issue #5837: Certain sequences of calls to set() and unset() for by Walter Dörwald · 15 years ago
  49. 162641a First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT. by Jeroen Ruigrok van der Werven · 15 years ago
  50. bc25bf9 Reformat prior to expanding. by Jeroen Ruigrok van der Werven · 15 years ago
  51. 0a6501b Fix typo in complex parsing code; expand tests. by Mark Dickinson · 15 years ago
  52. 5083dc5 fix a segfault when setting __class__ in __del__ #5283 by Benjamin Peterson · 15 years ago
  53. 5c6af80 Issue #3102: All global symbols that the _ctypes extension defines are by Thomas Heller · 15 years ago
  54. ec21ccd Issue 5041: ctypes unwilling to allow pickling wide character. by Thomas Heller · 15 years ago
  55. addfe22 Issue #5161: wrong paths for ctypes cleanup when Python is built in a by Thomas Heller · 15 years ago
  56. 0badeef Remove unnecessary double negative by Mark Dickinson · 15 years ago
  57. 6ab635a Issue #5593: Use more robust test for double-rounding in test_fsum. by Mark Dickinson · 15 years ago
  58. 4af8e74 Issue #5812: The two-argument form of the Fraction constructor by Mark Dickinson · 15 years ago
  59. 90d47cb Fix missing 'return NULL' by Mark Dickinson · 15 years ago
  60. 95bc980 Issue #5816: by Mark Dickinson · 15 years ago
  61. 508c423 Add link to PEP 236. by Georg Brandl · 15 years ago
  62. 69923a1 #5813: add a reference to the "future statements" section. by Georg Brandl · 15 years ago
  63. 95089bc Fix rewrapping accident. by Georg Brandl · 15 years ago
  64. 49cc4ea #5820: fix bug in usage of getreader(). by Georg Brandl · 15 years ago
  65. f13447f Produce correct version string to access the .chm by Kurt B. Kaiser · 15 years ago
  66. 8100bd8 Issue #5812: make Fraction('1e-6') valid. Backport of r71806. by Mark Dickinson · 15 years ago
  67. ebafbb7 Fixed issue 5782: formatting with commas didn't work if no specifier type code was given. by Eric Smith · 15 years ago
  68. 5533ff6 Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation) by Nick Coghlan · 15 years ago
  69. aca19e6 Backport of some of the work in r71665 to trunk. This reworks much of by Eric Smith · 15 years ago
  70. cbb5308 Issue #5170: Fixed regression caused when fixing #5768. by Vinay Sajip · 15 years ago
  71. 4c07438 Documentation for issue 5237, auto-numbered format fields. Contributed by Terry J. Reedy. by Eric Smith · 15 years ago
  72. e561011 #5751: fix escaping of \\n. by Georg Brandl · 15 years ago
  73. ce54356 #5757: fix copy-paste error in notify(). by Georg Brandl · 15 years ago
  74. 95fb46c Restore skips of posix and pty tests on Windows by calling the by R. David Murray · 15 years ago
  75. 7c2867f Fix for the Issue918368 - urllib doesn't correct server returned urls by Senthil Kumaran · 15 years ago
  76. a7e734f Nit: integer division should use //, not / by Mark Dickinson · 15 years ago
  77. 6736cf8 Issue #3166: Make long -> float (and int -> float) conversions by Mark Dickinson · 15 years ago
  78. cccfc82 Fix typo by Raymond Hettinger · 15 years ago
  79. 31559b6 adding a NEWS note for #5795 (previously checked via the buildbot) by Tarek Ziadé · 15 years ago
  80. 2c4e741 making BuildWinInstTestCase silent in case bdist_wininst is not run under win32 by Tarek Ziadé · 15 years ago
  81. 92d77b7 #5795 sysconfig._config_vars was shadowed in tearDown by Tarek Ziadé · 15 years ago
  82. 9be2697 Automatic conversion of floats to integers for struct.pack integer codes by Mark Dickinson · 15 years ago
  83. 6c0b872 Fix for issue5657. by Ronald Oussoren · 15 years ago
  84. 82d1cf1 fix typo by Benjamin Peterson · 15 years ago
  85. 8cfa8e6 make errors consistent by Benjamin Peterson · 15 years ago
  86. 308c6ba initialize weakref some weakref types by Benjamin Peterson · 15 years ago
  87. 01c6e6f many more types to initialize (I had to expose some of them) by Benjamin Peterson · 15 years ago
  88. accb3d0 move test to a more appropiate one by Benjamin Peterson · 15 years ago
  89. 5ce7375 initalize -> initialize by Benjamin Peterson · 15 years ago
  90. d4d400c try to initalize all builtin types with PyType_Ready to avoid problems like #5787 by Benjamin Peterson · 15 years ago
  91. baba195 fix a few nits in unittest.py #5771 by Benjamin Peterson · 15 years ago
  92. d672001 rename internal bytes_ functions to bytearray by Benjamin Peterson · 15 years ago
  93. 1bdf7e9 Issue #1869: Fix a couple of minor round() issues. by Mark Dickinson · 15 years ago
  94. 8e5446f Backport r71704 (add configure check for C99 round function) to trunk. by Mark Dickinson · 15 years ago
  95. 4beb89b copysign shouldn't be declared as static in pymath.c by Mark Dickinson · 15 years ago
  96. f5fd523 "not subscriptable" should be a bit more understandable than "unsubscriptable". by Georg Brandl · 15 years ago
  97. 783f493 DistutilsSetupError was not raised when one single warning occured by Tarek Ziadé · 15 years ago
  98. 22aa4bb Issue #5768: Change to Unicode output logic and test case for same. by Vinay Sajip · 15 years ago
  99. 74f0450 Issue #5768: Change to Unicode output logic and test case for same. by Vinay Sajip · 15 years ago
  100. 76162e3 Clarify the behavior of any() and all() with an empty iterable. by Raymond Hettinger · 15 years ago