1. cc0f2b2 Switch to SQLite 3.5.9. by Martin v. Löwis · 16 years ago
  2. a4514c3 Switch to bzip2 1.0.5. by Martin v. Löwis · 16 years ago
  3. 7e852d1 set svn:ignore on multiprocessing by Benjamin Peterson · 16 years ago
  4. 5c0be32 platform.uname now tries to fill empty values even when os.uname is present by Benjamin Peterson · 16 years ago
  5. 73e9ffc Fixed: sys.getsizeof does not take the actual length of the tuples into account. by Robert Schuppenies · 16 years ago
  6. 60c0be3 Clarification. by Georg Brandl · 16 years ago
  7. 111c180 Make more symbols static. by Martin v. Löwis · 16 years ago
  8. e1f6646 Typo. by Georg Brandl · 16 years ago
  9. 6d53e7e #3095: don't leak values from Py_BuildValue. by Georg Brandl · 16 years ago
  10. 04097a6 Fix typo in method name. The LT class implemented less than. The LE class by Neal Norwitz · 16 years ago
  11. 705cd06 Fix some memory dealloc problems when exceptions occur. by Neal Norwitz · 16 years ago
  12. e9ee44c Check for memory alloc failure by Neal Norwitz · 16 years ago
  13. a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 16 years ago
  14. 114f7e5 #1683 prevent forking from interfering in threading storage by Benjamin Peterson · 16 years ago
  15. 26305a0 add py3k warnings to rfc822 by Benjamin Peterson · 16 years ago
  16. 6fd3321 Update VS8.0 build files, using the script vs9to8.py. by Amaury Forgeot d'Arc · 16 years ago
  17. 3511388 It seems that my VS2008 Express does not include a project in the build configuration, by Amaury Forgeot d'Arc · 16 years ago
  18. b8a18ea Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license. by Martin v. Löwis · 16 years ago
  19. 7b9e124 Support file names which include '+' (for Tk 8.5). by Martin v. Löwis · 16 years ago
  20. 329d738 Split Tcl make targets into separate ones. by Martin v. Löwis · 16 years ago
  21. a41be1d Revert bogus disabling of Tcl and Tk. by Martin v. Löwis · 16 years ago
  22. 7630731 Switch to Tcl/Tk 8.5. by Martin v. Löwis · 16 years ago
  23. db2c9f4 Switch to Tcl/Tk 8.5.2. by Martin v. Löwis · 16 years ago
  24. a03722f deprecated mimetools by Benjamin Peterson · 16 years ago
  25. ffae306 Sounds obvious, but I didn't even realize that you can put non-string by Armin Rigo · 16 years ago
  26. 5cc774e Can we agree to put dots at entry ends? Thanks. by Georg Brandl · 16 years ago
  27. 6f7ae69 update ACKS and NEWs for multiprocessing by Benjamin Peterson · 16 years ago
  28. 41a9e15 Markup fixes, thanks Georg for the help. by Thomas Heller · 16 years ago
  29. c0a296f Add versionadded marker to ctypes.c_longdouble. by Thomas Heller · 16 years ago
  30. 89f4887 Add future_builtins.ascii(). by Georg Brandl · 16 years ago
  31. 35b9020 Smaller doc fixes. by Thomas Heller · 16 years ago
  32. 2e9675a More doc fixes. by Thomas Heller · 16 years ago
  33. 13f7382 add old names back into __all__ by Benjamin Peterson · 16 years ago
  34. fe22a45 Correct an incorrect comment about our #include of stddef.h. by Gregory P. Smith · 16 years ago
  35. 81567d2 Markup fixes, spelling corrections, and better wordings. Hopefully. by Thomas Heller · 16 years ago
  36. d987545 Clarify what ":errorhandler" refers to. by Georg Brandl · 16 years ago
  37. 9cf1934 Fix typos. by Georg Brandl · 16 years ago
  38. f439560 add aliases to threading module by Benjamin Peterson · 16 years ago
  39. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 16 years ago
  40. 32c2e41 fix Windows building for multiprocessing by Benjamin Peterson · 16 years ago
  41. e29a103 Add test for heapq using both __lt__ and __le__. by Raymond Hettinger · 16 years ago
  42. a809c98 Note PEP 371 section by Andrew M. Kuchling · 16 years ago
  43. 6fbfb48 Optimize previous checkin for heapq. by Raymond Hettinger · 16 years ago
  44. e605e4f fix import of multiprocessing by juggling imports by Benjamin Peterson · 16 years ago
  45. f0bc3cb Issue 3051: Let heapq work with either __lt__ or __le__. by Raymond Hettinger · 16 years ago
  46. 4267be6 Multi-arg form for set.difference() and set.difference_update(). by Raymond Hettinger · 16 years ago
  47. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 16 years ago
  48. 73baefd Fix markup. Document the new 'offset' parameter for the 'ctypes.byref' function. by Thomas Heller · 16 years ago
  49. e0b9261 swap stringobject.h and bytesobject.h contents to make sense. PyString in by Gregory P. Smith · 16 years ago
  50. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 16 years ago
  51. d529986 convert test_struct to a unittest thanks to Giampaolo Rodola by Benjamin Peterson · 16 years ago
  52. 610a93e Handle the case with zero arguments. by Raymond Hettinger · 16 years ago
  53. 363070a Update numbers doc for the Integral simplification. by Raymond Hettinger · 16 years ago
  54. caea65e Mini-PEP: Simplifying numbers.py by Raymond Hettinger · 16 years ago
  55. 31296c0 backport of 64096 by Benjamin Peterson · 16 years ago
  56. 8e8de4a Correct test_pydoc for win32 platforms, to account for normalized URLs: by Amaury Forgeot d'Arc · 16 years ago
  57. b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 16 years ago
  58. 482f312 Documented the new AST constructor. by Armin Ronacher · 16 years ago
  59. 3079be5 Fix a formatting error in the ast documentation. by Armin Ronacher · 16 years ago
  60. 99a3dce More reverting of r63675 per the mailing list discussions. This restores by Gregory P. Smith · 16 years ago
  61. b67b53d Fixed test to reflect new filedispatcher semantics, as well as two by Josiah Carlson · 16 years ago
  62. 1cec7aa NEWS entry for: Add an optional 'offset' parameter to byref, defaulting to zero. by Thomas Heller · 16 years ago
  63. dcea9a9 Add an optional 'offset' parameter to byref, defaultingto zero. by Thomas Heller · 16 years ago
  64. 60977c7 more markup fix. by Georg Brandl · 16 years ago
  65. 0099e72 fix markup by Benjamin Peterson · 16 years ago
  66. 8550d69 #2536: fix itertools.permutations and itertools.combinations docstrings. by Georg Brandl · 16 years ago
  67. 901c997 Issue 3048: Fixed sys.getsizeof for unicode objects. by Robert Schuppenies · 16 years ago
  68. 0705bc0 Add Arnaud for his efforts on multi-arg set operations. by Raymond Hettinger · 16 years ago
  69. 8509db5 Add the "ast" module, containing helpers to ease use of the "_ast" classes. by Georg Brandl · 16 years ago
  70. df7036d Add Gregor Lingl. by Martin v. Löwis · 16 years ago
  71. 1a72d88 Applying updated patch from Issue 1736190, which addresses partial by Josiah Carlson · 16 years ago
  72. 602d8db Added better pickling support to xrange objects. Cleaned up the unit test. by Alexandre Vassalotti · 16 years ago
  73. 1f2f61a Issue 2582: Fix pickling of xrange objects. by Alexandre Vassalotti · 16 years ago
  74. 5c4d3d0 Let set.intersection() and set.intersection_update() take multiple input arguments. by Raymond Hettinger · 16 years ago
  75. d623414 Unhappy buildbots. Revert 64052. Long doubles have unexpected effects on some builds. by Raymond Hettinger · 16 years ago
  76. 7b1ed66 Address double-rounding scenarios by setting all variables to long doubles. by Raymond Hettinger · 16 years ago
  77. ee4bcad Let set.union() and set.update() accept multiple inputs. by Raymond Hettinger · 16 years ago
  78. ecbdd2e Issue #2138: Add math.factorial(). by Raymond Hettinger · 16 years ago
  79. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  80. e98839a Issue3065: Fixed pickling of named tuples. Added tests. by Raymond Hettinger · 16 years ago
  81. f4fcdb6 warn about parameter tuple unpacking by Benjamin Peterson · 16 years ago
  82. d5efd20 Warn about assigning to Py3k keywords (True and False) by Benjamin Peterson · 16 years ago
  83. cbd7813 add an ast_warn helper function to make adding those Py3k warnings easier by Benjamin Peterson · 16 years ago
  84. 3219df1 Argh, I read it wrong. Reverted 64036 and added a clarifying remark. by Georg Brandl · 16 years ago
  85. ebd662d #3028: tokenize passes the physical line. by Georg Brandl · 16 years ago
  86. 2fe3ef8 change Py3k backquote warning to a SyntaxWarning and add a test by Benjamin Peterson · 16 years ago
  87. 1f1174e capitalization nit by Benjamin Peterson · 16 years ago
  88. 9cea511 Document the "st" API, to avoid confusion with the "new" AST. by Georg Brandl · 16 years ago
  89. 5f27af0 X-ref to numbers module. by Georg Brandl · 16 years ago
  90. afd05da Backport docs for abc module to 2.6. by Georg Brandl · 16 years ago
  91. 60fbf7f #3057: Fix the MutableMapping ABC to use the 2.6 dict interface. by Georg Brandl · 16 years ago
  92. 3bed4ae Register IterableUserDict as a MutableMapping. by Georg Brandl · 16 years ago
  93. bf0610a Revert unwanted changes. by Georg Brandl · 16 years ago
  94. 7be19aa Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() by Georg Brandl · 16 years ago
  95. 6a5a177 Finished bug #2451. Fixed the retrying part to make it more robust. by Facundo Batista · 16 years ago
  96. 0144f27 Remove locking part of new buffer protocol. by Travis E. Oliphant · 16 years ago
  97. 711c9e9 Add long double check support to configure test. by Travis E. Oliphant · 16 years ago
  98. ec2fe78 Issue 3501: Make heapq support both __le__ and __lt__. by Raymond Hettinger · 16 years ago
  99. 0d236eb Fix build issue on OSX 10.4 by Ronald Oussoren · 16 years ago
  100. 3f67c43 Document the new ctypes features. by Thomas Heller · 16 years ago