1. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  2. e92818f Fix uses of the default role. by Georg Brandl · 17 years ago
  3. ae24e7b Recognize usage of the default role. by Georg Brandl · 17 years ago
  4. 9f7a339 Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources. by Georg Brandl · 17 years ago
  5. a24067e Fix role name. by Georg Brandl · 17 years ago
  6. aa5bb32 Make indentation consistent. by Georg Brandl · 17 years ago
  7. 69bd8d2 Set eol-style correctly for mp_distributing.py. by Georg Brandl · 17 years ago
  8. b7e835b Reapply r68191. by Raymond Hettinger · 17 years ago
  9. f4d8597 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 17 years ago
  10. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 17 years ago
  11. 37fc823 Merged revisions 67900-67901,67919,67928,67984,67991-67993,68106-68108,68110 via svnmerge from by Benjamin Peterson · 17 years ago
  12. edd7d95 Fix indentation. by Georg Brandl · 17 years ago
  13. bc13092 Remove useless string literal. by Georg Brandl · 17 years ago
  14. 4aa04db Issue #4812: further renaming of internal Decimal constants, for clarity. by Mark Dickinson · 17 years ago
  15. c5de096 Issue #4812: add missing underscore prefix to some internal-use-only by Mark Dickinson · 17 years ago
  16. 44e1581 Issue #4615. Document how to use itertools for de-duping. by Raymond Hettinger · 17 years ago
  17. 10b1ec9 Add various items by Andrew M. Kuchling · 17 years ago
  18. 796798b fix compilation on non-Windows platforms by Benjamin Peterson · 17 years ago
  19. 9ac4927 Issue #4051: Prevent conflict of UNICODE macros in cPickle. by Martin v. Löwis · 17 years ago
  20. 5344c99 Issue #4075: Use OutputDebugStringW in Py_FatalError. by Martin v. Löwis · 17 years ago
  21. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 17 years ago
  22. 5110486 Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 17 years ago
  23. 0132ee34 document PyMemberDef by Benjamin Peterson · 17 years ago
  24. 072bb40 Fix for issues #841800 and #900506 by Ronald Oussoren · 17 years ago
  25. 0bbebbb Fix for issue 4472 is incompatible with Cygwin, this patch should fix that. by Ronald Oussoren · 17 years ago
  26. abcc168 Fix for issue 1149804 by Ronald Oussoren · 17 years ago
  27. 919697c Fix for issue r1737832 by Ronald Oussoren · 17 years ago
  28. 7f8cbf0 Fix for issue 1627952 by Ronald Oussoren · 17 years ago
  29. 63b74fe Fix for issue 900949 by Ronald Oussoren · 17 years ago
  30. 0238497e Fix for issue1594 by Ronald Oussoren · 17 years ago
  31. 8c95484 Fix for issue3559: No preferences menu in IDLE on OSX by Ronald Oussoren · 17 years ago
  32. 862359e Fix for issue 3433 by Ronald Oussoren · 17 years ago
  33. 5a5c739 Fix for issue4780 by Ronald Oussoren · 17 years ago
  34. f7d5405 Forgot to add a NEWS item in my previous checkin by Ronald Oussoren · 17 years ago
  35. 79f9049 Fix for issue4472: "configure --enable-shared doesn't work on OSX" by Ronald Oussoren · 17 years ago
  36. 57eb0e9 #4801 _collections module fails to build on cygwin. by Amaury Forgeot d'Arc · 17 years ago
  37. d6baa70 welcome to 2009, Python! by Benjamin Peterson · 17 years ago
  38. 8ea9999 fix highlighting by Benjamin Peterson · 17 years ago
  39. 99a1b20 Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open by Hirokazu Yamamoto · 17 years ago
  40. 733dc74 fill in actual issue number in tests by Antoine Pitrou · 17 years ago
  41. aa68790 Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected. by Antoine Pitrou · 17 years ago
  42. 4ba9f41 #4767: Use correct submodules for all MIME classes. by Georg Brandl · 17 years ago
  43. 430effb Handlers are in the `logging.handlers` module. by Georg Brandl · 17 years ago
  44. da550b0 #4776: add data_files and package_dir arguments. by Georg Brandl · 17 years ago
  45. 914fc88 #4782: Fix markup error that hid load() and loads(). by Georg Brandl · 17 years ago
  46. 07bfe45 #4784: ... on three counts ... by Georg Brandl · 17 years ago
  47. 3f74f57 Point to types module in new module deprecation notice. by Georg Brandl · 17 years ago
  48. 6269fec #4228: Pack negative values the same way as 2.4 in struct's L format. by Georg Brandl · 17 years ago
  49. 775c307 #4222: document dis.findlabels() and dis.findlinestarts() and by Georg Brandl · 17 years ago
  50. 2adde05 #4185: clarify escape behavior of replacement strings. by Georg Brandl · 17 years ago
  51. d0eb8f9 #4156: make clear that "protocol" is to be replaced with the protocol name. by Georg Brandl · 17 years ago
  52. fb22263 #4100: note that element children are not necessarily present on "start" events. by Georg Brandl · 17 years ago
  53. 6060d5e simplfy code by Benjamin Peterson · 17 years ago
  54. 8ad09a4 #4795 inspect.isgeneratorfunction() should return False instead of None by Benjamin Peterson · 17 years ago
  55. 3cda1db Just inserted blank line. by Hirokazu Yamamoto · 17 years ago
  56. 52c1e3c Fixed compile error on windows. by Hirokazu Yamamoto · 17 years ago
  57. 941db4d fix name collision issues by Benjamin Peterson · 17 years ago
  58. 43ea6d9 #4788 qualify some bare except clauses by Benjamin Peterson · 17 years ago
  59. b1a8541 Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 if MSVC is not found by Tarek Ziadé · 17 years ago
  60. 3bcb0ce #4778: attributes can't be called. by Georg Brandl · 17 years ago
  61. 7cc9755 Minor documentation change relating to NullHandler. by Vinay Sajip · 17 years ago
  62. 180e400 Issue #4701: implicitly call PyType_Ready from PyObject_Hash by Nick Coghlan · 17 years ago
  63. c13acb1 fixed #4646 : distutils was choking on empty options arg in the setup function. by Tarek Ziadé · 17 years ago
  64. fc5a854 fix French by Benjamin Peterson · 17 years ago
  65. 03824e4 Issue #1040026: Fix os.times result on systems where HZ is incorrect. by Martin v. Löwis · 17 years ago
  66. 7af6556 #4764 in io.open, set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 17 years ago
  67. fe231b0 #4764 set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 17 years ago
  68. 732479f Issue #3767: Convert Tk object to string in tkColorChooser. by Martin v. Löwis · 17 years ago
  69. e2eb2b4 Issue #3248: Allow placing ScrolledText in a PanedWindow. by Martin v. Löwis · 17 years ago
  70. 80b5905 #4763 PyErr_ExceptionMatches won't blow up with NULL arguments by Benjamin Peterson · 17 years ago
  71. 88a3083 Update the fix for issue4064 to deal correctly with all three variants of by Ronald Oussoren · 17 years ago
  72. 4b48c61 Issue4064: architecture string for universal builds on OSX by Ronald Oussoren · 17 years ago
  73. dae1a6a Issue #2153: modernize coding style of unittest.py, remove obsolete compatibility stuff. by Antoine Pitrou · 17 years ago
  74. fd9633e fix WORD_BIGEDIAN declaration in Universal builds; fixes #4060 and #4728 by Benjamin Peterson · 17 years ago
  75. cc928de wrong version number in doc changes committed in r67979 by Antoine Pitrou · 17 years ago
  76. 697ca3d Issue #4444: Allow assertRaises() to be used as a context handler. by Antoine Pitrou · 17 years ago
  77. 40f982f #4731: clarify message about missing module prerequisites. by Georg Brandl · 17 years ago
  78. 6425a2f Backport r67974: by Georg Brandl · 17 years ago
  79. e7d1e7e Document Py_VaBuildValue. by Alexandre Vassalotti · 17 years ago
  80. a925bed Sort UCS-2/UCS-4 name mangling list. by Alexandre Vassalotti · 17 years ago
  81. d8f8ee4 Fix name mangling of PyUnicode_ClearFreeList. by Alexandre Vassalotti · 17 years ago
  82. fbaeca7 fix markup by Benjamin Peterson · 17 years ago
  83. e555f58 Issue #4677: add two list comprehension tests to pybench. by Antoine Pitrou · 17 years ago
  84. 1ffbfbc #4671: document that pydoc imports modules. by Georg Brandl · 17 years ago
  85. 6b28f39 Use :samp: role. by Georg Brandl · 17 years ago
  86. f5b04fc #4695: fix backslashery. by Georg Brandl · 17 years ago
  87. 50ae9e7 #4682: 'b' is actually unsigned char. by Georg Brandl · 17 years ago
  88. 348fa79 #4754: improve winsound documentation. by Georg Brandl · 17 years ago
  89. 3eef441 Follow-up to r67746 in order to restore backwards-compatibility for by Georg Brandl · 17 years ago
  90. 8d5934b #4748 lambda generators shouldn't return values by Benjamin Peterson · 17 years ago
  91. c3a9803 Patch #4739 by David Laban: add symbols to pydoc help topics, by Georg Brandl · 17 years ago
  92. bedc343 #4752: actually use custom handler in example. by Georg Brandl · 17 years ago
  93. 6f193e0 Issue #4756: zipfile.is_zipfile() now supports file-like objects. by Antoine Pitrou · 17 years ago
  94. e57e999 Fix bogus unicode tests in pickletester. by Alexandre Vassalotti · 17 years ago
  95. 6067f78 Add Misc/NEWS entry for r67934. by Alexandre Vassalotti · 17 years ago
  96. f852bf9 Fix issue #4730: cPickle corrupts high-unicode strings. by Alexandre Vassalotti · 17 years ago
  97. 034e08c Remove unnecessary casts related to unicode_decode_call_errorhandler. by Alexandre Vassalotti · 17 years ago
  98. 0fc0747 Issue #4740: Use HIGHEST_PROTOCOL in pickle test. by Hirokazu Yamamoto · 17 years ago
  99. 1e551b4 python version is included in file name now by Benjamin Peterson · 17 years ago
  100. e4c75bb fixed #4400 : distutils .pypirc default generated file was broken. by Tarek Ziadé · 17 years ago