1. 305480c Issue 3116: fix quadratic behavior in marshal.dumps(). by Raymond Hettinger · 16 years ago
  2. a161f60 Forward-port new test from r64300. by Georg Brandl · 16 years ago
  3. e607823 Merged revisions 63661,63666,63695,63711,63729,63769,63790,63880,63886 via svnmerge from by Benjamin Peterson · 16 years ago
  4. a0205d0 silence the test when it is skipped on some platforms. should fix a buildbot. by Gregory P. Smith · 16 years ago
  5. fd82f2e Disable UAC by default. by Martin v. Löwis · 16 years ago
  6. 945c632 Set eol-style to CRLF for all batch files. by Martin v. Löwis · 16 years ago
  7. 6807120 Avoid rebuilding tcl/tk. Merge x86 changes into AMD64. by Martin v. Löwis · 16 years ago
  8. 8c3bc86 Since python2.6 must run on Windows 2000, by Amaury Forgeot d'Arc · 16 years ago
  9. d25cdc3 on windows, r64214 broke compilation with some recent SDKs, by Amaury Forgeot d'Arc · 16 years ago
  10. c06f5a4 Use the correct URL for sqlite3 sources, and try to fix windows buildbots. by Amaury Forgeot d'Arc · 16 years ago
  11. a6e02e8 Conservatively restrict support to format 8 repositories. by Martin v. Löwis · 16 years ago
  12. 49ac5aa Support subversion repositories of version 8. by Martin v. Löwis · 16 years ago
  13. 3a44148 Revert eol-style to CRLF. by Martin v. Löwis · 16 years ago
  14. 06510b2 Run svneol.py on all sources. by Martin v. Löwis · 16 years ago
  15. 6733ef5 Add a missing file for VS2005 by Amaury Forgeot d'Arc · 16 years ago
  16. 3730453 Typo fixes by Andrew M. Kuchling · 16 years ago
  17. 7f03ea7 darn! I converted half of the files the wrong way. by Benjamin Peterson · 16 years ago
  18. dfd7949 convert multiprocessing to unix line endings by Benjamin Peterson · 16 years ago
  19. c9798fc Pickup sqlite3.dll from binary directory. Commit more often. by Martin v. Löwis · 16 years ago
  20. cac8f58 Update AMD64 build for amalgamated sqlite. by Martin v. Löwis · 16 years ago
  21. cc0f2b2 Switch to SQLite 3.5.9. by Martin v. Löwis · 16 years ago
  22. a4514c3 Switch to bzip2 1.0.5. by Martin v. Löwis · 16 years ago
  23. 7e852d1 set svn:ignore on multiprocessing by Benjamin Peterson · 16 years ago
  24. 5c0be32 platform.uname now tries to fill empty values even when os.uname is present by Benjamin Peterson · 16 years ago
  25. 73e9ffc Fixed: sys.getsizeof does not take the actual length of the tuples into account. by Robert Schuppenies · 16 years ago
  26. 60c0be3 Clarification. by Georg Brandl · 16 years ago
  27. 111c180 Make more symbols static. by Martin v. Löwis · 16 years ago
  28. e1f6646 Typo. by Georg Brandl · 16 years ago
  29. 6d53e7e #3095: don't leak values from Py_BuildValue. by Georg Brandl · 16 years ago
  30. 04097a6 Fix typo in method name. The LT class implemented less than. The LE class by Neal Norwitz · 16 years ago
  31. 705cd06 Fix some memory dealloc problems when exceptions occur. by Neal Norwitz · 16 years ago
  32. e9ee44c Check for memory alloc failure by Neal Norwitz · 16 years ago
  33. a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 16 years ago
  34. 114f7e5 #1683 prevent forking from interfering in threading storage by Benjamin Peterson · 16 years ago
  35. 26305a0 add py3k warnings to rfc822 by Benjamin Peterson · 16 years ago
  36. 6fd3321 Update VS8.0 build files, using the script vs9to8.py. by Amaury Forgeot d'Arc · 16 years ago
  37. 3511388 It seems that my VS2008 Express does not include a project in the build configuration, by Amaury Forgeot d'Arc · 16 years ago
  38. b8a18ea Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license. by Martin v. Löwis · 16 years ago
  39. 7b9e124 Support file names which include '+' (for Tk 8.5). by Martin v. Löwis · 16 years ago
  40. 329d738 Split Tcl make targets into separate ones. by Martin v. Löwis · 16 years ago
  41. a41be1d Revert bogus disabling of Tcl and Tk. by Martin v. Löwis · 16 years ago
  42. 7630731 Switch to Tcl/Tk 8.5. by Martin v. Löwis · 16 years ago
  43. db2c9f4 Switch to Tcl/Tk 8.5.2. by Martin v. Löwis · 16 years ago
  44. a03722f deprecated mimetools by Benjamin Peterson · 16 years ago
  45. ffae306 Sounds obvious, but I didn't even realize that you can put non-string by Armin Rigo · 16 years ago
  46. 5cc774e Can we agree to put dots at entry ends? Thanks. by Georg Brandl · 16 years ago
  47. 6f7ae69 update ACKS and NEWs for multiprocessing by Benjamin Peterson · 16 years ago
  48. 41a9e15 Markup fixes, thanks Georg for the help. by Thomas Heller · 16 years ago
  49. c0a296f Add versionadded marker to ctypes.c_longdouble. by Thomas Heller · 16 years ago
  50. 89f4887 Add future_builtins.ascii(). by Georg Brandl · 16 years ago
  51. 35b9020 Smaller doc fixes. by Thomas Heller · 16 years ago
  52. 2e9675a More doc fixes. by Thomas Heller · 16 years ago
  53. 13f7382 add old names back into __all__ by Benjamin Peterson · 16 years ago
  54. fe22a45 Correct an incorrect comment about our #include of stddef.h. by Gregory P. Smith · 16 years ago
  55. 81567d2 Markup fixes, spelling corrections, and better wordings. Hopefully. by Thomas Heller · 16 years ago
  56. d987545 Clarify what ":errorhandler" refers to. by Georg Brandl · 16 years ago
  57. 9cf1934 Fix typos. by Georg Brandl · 16 years ago
  58. f439560 add aliases to threading module by Benjamin Peterson · 16 years ago
  59. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 16 years ago
  60. 32c2e41 fix Windows building for multiprocessing by Benjamin Peterson · 16 years ago
  61. e29a103 Add test for heapq using both __lt__ and __le__. by Raymond Hettinger · 16 years ago
  62. a809c98 Note PEP 371 section by Andrew M. Kuchling · 16 years ago
  63. 6fbfb48 Optimize previous checkin for heapq. by Raymond Hettinger · 16 years ago
  64. e605e4f fix import of multiprocessing by juggling imports by Benjamin Peterson · 16 years ago
  65. f0bc3cb Issue 3051: Let heapq work with either __lt__ or __le__. by Raymond Hettinger · 16 years ago
  66. 4267be6 Multi-arg form for set.difference() and set.difference_update(). by Raymond Hettinger · 16 years ago
  67. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 16 years ago
  68. 73baefd Fix markup. Document the new 'offset' parameter for the 'ctypes.byref' function. by Thomas Heller · 16 years ago
  69. e0b9261 swap stringobject.h and bytesobject.h contents to make sense. PyString in by Gregory P. Smith · 16 years ago
  70. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 16 years ago
  71. d529986 convert test_struct to a unittest thanks to Giampaolo Rodola by Benjamin Peterson · 16 years ago
  72. 610a93e Handle the case with zero arguments. by Raymond Hettinger · 16 years ago
  73. 363070a Update numbers doc for the Integral simplification. by Raymond Hettinger · 16 years ago
  74. caea65e Mini-PEP: Simplifying numbers.py by Raymond Hettinger · 16 years ago
  75. 31296c0 backport of 64096 by Benjamin Peterson · 16 years ago
  76. 8e8de4a Correct test_pydoc for win32 platforms, to account for normalized URLs: by Amaury Forgeot d'Arc · 16 years ago
  77. b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 16 years ago
  78. 482f312 Documented the new AST constructor. by Armin Ronacher · 16 years ago
  79. 3079be5 Fix a formatting error in the ast documentation. by Armin Ronacher · 16 years ago
  80. 99a3dce More reverting of r63675 per the mailing list discussions. This restores by Gregory P. Smith · 16 years ago
  81. b67b53d Fixed test to reflect new filedispatcher semantics, as well as two by Josiah Carlson · 16 years ago
  82. 1cec7aa NEWS entry for: Add an optional 'offset' parameter to byref, defaulting to zero. by Thomas Heller · 16 years ago
  83. dcea9a9 Add an optional 'offset' parameter to byref, defaultingto zero. by Thomas Heller · 16 years ago
  84. 60977c7 more markup fix. by Georg Brandl · 16 years ago
  85. 0099e72 fix markup by Benjamin Peterson · 16 years ago
  86. 8550d69 #2536: fix itertools.permutations and itertools.combinations docstrings. by Georg Brandl · 16 years ago
  87. 901c997 Issue 3048: Fixed sys.getsizeof for unicode objects. by Robert Schuppenies · 16 years ago
  88. 0705bc0 Add Arnaud for his efforts on multi-arg set operations. by Raymond Hettinger · 16 years ago
  89. 8509db5 Add the "ast" module, containing helpers to ease use of the "_ast" classes. by Georg Brandl · 16 years ago
  90. df7036d Add Gregor Lingl. by Martin v. Löwis · 16 years ago
  91. 1a72d88 Applying updated patch from Issue 1736190, which addresses partial by Josiah Carlson · 16 years ago
  92. 602d8db Added better pickling support to xrange objects. Cleaned up the unit test. by Alexandre Vassalotti · 16 years ago
  93. 1f2f61a Issue 2582: Fix pickling of xrange objects. by Alexandre Vassalotti · 16 years ago
  94. 5c4d3d0 Let set.intersection() and set.intersection_update() take multiple input arguments. by Raymond Hettinger · 16 years ago
  95. d623414 Unhappy buildbots. Revert 64052. Long doubles have unexpected effects on some builds. by Raymond Hettinger · 16 years ago
  96. 7b1ed66 Address double-rounding scenarios by setting all variables to long doubles. by Raymond Hettinger · 16 years ago
  97. ee4bcad Let set.union() and set.update() accept multiple inputs. by Raymond Hettinger · 16 years ago
  98. ecbdd2e Issue #2138: Add math.factorial(). by Raymond Hettinger · 16 years ago
  99. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  100. e98839a Issue3065: Fixed pickling of named tuples. Added tests. by Raymond Hettinger · 16 years ago