1. 78ad2c0 Tagging for 2.6b1 by Barry Warsaw · 16 years ago
  2. b5d1740 Bumping to 2.6b1 by Barry Warsaw · 16 years ago
  3. da9c9be Fix test_socket_ssl the easy way and remove it per #1489 by Benjamin Peterson · 16 years ago
  4. d574633 Typo in a directory name. Should help the AMD64 buildbots by Amaury Forgeot d'Arc · 16 years ago
  5. 7248fd8 The ssl certificate at https://sf.net is not valid. by Amaury Forgeot d'Arc · 16 years ago
  6. a3b6baa Remove test_listener_client to remove possible race condition in the multiprocessing tests by Jesse Noller · 16 years ago
  7. 1862382 Attempt RLock creation prior to test execution on Linux, if it raises the OSError in issue 3111, skip the test suite by Jesse Noller · 16 years ago
  8. 5da652e Add versionadded tags to new math functions. by Georg Brandl · 16 years ago
  9. f88f739 Typo fix by Mark Dickinson · 16 years ago
  10. 2281da4 Fix double decref. by Raymond Hettinger · 16 years ago
  11. 09fc075 Fix the previous fix by Amaury Forgeot d'Arc · 16 years ago
  12. 19fc7f6 On windows, lib2to3 should accept / and \ in the fixer_dir argument by Amaury Forgeot d'Arc · 16 years ago
  13. aa4e47a add needed import by Benjamin Peterson · 16 years ago
  14. ed77f2e skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot problem in the buildbot env. by Benjamin Peterson · 16 years ago
  15. fb1c4b9 Issue 3118: make test_math pass on Ubuntu/ia64. exp(-745.0) was raising by Mark Dickinson · 16 years ago
  16. 21a45e1 Roll back Raymond's -r64098 while we think of something better. by Guido van Rossum · 16 years ago
  17. 9828b7e Updated with fix for #3126. by Vinay Sajip · 16 years ago
  18. 8f96b8e Bug #3126: StreamHandler and FileHandler check before calling "flush" and "close" that the stream object has these, using hasattr (thanks to bobf for the patch). by Vinay Sajip · 16 years ago
  19. 5c15aba Split the HTML index. by Georg Brandl · 16 years ago
  20. 59f3ade Issue 3048: Fixed sys.sizeof test fails with wide unicode. by Robert Schuppenies · 16 years ago
  21. d0ba073 Add Jesse Noller to the developers list. by Georg Brandl · 16 years ago
  22. da3a1b1 reduce the test_multiprocessing load to ones that shouldn't hang. These will be reenabled gradually as we find the problems. by Benjamin Peterson · 16 years ago
  23. b8bfdf5 fix Tools/scripts/2to3 as the result of a merge error by Benjamin Peterson · 16 years ago
  24. a8919fe Issue 3110: Crash with weakref subclass, by Amaury Forgeot d'Arc · 16 years ago
  25. 305480c Issue 3116: fix quadratic behavior in marshal.dumps(). by Raymond Hettinger · 16 years ago
  26. a161f60 Forward-port new test from r64300. by Georg Brandl · 16 years ago
  27. e607823 Merged revisions 63661,63666,63695,63711,63729,63769,63790,63880,63886 via svnmerge from by Benjamin Peterson · 16 years ago
  28. a0205d0 silence the test when it is skipped on some platforms. should fix a buildbot. by Gregory P. Smith · 16 years ago
  29. fd82f2e Disable UAC by default. by Martin v. Löwis · 16 years ago
  30. 945c632 Set eol-style to CRLF for all batch files. by Martin v. Löwis · 16 years ago
  31. 6807120 Avoid rebuilding tcl/tk. Merge x86 changes into AMD64. by Martin v. Löwis · 16 years ago
  32. 8c3bc86 Since python2.6 must run on Windows 2000, by Amaury Forgeot d'Arc · 16 years ago
  33. d25cdc3 on windows, r64214 broke compilation with some recent SDKs, by Amaury Forgeot d'Arc · 16 years ago
  34. c06f5a4 Use the correct URL for sqlite3 sources, and try to fix windows buildbots. by Amaury Forgeot d'Arc · 16 years ago
  35. a6e02e8 Conservatively restrict support to format 8 repositories. by Martin v. Löwis · 16 years ago
  36. 49ac5aa Support subversion repositories of version 8. by Martin v. Löwis · 16 years ago
  37. 3a44148 Revert eol-style to CRLF. by Martin v. Löwis · 16 years ago
  38. 06510b2 Run svneol.py on all sources. by Martin v. Löwis · 16 years ago
  39. 6733ef5 Add a missing file for VS2005 by Amaury Forgeot d'Arc · 16 years ago
  40. 3730453 Typo fixes by Andrew M. Kuchling · 16 years ago
  41. 7f03ea7 darn! I converted half of the files the wrong way. by Benjamin Peterson · 16 years ago
  42. dfd7949 convert multiprocessing to unix line endings by Benjamin Peterson · 16 years ago
  43. c9798fc Pickup sqlite3.dll from binary directory. Commit more often. by Martin v. Löwis · 16 years ago
  44. cac8f58 Update AMD64 build for amalgamated sqlite. by Martin v. Löwis · 16 years ago
  45. cc0f2b2 Switch to SQLite 3.5.9. by Martin v. Löwis · 16 years ago
  46. a4514c3 Switch to bzip2 1.0.5. by Martin v. Löwis · 16 years ago
  47. 7e852d1 set svn:ignore on multiprocessing by Benjamin Peterson · 16 years ago
  48. 5c0be32 platform.uname now tries to fill empty values even when os.uname is present by Benjamin Peterson · 16 years ago
  49. 73e9ffc Fixed: sys.getsizeof does not take the actual length of the tuples into account. by Robert Schuppenies · 16 years ago
  50. 60c0be3 Clarification. by Georg Brandl · 16 years ago
  51. 111c180 Make more symbols static. by Martin v. Löwis · 16 years ago
  52. e1f6646 Typo. by Georg Brandl · 16 years ago
  53. 6d53e7e #3095: don't leak values from Py_BuildValue. by Georg Brandl · 16 years ago
  54. 04097a6 Fix typo in method name. The LT class implemented less than. The LE class by Neal Norwitz · 16 years ago
  55. 705cd06 Fix some memory dealloc problems when exceptions occur. by Neal Norwitz · 16 years ago
  56. e9ee44c Check for memory alloc failure by Neal Norwitz · 16 years ago
  57. a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 16 years ago
  58. 114f7e5 #1683 prevent forking from interfering in threading storage by Benjamin Peterson · 16 years ago
  59. 26305a0 add py3k warnings to rfc822 by Benjamin Peterson · 16 years ago
  60. 6fd3321 Update VS8.0 build files, using the script vs9to8.py. by Amaury Forgeot d'Arc · 16 years ago
  61. 3511388 It seems that my VS2008 Express does not include a project in the build configuration, by Amaury Forgeot d'Arc · 16 years ago
  62. b8a18ea Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license. by Martin v. Löwis · 16 years ago
  63. 7b9e124 Support file names which include '+' (for Tk 8.5). by Martin v. Löwis · 16 years ago
  64. 329d738 Split Tcl make targets into separate ones. by Martin v. Löwis · 16 years ago
  65. a41be1d Revert bogus disabling of Tcl and Tk. by Martin v. Löwis · 16 years ago
  66. 7630731 Switch to Tcl/Tk 8.5. by Martin v. Löwis · 16 years ago
  67. db2c9f4 Switch to Tcl/Tk 8.5.2. by Martin v. Löwis · 16 years ago
  68. a03722f deprecated mimetools by Benjamin Peterson · 16 years ago
  69. ffae306 Sounds obvious, but I didn't even realize that you can put non-string by Armin Rigo · 16 years ago
  70. 5cc774e Can we agree to put dots at entry ends? Thanks. by Georg Brandl · 16 years ago
  71. 6f7ae69 update ACKS and NEWs for multiprocessing by Benjamin Peterson · 16 years ago
  72. 41a9e15 Markup fixes, thanks Georg for the help. by Thomas Heller · 16 years ago
  73. c0a296f Add versionadded marker to ctypes.c_longdouble. by Thomas Heller · 16 years ago
  74. 89f4887 Add future_builtins.ascii(). by Georg Brandl · 16 years ago
  75. 35b9020 Smaller doc fixes. by Thomas Heller · 16 years ago
  76. 2e9675a More doc fixes. by Thomas Heller · 16 years ago
  77. 13f7382 add old names back into __all__ by Benjamin Peterson · 16 years ago
  78. fe22a45 Correct an incorrect comment about our #include of stddef.h. by Gregory P. Smith · 16 years ago
  79. 81567d2 Markup fixes, spelling corrections, and better wordings. Hopefully. by Thomas Heller · 16 years ago
  80. d987545 Clarify what ":errorhandler" refers to. by Georg Brandl · 16 years ago
  81. 9cf1934 Fix typos. by Georg Brandl · 16 years ago
  82. f439560 add aliases to threading module by Benjamin Peterson · 16 years ago
  83. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 16 years ago
  84. 32c2e41 fix Windows building for multiprocessing by Benjamin Peterson · 16 years ago
  85. e29a103 Add test for heapq using both __lt__ and __le__. by Raymond Hettinger · 16 years ago
  86. a809c98 Note PEP 371 section by Andrew M. Kuchling · 16 years ago
  87. 6fbfb48 Optimize previous checkin for heapq. by Raymond Hettinger · 16 years ago
  88. e605e4f fix import of multiprocessing by juggling imports by Benjamin Peterson · 16 years ago
  89. f0bc3cb Issue 3051: Let heapq work with either __lt__ or __le__. by Raymond Hettinger · 16 years ago
  90. 4267be6 Multi-arg form for set.difference() and set.difference_update(). by Raymond Hettinger · 16 years ago
  91. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 16 years ago
  92. 73baefd Fix markup. Document the new 'offset' parameter for the 'ctypes.byref' function. by Thomas Heller · 16 years ago
  93. e0b9261 swap stringobject.h and bytesobject.h contents to make sense. PyString in by Gregory P. Smith · 16 years ago
  94. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 16 years ago
  95. d529986 convert test_struct to a unittest thanks to Giampaolo Rodola by Benjamin Peterson · 16 years ago
  96. 610a93e Handle the case with zero arguments. by Raymond Hettinger · 16 years ago
  97. 363070a Update numbers doc for the Integral simplification. by Raymond Hettinger · 16 years ago
  98. caea65e Mini-PEP: Simplifying numbers.py by Raymond Hettinger · 16 years ago
  99. 31296c0 backport of 64096 by Benjamin Peterson · 16 years ago
  100. 8e8de4a Correct test_pydoc for win32 platforms, to account for normalized URLs: by Amaury Forgeot d'Arc · 16 years ago