1. ea7c7af __init__(): Coerce the input_charset to unicode (with ascii encoding) before by Barry Warsaw · 20 years ago
  2. 19717fa Style guide & consistency changes. No semantic changes. by Tim Peters · 20 years ago
  3. 4c1f5ec Trim trailing whitespace. by Tim Peters · 20 years ago
  4. dcb9d94 Simplify delitem() code by calling rotate() directly instead of using by Raymond Hettinger · 20 years ago
  5. 7126976 Patch #1042969: add closing brace for \token {generator_expression}. Thanks by Johannes Gijsbers · 20 years ago
  6. dab988d SF patch #1043218 by Raymond Hettinger · 20 years ago
  7. 7a8ce5a [Bug #1022311] curses module uses y,x ordering of arguments, not x,y by Andrew M. Kuchling · 20 years ago
  8. 293dc9d [Bug #1041501] Fix example code by Andrew M. Kuchling · 20 years ago
  9. cebdd3c [Bug #1031897] Fix order of decorator application by Andrew M. Kuchling · 20 years ago
  10. c09acfd Fix bug in _checkquote that raised an exception on empty "arg". by Piers Lauder · 20 years ago
  11. 77d110d SF patch #1041364: True/False instead of 1/0 in libstdtypes.tex by Raymond Hettinger · 20 years ago
  12. 7db385e Rewrite rmtree using os.walk to fix bug #1025127: by Johannes Gijsbers · 20 years ago
  13. 8da2b01 This is Michiel de Hoon's patch, as attached to the bug report: by Michael W. Hudson · 20 years ago
  14. 3afe4f3 Add helpful comment by Andrew M. Kuchling · 20 years ago
  15. 6f59325 Take out Guido's name and put in the PSF by Andrew M. Kuchling · 20 years ago
  16. 895f245 Update two URLs by Andrew M. Kuchling · 20 years ago
  17. 166e625 Add -m to man page by Andrew M. Kuchling · 20 years ago
  18. 5e3f923 Add item by Andrew M. Kuchling · 20 years ago
  19. db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 20 years ago
  20. fb09f0e Finalize the freelist of list objects. by Raymond Hettinger · 20 years ago
  21. ffa5cf9 Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() to by Brett Cannon · 20 years ago
  22. c5fa992 Armin's patch to prevent overflows. by Raymond Hettinger · 20 years ago
  23. f7948c2 Convert a listcomp to a gencomp (was already editing code). by Brett Cannon · 20 years ago
  24. 4f35c71 Locale data that contains regex metacharacters are now properly escaped. by Brett Cannon · 20 years ago
  25. 579b3e2 Add some items by Andrew M. Kuchling · 20 years ago
  26. 29978ae The docs claimed a test would pass that actually wouldn't pass. Repaired by Tim Peters · 20 years ago
  27. b9b5f16 Fix a small typo in the docstring for system_methodSignature . by Brett Cannon · 20 years ago
  28. e7d4066 Changes made to maintain 1.5.2 compatibility. by Vinay Sajip · 20 years ago
  29. 2d5fee0 Version number updated to 0.4.9.5 by Vinay Sajip · 20 years ago
  30. 1dc5b1e Clarified documentation about exc_info keyword parameter by Vinay Sajip · 20 years ago
  31. 130e37f Read the text files to be compared in universal-newline mode. by Tim Peters · 20 years ago
  32. ab9b32c Whitespace normalization. by Tim Peters · 20 years ago
  33. dd3c837 added plistlib news item by Just van Rossum · 20 years ago
  34. 1cbf206 SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work. by David Goodger · 20 years ago
  35. 68a1abd SF bug #1017864: ConfigParser now correctly handles default keys, processing them with ``ConfigParser.optionxform`` when supplied, consistent with the handling of config file entries and runtime-set options. by David Goodger · 20 years ago
  36. bfe5684 typo by Michael W. Hudson · 20 years ago
  37. 507a485 Print verbose messages to stderr. Fixes #1036752. by Martin v. Löwis · 20 years ago
  38. fec1ce0 remove rotor module by Andrew MacIntyre · 20 years ago
  39. 3dac89e note module removals, update on BitTorrent issue by Andrew MacIntyre · 20 years ago
  40. 96b3725 bring modules up to date, correct .DEF file version by Andrew MacIntyre · 20 years ago
  41. 1b64359 Fix test for FeedParser results. by Barry Warsaw · 20 years ago
  42. 8df5921 Blarg, fix the versions. by Barry Warsaw · 20 years ago
  43. 43790b4 Updates for distutils package. by Barry Warsaw · 20 years ago
  44. 2ec4854 Add documentation about as_string() mangling From_ lines. by Barry Warsaw · 20 years ago
  45. 05bef93 as_string(): Indicate that this mangles From_ lines. by Barry Warsaw · 20 years ago
  46. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  47. 2cdd608 removed 2.2 support by Just van Rossum · 20 years ago
  48. 16c3e08 use new readPlist() and writePlist() functions by Just van Rossum · 20 years ago
  49. 974d757 Upon insertion, if memory runs out, the deque was left in a corrupted state. by Armin Rigo · 20 years ago
  50. 565ea5a SF bug#1038917 fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 20 years ago
  51. 880430e Replace structure member before decreffing. by Raymond Hettinger · 20 years ago
  52. 4c3d054 Which reminds me, I've had a much improved plistlib.py lying around for by Just van Rossum · 20 years ago
  53. d1b3d88 * Bulletproof the method for detecting mutations during iteration. by Raymond Hettinger · 20 years ago
  54. 77e8bf1 Restore the block length and add a comment. by Raymond Hettinger · 20 years ago
  55. 4ca4c7c Clarify the relationship between indices. by Raymond Hettinger · 20 years ago
  56. 61f05fb * Elaborate on the invariant comments and make them more precise. by Raymond Hettinger · 20 years ago
  57. cf8997f Noted the fix to deque gc. by Tim Peters · 20 years ago
  58. 10c7e86 deque_traverse(): If the deque had one block, and its rightindex was by Tim Peters · 20 years ago
  59. d6e0032 Typos in new comments. by Tim Peters · 20 years ago
  60. d8768d3 Document some reverse-engineered invariants and pragmatic hints. by Tim Peters · 20 years ago
  61. e644a1b Get references working (except for references to "Extending optparse", by Greg Ward · 20 years ago
  62. 6f85356 Definition consistency. by Tim Peters · 20 years ago
  63. 1065f75 Trimmed trailing whitespace. by Tim Peters · 20 years ago
  64. 7b46f6b Add tests for syntax errors. by Raymond Hettinger · 20 years ago
  65. 0fe00aa Added 2 notes about the complexities of testing SyntaxErrors. by Edward Loper · 20 years ago
  66. 49c522b Expand scope to include general mapping protocol tests. by Raymond Hettinger · 20 years ago
  67. 59b23e8 Add missing test_dict.py from patch #736962. by Walter Dörwald · 20 years ago
  68. 5ea7e31 Improve test coverage. by Raymond Hettinger · 20 years ago
  69. f751fa6 SF bug #1035279: hex() and oct() documentation is incorrect by Raymond Hettinger · 20 years ago
  70. fec0c46 Improve error message for augmented assignments to genexps or listcomps. by Raymond Hettinger · 20 years ago
  71. 8ffc141 Fix two erroneous error messages. by Raymond Hettinger · 20 years ago
  72. 975e725 Fix typo in PyDict_Items doc by Nicholas Bastin · 20 years ago
  73. ff5dc0e Improve test coverage. by Raymond Hettinger · 20 years ago
  74. bcab2b2 Improve test coverage. by Raymond Hettinger · 20 years ago
  75. 5497fee minor doc tweaks for writexml by Skip Montanaro · 20 years ago
  76. 67db9a5 typo by Skip Montanaro · 20 years ago
  77. 06cc973 Replaced a test with an assertion. (Suggested by Michael Hudson.) by Raymond Hettinger · 20 years ago
  78. 01ba799 A number of list examples used 66.6, but I doubt there's any box on which by Tim Peters · 20 years ago
  79. 7d88a58 Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's by Edward Loper · 20 years ago
  80. 4cda01e * Increase test coverage. by Raymond Hettinger · 20 years ago
  81. aec3c9b Added a new NORMALIZE_NUMBERS option, which causes number literals in by Edward Loper · 20 years ago
  82. bfef869 Add note about inclusion of DarwinPorts directories in setup.py on darwin. by Brett Cannon · 20 years ago
  83. 35b93d9 Add the directories where DarwinPorts installs library and include files to by Brett Cannon · 20 years ago
  84. 1793dd3 Fixed minor typo in interactive example (extra '.'s in '...' prompts) by Edward Loper · 20 years ago
  85. dcdb4b4 Fixed minor typo in interactive example (extra blank line) by Edward Loper · 20 years ago
  86. 78a5271 SF bug #1033038: Misleading error message in random.choice by Raymond Hettinger · 20 years ago
  87. ad51226 Fixed minor typo in interactive example by Edward Loper · 20 years ago
  88. 3077b02 Fixed minor typo in interactive example (backslash shouldn't be doubled) by Edward Loper · 20 years ago
  89. a7f6281 Updated interactive examples in the "Examples" session to reflect the by Edward Loper · 20 years ago
  90. 87de0ca Silence a compiler warning by supplying the correct argument type to by Raymond Hettinger · 20 years ago
  91. 6429a47 Use Py_CLEAR(). Add unrelated test. by Raymond Hettinger · 20 years ago
  92. b6f7fb7 Major overhaul to reflect Optik 1.5. Section references currently broken. by Greg Ward · 20 years ago
  93. 855d9a9 Plug a leak and beef-up test coverage. by Raymond Hettinger · 20 years ago
  94. 630e535 Rename test for comparision errors. by Raymond Hettinger · 20 years ago
  95. 6325178 Beef-up tests for greater coverage and refcount checking. by Raymond Hettinger · 20 years ago
  96. b6aa856 Patch #1009075, bug #952953: allow execve with empty 2nd argument by Armin Rigo · 20 years ago
  97. 9f90439 Patch #1011240: SystemError generated by struct.pack('P', 'foo'). by Armin Rigo · 20 years ago
  98. b562bc6 Trivial bug fix: deque == [] is not a good way to check if a deque is empty. by Armin Rigo · 20 years ago
  99. ffdb8bb Use floor division operator. by Raymond Hettinger · 20 years ago
  100. 4837a22 Use floor division operator. by Raymond Hettinger · 20 years ago