1. 15ce880 Bug 1277: make Maildir use the user-provided factory instead of hard-wiring MaildirMessage. by Andrew M. Kuchling · 17 years ago
  2. c6fde72 Fix #1146: TextWrap vs words 1-character shorter than the width. by Georg Brandl · 17 years ago
  3. 14404b6 Fix #1679: "0x" was taken as a valid integer literal. by Georg Brandl · 17 years ago
  4. 2686f4d Add item by Andrew M. Kuchling · 17 years ago
  5. 562133b missing from r60088 checkin. by Skip Montanaro · 17 years ago
  6. 6e22be7 Comment in NEWS regarding the change in trace.py. by Facundo Batista · 17 years ago
  7. 873c985 Fix #1693149. Now you can pass several modules separated by by Facundo Batista · 17 years ago
  8. 5c60bfc Patch #976880: add mmap .rfind() method, and 'end' paramter to .find(). by Andrew M. Kuchling · 17 years ago
  9. 4be0bc6 Sort two names into position by Andrew M. Kuchling · 17 years ago
  10. c211a0a #1782: don't leak in error case in PyModule_AddXxxConstant. Patch by Hrvoje Nikšić. by Georg Brandl · 17 years ago
  11. 6ebc527 Clarify thread.join() docs. #1873. by Georg Brandl · 17 years ago
  12. 6c29be5 Disabled test_xmlrpc:test_404. It's causing lots of false alarms. by Christian Heimes · 17 years ago
  13. f60b641 Add item by Andrew M. Kuchling · 17 years ago
  14. e45a77a Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer that will call by Andrew M. Kuchling · 17 years ago
  15. 5e3745c Fix typos. by Georg Brandl · 17 years ago
  16. 4eab1f0 Polish sentence by Andrew M. Kuchling · 17 years ago
  17. 95016e7 Update for threading.local test. by Christian Heimes · 17 years ago
  18. 71a0451 Added unit test to verify that threading.local doesn't cause ref leaks. It seems that the thread local storage always keeps the storage of the last stopped thread alive. Can anybody comment on it, please? by Christian Heimes · 17 years ago
  19. f8f4eb6 Polish sentence by Andrew M. Kuchling · 17 years ago
  20. 2b1b195 Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a by Facundo Batista · 17 years ago
  21. 96f2184 Indentation normalization. by Georg Brandl · 17 years ago
  22. a7d70fd Amend curses docs by info how to write non-ascii characters. by Georg Brandl · 17 years ago
  23. f8e6afb Fix markup. by Georg Brandl · 17 years ago
  24. 45169fb Several tweaks: add construction from strings and .from_decimal(), change by Jeffrey Yasskin · 17 years ago
  25. bf4c7c8 This got fixed for classic classes in r60057, and backported to 2.5.2 in 60056. by Guido van Rossum · 17 years ago
  26. 0fe6ca4 Better variable name in an example. by Raymond Hettinger · 17 years ago
  27. 9ff1a44 Fix an edge case whereby the __del__() method of a classic class could by Guido van Rossum · 17 years ago
  28. 4956d2b Silence Coverity false alerts with CIDs #172, #183, #184 by Christian Heimes · 17 years ago
  29. 288e89a Added bytes and b'' as aliases for str and '' by Christian Heimes · 17 years ago
  30. a9e073d Note that genexps are function scopes too and therefore won't see class attributes. by Georg Brandl · 17 years ago
  31. a26c73e Added LoggerAdapter class, changed copyright dates, made check for extra parameter passed to logging methods explicitly against None rather than a truth value. by Vinay Sajip · 17 years ago
  32. c740335 Added section on passing contextual information to logging and documentation for the LoggerAdapter class. by Vinay Sajip · 17 years ago
  33. bd865db Added win_add2path.py to Tools/scripts/ Added builddoc.bat to Doc/ by Christian Heimes · 17 years ago
  34. b222bbc Build _ctypes after the other extensions. Its build process depends by Christian Heimes · 17 years ago
  35. 5cc3f26 Coverity CID #168 leaked_storage: Returned without freeing storage "fp" by Christian Heimes · 17 years ago
  36. 3e8c897 Coverity issue CID #169 by Christian Heimes · 17 years ago
  37. 87dcf3d Coverity issue CID #182 by Christian Heimes · 17 years ago
  38. 7b1e119 Coverity issue CID #167 by Christian Heimes · 17 years ago
  39. 62a8e95 Coverity issue CID #197 by Christian Heimes · 17 years ago
  40. 6d22c39 Typo fix by Andrew M. Kuchling · 17 years ago
  41. a13d4fb Bump verson by Andrew M. Kuchling · 17 years ago
  42. 18e08e5 clearcache() needs to remove the dict as well as clear it. by Raymond Hettinger · 17 years ago
  43. 64cd1e2 Fix markup by Raymond Hettinger · 17 years ago
  44. 497fdbf Fix-up Timer() example. by Raymond Hettinger · 17 years ago
  45. ff6cc6b Updated new property syntax. An elaborate example for subclassing and the getter was missing. by Christian Heimes · 17 years ago
  46. d0ab014 Add advice on choosing between scheduler and threading.Timer(). by Raymond Hettinger · 17 years ago
  47. 4e06b8a Correction from Jordan Lewis: halfdelay() uses tenths of a second, not milliseconds by Andrew M. Kuchling · 17 years ago
  48. 44bd6c0 Issue #1861: Add read-only attribute listing upcoming events in the order they will be run. by Raymond Hettinger · 17 years ago
  49. a35a8b1 Fix a function pointer declaration to silence the compiler. by Brett Cannon · 17 years ago
  50. d221956 Revise 3141 section a bit; add some Windows items by Andrew M. Kuchling · 17 years ago
  51. bde4ae4 Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339 by Gregory P. Smith · 17 years ago
  52. d59f457 Note versionadded. by Raymond Hettinger · 17 years ago
  53. 2b3ba58 entry for r60015 by Gregory P. Smith · 17 years ago
  54. 63bfc1d Comply with RFC 3207. Fixes issue 829951 - http://bugs.python.org/issue829951 by Gregory P. Smith · 17 years ago
  55. 4731709 Make starmap() match its pure python definition and accept any itertable input (not just tuples). by Raymond Hettinger · 17 years ago
  56. 3ad2acc8 Add news entry. by Raymond Hettinger · 17 years ago
  57. 9e1bc98 Add queues will alternative fetch orders (priority based and stack based). by Raymond Hettinger · 17 years ago
  58. 171f391 Minor wordsmithing. by Raymond Hettinger · 17 years ago
  59. 0f75f98 Use 'g' instead of 'D' as the ctypes typecode for c_longdouble, for by Thomas Heller · 17 years ago
  60. 2077131 Doc build should work with 2.4 now. by Georg Brandl · 17 years ago
  61. 7155a09 Add Python-specific content to Doc dir. Update configuration file by Georg Brandl · 17 years ago
  62. 415c1e3 Raise a TypeError instead of a ValueError when too many initializers by Thomas Heller · 17 years ago
  63. 02ec289 Raise a TypeError if conflicting positional and named arguments are by Thomas Heller · 17 years ago
  64. 902d307 Convert the internal ctypes array type cache to a WeakValueDict so by Thomas Heller · 17 years ago
  65. 5c8b2ab Fix MSDN library URL. (#1854) by Georg Brandl · 17 years ago
  66. 95f17bb Markup fix by Andrew M. Kuchling · 17 years ago
  67. aa35554 Add PEP 3141 section by Andrew M. Kuchling · 17 years ago
  68. c8acc88 Docstring typos by Andrew M. Kuchling · 17 years ago
  69. ff0f267 test_doctest fails since r59984. by Amaury Forgeot d'Arc · 17 years ago
  70. e805782 Fix-up half-written paragraph in the docs by Raymond Hettinger · 17 years ago
  71. f59e962 Refactor if/elif chain for clarity and speed. Remove dependency on subclasses having to implement _empty and _full. by Raymond Hettinger · 17 years ago
  72. cad3724 Issue #1786 (by myself): pdb should use its own stdin/stdout around an by Guido van Rossum · 17 years ago
  73. 7b1e917 Restore description of sys.dont_write_bytecode. by Andrew M. Kuchling · 17 years ago
  74. d7b0033 Add rational.Rational as an implementation of numbers.Rational with infinite by Jeffrey Yasskin · 17 years ago
  75. ca9c6e4 Remove duplicate entry. by Georg Brandl · 17 years ago
  76. af30b28 Typo. by Georg Brandl · 17 years ago
  77. 907cda6 Small grammar nit by Raymond Hettinger · 17 years ago
  78. cbf8f6c Temporarily revert 59967 until GC can be added. by Raymond Hettinger · 17 years ago
  79. f233b0c Better (?) text describing the lack of guarantees provided by qsize(), by Skip Montanaro · 17 years ago
  80. d4c2e86 Tighten the definition of a named tuple. by Raymond Hettinger · 17 years ago
  81. c216df9 Issue 1820: structseq objects did not work with the % formatting operator or isinstance(t, tuple). by Raymond Hettinger · 17 years ago
  82. a01ed03 Repair unfinished sentence by Andrew M. Kuchling · 17 years ago
  83. 2e46355 Add many items by Andrew M. Kuchling · 17 years ago
  84. f15ff46 Markup fix by Andrew M. Kuchling · 17 years ago
  85. 7ce9b18 Typo fixes by Andrew M. Kuchling · 17 years ago
  86. 351e1a3 Fix 1698398: Zipfile.printdir() crashed because the format string expected a tuple object of length six instead of a time.struct_time object. by Raymond Hettinger · 17 years ago
  87. 5d8b379 Update description of float_info by Andrew M. Kuchling · 17 years ago
  88. 7a66a1b Issue 1821: configure libffi for amd64 on FreeeBSD. by Thomas Heller · 17 years ago
  89. c3b2a4a Added more comments to the new structseq repr code and implemented several of Neal's suggestions. by Christian Heimes · 17 years ago
  90. c94e2b5 Now that I've learnt about structseq objects I felt like converting sys.float_info to a structseq. It's by Christian Heimes · 17 years ago
  91. f31b69f Applied patch #1816: sys.flags patch by Christian Heimes · 17 years ago
  92. 620fbe6 I missed the most important file by Christian Heimes · 17 years ago
  93. 9c20196 Added new an better structseq representation. E.g. repr(time.gmtime(0)) now returns 'time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)' instead of '(1970, 1, 1, 0, 0, 0, 3, 1, 0)'. The feature is part of #1816: sys.flags by Christian Heimes · 17 years ago
  94. 7cdf5f5 ?Why did my tests not notice this before? by Amaury Forgeot d'Arc · 17 years ago
  95. e4c270c Re-apply patch #1700288 (first applied in r59931, rolled back in r59940) by Amaury Forgeot d'Arc · 17 years ago
  96. 08ccf20 As discussed in issue 1700288: by Amaury Forgeot d'Arc · 17 years ago
  97. d1c131a Back out r59931 - test_ctypes fails with it. by Georg Brandl · 17 years ago
  98. 9e0f116 Check in the patch proposed by Ben Hayden (benjhayden) for issue by Ka-Ping Yee · 17 years ago
  99. 5f0b7ae Make Modules/socketobject.c compile for Windows again. by Thomas Heller · 17 years ago
  100. 9f1e2ec Clarify the effect of text mode. by Georg Brandl · 17 years ago