1. db2c9f4 Switch to Tcl/Tk 8.5.2. by Martin v. Löwis · 16 years ago
  2. a03722f deprecated mimetools by Benjamin Peterson · 16 years ago
  3. ffae306 Sounds obvious, but I didn't even realize that you can put non-string by Armin Rigo · 16 years ago
  4. 5cc774e Can we agree to put dots at entry ends? Thanks. by Georg Brandl · 16 years ago
  5. 6f7ae69 update ACKS and NEWs for multiprocessing by Benjamin Peterson · 16 years ago
  6. 41a9e15 Markup fixes, thanks Georg for the help. by Thomas Heller · 16 years ago
  7. c0a296f Add versionadded marker to ctypes.c_longdouble. by Thomas Heller · 16 years ago
  8. 89f4887 Add future_builtins.ascii(). by Georg Brandl · 16 years ago
  9. 35b9020 Smaller doc fixes. by Thomas Heller · 16 years ago
  10. 2e9675a More doc fixes. by Thomas Heller · 16 years ago
  11. 13f7382 add old names back into __all__ by Benjamin Peterson · 16 years ago
  12. fe22a45 Correct an incorrect comment about our #include of stddef.h. by Gregory P. Smith · 16 years ago
  13. 81567d2 Markup fixes, spelling corrections, and better wordings. Hopefully. by Thomas Heller · 16 years ago
  14. d987545 Clarify what ":errorhandler" refers to. by Georg Brandl · 16 years ago
  15. 9cf1934 Fix typos. by Georg Brandl · 16 years ago
  16. f439560 add aliases to threading module by Benjamin Peterson · 16 years ago
  17. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 16 years ago
  18. 32c2e41 fix Windows building for multiprocessing by Benjamin Peterson · 16 years ago
  19. e29a103 Add test for heapq using both __lt__ and __le__. by Raymond Hettinger · 16 years ago
  20. a809c98 Note PEP 371 section by Andrew M. Kuchling · 16 years ago
  21. 6fbfb48 Optimize previous checkin for heapq. by Raymond Hettinger · 16 years ago
  22. e605e4f fix import of multiprocessing by juggling imports by Benjamin Peterson · 16 years ago
  23. f0bc3cb Issue 3051: Let heapq work with either __lt__ or __le__. by Raymond Hettinger · 16 years ago
  24. 4267be6 Multi-arg form for set.difference() and set.difference_update(). by Raymond Hettinger · 16 years ago
  25. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 16 years ago
  26. 73baefd Fix markup. Document the new 'offset' parameter for the 'ctypes.byref' function. by Thomas Heller · 16 years ago
  27. e0b9261 swap stringobject.h and bytesobject.h contents to make sense. PyString in by Gregory P. Smith · 16 years ago
  28. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 16 years ago
  29. d529986 convert test_struct to a unittest thanks to Giampaolo Rodola by Benjamin Peterson · 16 years ago
  30. 610a93e Handle the case with zero arguments. by Raymond Hettinger · 16 years ago
  31. 363070a Update numbers doc for the Integral simplification. by Raymond Hettinger · 16 years ago
  32. caea65e Mini-PEP: Simplifying numbers.py by Raymond Hettinger · 16 years ago
  33. 31296c0 backport of 64096 by Benjamin Peterson · 16 years ago
  34. 8e8de4a Correct test_pydoc for win32 platforms, to account for normalized URLs: by Amaury Forgeot d'Arc · 16 years ago
  35. b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 16 years ago
  36. 482f312 Documented the new AST constructor. by Armin Ronacher · 16 years ago
  37. 3079be5 Fix a formatting error in the ast documentation. by Armin Ronacher · 16 years ago
  38. 99a3dce More reverting of r63675 per the mailing list discussions. This restores by Gregory P. Smith · 16 years ago
  39. b67b53d Fixed test to reflect new filedispatcher semantics, as well as two by Josiah Carlson · 16 years ago
  40. 1cec7aa NEWS entry for: Add an optional 'offset' parameter to byref, defaulting to zero. by Thomas Heller · 16 years ago
  41. dcea9a9 Add an optional 'offset' parameter to byref, defaultingto zero. by Thomas Heller · 16 years ago
  42. 60977c7 more markup fix. by Georg Brandl · 16 years ago
  43. 0099e72 fix markup by Benjamin Peterson · 16 years ago
  44. 8550d69 #2536: fix itertools.permutations and itertools.combinations docstrings. by Georg Brandl · 16 years ago
  45. 901c997 Issue 3048: Fixed sys.getsizeof for unicode objects. by Robert Schuppenies · 16 years ago
  46. 0705bc0 Add Arnaud for his efforts on multi-arg set operations. by Raymond Hettinger · 16 years ago
  47. 8509db5 Add the "ast" module, containing helpers to ease use of the "_ast" classes. by Georg Brandl · 16 years ago
  48. df7036d Add Gregor Lingl. by Martin v. Löwis · 16 years ago
  49. 1a72d88 Applying updated patch from Issue 1736190, which addresses partial by Josiah Carlson · 16 years ago
  50. 602d8db Added better pickling support to xrange objects. Cleaned up the unit test. by Alexandre Vassalotti · 16 years ago
  51. 1f2f61a Issue 2582: Fix pickling of xrange objects. by Alexandre Vassalotti · 16 years ago
  52. 5c4d3d0 Let set.intersection() and set.intersection_update() take multiple input arguments. by Raymond Hettinger · 16 years ago
  53. d623414 Unhappy buildbots. Revert 64052. Long doubles have unexpected effects on some builds. by Raymond Hettinger · 16 years ago
  54. 7b1ed66 Address double-rounding scenarios by setting all variables to long doubles. by Raymond Hettinger · 16 years ago
  55. ee4bcad Let set.union() and set.update() accept multiple inputs. by Raymond Hettinger · 16 years ago
  56. ecbdd2e Issue #2138: Add math.factorial(). by Raymond Hettinger · 16 years ago
  57. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  58. e98839a Issue3065: Fixed pickling of named tuples. Added tests. by Raymond Hettinger · 16 years ago
  59. f4fcdb6 warn about parameter tuple unpacking by Benjamin Peterson · 16 years ago
  60. d5efd20 Warn about assigning to Py3k keywords (True and False) by Benjamin Peterson · 16 years ago
  61. cbd7813 add an ast_warn helper function to make adding those Py3k warnings easier by Benjamin Peterson · 16 years ago
  62. 3219df1 Argh, I read it wrong. Reverted 64036 and added a clarifying remark. by Georg Brandl · 16 years ago
  63. ebd662d #3028: tokenize passes the physical line. by Georg Brandl · 16 years ago
  64. 2fe3ef8 change Py3k backquote warning to a SyntaxWarning and add a test by Benjamin Peterson · 16 years ago
  65. 1f1174e capitalization nit by Benjamin Peterson · 16 years ago
  66. 9cea511 Document the "st" API, to avoid confusion with the "new" AST. by Georg Brandl · 16 years ago
  67. 5f27af0 X-ref to numbers module. by Georg Brandl · 16 years ago
  68. afd05da Backport docs for abc module to 2.6. by Georg Brandl · 16 years ago
  69. 60fbf7f #3057: Fix the MutableMapping ABC to use the 2.6 dict interface. by Georg Brandl · 16 years ago
  70. 3bed4ae Register IterableUserDict as a MutableMapping. by Georg Brandl · 16 years ago
  71. bf0610a Revert unwanted changes. by Georg Brandl · 16 years ago
  72. 7be19aa Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() by Georg Brandl · 16 years ago
  73. 6a5a177 Finished bug #2451. Fixed the retrying part to make it more robust. by Facundo Batista · 16 years ago
  74. 0144f27 Remove locking part of new buffer protocol. by Travis E. Oliphant · 16 years ago
  75. 711c9e9 Add long double check support to configure test. by Travis E. Oliphant · 16 years ago
  76. ec2fe78 Issue 3501: Make heapq support both __le__ and __lt__. by Raymond Hettinger · 16 years ago
  77. 0d236eb Fix build issue on OSX 10.4 by Ronald Oussoren · 16 years ago
  78. 3f67c43 Document the new ctypes features. by Thomas Heller · 16 years ago
  79. fb0117e Add a reminder for the maintainer of whatsnew. by Thomas Heller · 16 years ago
  80. f89b04c Performance improvement: Use PyDict_Get/SetItem instead of by Thomas Heller · 16 years ago
  81. d82a9c1 Fix brackets. by Georg Brandl · 16 years ago
  82. fbb9c0b Issue #1798: Add ctypes calling convention that allows safe access of errno. by Thomas Heller · 16 years ago
  83. d77554f Markup fix. by Georg Brandl · 16 years ago
  84. 2a3e3d0 Aldo Cortesi confirmed this is still needed for OpenBSD 4.2 and 4.3. by Neal Norwitz · 16 years ago
  85. 5e3e6ba Grammar fix by Andrew M. Kuchling · 16 years ago
  86. b5a40dd Add various items by Andrew M. Kuchling · 16 years ago
  87. 6dd8cca Document 'utc' parameter by Andrew M. Kuchling · 16 years ago
  88. 8456f64 revert 63965 for preformance reasons by Benjamin Peterson · 16 years ago
  89. 30dc7b8 use the more idomatic while True by Benjamin Peterson · 16 years ago
  90. 59475e9 Backport from py3k: Implement the new buffer interface from pep3118 by Thomas Heller · 16 years ago
  91. 2e75c45 Backport from py3k: Implement the new buffer interface from pep3118 by Thomas Heller · 16 years ago
  92. 259a566 Fix preprocessor statement. by Thomas Heller · 16 years ago
  93. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 16 years ago
  94. 80af6da Fixed complex.__getnewargs__() to not emit another complex object. by Alexandre Vassalotti · 16 years ago
  95. d5bb921 Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling by Thomas Heller · 16 years ago
  96. 8f22b88 Fix ctypes.set_errno for gcc. by Thomas Heller · 16 years ago
  97. e70c337 Issue #1798: Add ctypes calling convention that allows safe access to by Thomas Heller · 16 years ago
  98. a2b34b8 Complete revision of new turtle module's docs. by Georg Brandl · 16 years ago
  99. 8718459 Patch #1513695: New turtle module, with demos. by Martin v. Löwis · 16 years ago
  100. 4ed3ed1 Fix Tkinter sequence passing. #2906. by Georg Brandl · 16 years ago