1. ef8cd5c Tagging 2.6 beta 2. by Barry Warsaw · 16 years ago
  2. daddf03 Bumping to 2.6b2 by Barry Warsaw · 16 years ago
  3. 7fb9640 Fix issue 3395, update _debugInfo to be _debug_info by Jesse Noller · 16 years ago
  4. d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 16 years ago
  5. 0c1dbf8 catch socket.error errors in badCertTest by Bill Janssen · 16 years ago
  6. 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 16 years ago
  7. 4347c44 #3381 fix framework builds on 10.4 by Benjamin Peterson · 16 years ago
  8. f5668f1 try to fix test_threading on the Windows bot by Benjamin Peterson · 16 years ago
  9. db3409c news note for r63052 by Gregory P. Smith · 16 years ago
  10. 1ab3149 Merged revisions 65053-65054 via svnmerge from by Benjamin Peterson · 16 years ago
  11. a66bb0a #3388: add a paragraph about using "with" for file objects. by Georg Brandl · 16 years ago
  12. 0a34baf Byte items *can* be chars in 2.6. by Georg Brandl · 16 years ago
  13. 3238a3e Backport part of r65043. by Georg Brandl · 16 years ago
  14. 3e75846 Use _getbytevalue() in init too. by Georg Brandl · 16 years ago
  15. 3e483f6 #3156: fix consistency in what type bytearray methods accept as items. by Georg Brandl · 16 years ago
  16. a24869a #3312: fix two sqlite3 crashes. by Georg Brandl · 16 years ago
  17. 4ed9be7 #3345: fix docstring. by Georg Brandl · 16 years ago
  18. b9b68ae #3305: self->stream can be NULL. by Georg Brandl · 16 years ago
  19. 86cbf81 #1608818: errno can get set by every call to readdir(). by Georg Brandl · 16 years ago
  20. b32dea5 #3045: fix pydoc behavior for TEMP path with spaces. by Georg Brandl · 16 years ago
  21. 0e6ea5d fix framework install on Mac 10.4 by Benjamin Peterson · 16 years ago
  22. 5e62ca4 Apply patch for 874900: threading module can deadlock after fork by Jesse Noller · 16 years ago
  23. 1bbf4ea Merged revisions 65025 via svnmerge from by Benjamin Peterson · 16 years ago
  24. 4cb965c Renamed a parameter in calc_number_widths, for consistency with the same parameter in fill_non_digits. by Eric Smith · 16 years ago
  25. 4b4f0eb lib2to3 isn't broken anymore, so we can run the test by Benjamin Peterson · 16 years ago
  26. 699b090 Merged revisions 64863,64868,64870,64942,65001-65002,65017-65018 via svnmerge from by Benjamin Peterson · 16 years ago
  27. 13e9d58 Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes by Jesse Noller · 16 years ago
  28. a6c5dc0 Apply patch for issue 3090: ARCHFLAGS parsing incorrect by Jesse Noller · 16 years ago
  29. 64b7e50 Issue #3360: Fix incorrect parsing of "020000000000.0". by Mark Dickinson · 16 years ago
  30. c83f113 Add Antoine. by Martin v. Löwis · 16 years ago
  31. a736a28 disable lib2to3 in the trunk. It's broken just for 2.6 by Benjamin Peterson · 16 years ago
  32. a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). by Eric Smith · 16 years ago
  33. 954a278 Keep sorted. by Georg Brandl · 16 years ago
  34. e2efba4 Move label to correct heading. by Georg Brandl · 16 years ago
  35. 6276456 Fix float.from_hex tests. It appears that Linux/ia64 doesn't like by Mark Dickinson · 16 years ago
  36. 2affb40 Fix test on 64-bit platforms. by Thomas Heller · 16 years ago
  37. 6d75ff8 Add Victor Stinner, he provided the patch for issue #3313. by Thomas Heller · 16 years ago
  38. 880f529 Issue #3313: Contrary to the man page, a failed dlopen() call does not by Thomas Heller · 16 years ago
  39. 7103aa4 Issue #3008: add instance method float.hex and class method float.fromhex by Mark Dickinson · 16 years ago
  40. 9949d6e Revert 3270 patch: self._address is in pretty widespread use, need to revisit by Jesse Noller · 16 years ago
  41. 2bad657 NEWS entry for #issue 3258. by Thomas Heller · 16 years ago
  42. c0b2a80 Issue #3258: Fix an assertion error (in debug build) and a crash (in by Thomas Heller · 16 years ago
  43. 6d6bd44 Add missing NEWS entry for r64962 by Nick Coghlan · 16 years ago
  44. 53663a6 Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful by Nick Coghlan · 16 years ago
  45. 9ace15c multiprocessing/connection.py patch to remove fqdn oddness for issue 3270 by Jesse Noller · 16 years ago
  46. d0c8412 Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin, oct, hex. There's still one failing case, and I need to finish the docs. I hope to finish those today. by Eric Smith · 16 years ago
  47. a6864e0 fix test_py3kwarns by Benjamin Peterson · 16 years ago
  48. 2ee623b Fixed test failure on Win64 machines. by Robert Schuppenies · 16 years ago
  49. fb7a50f Fix posix.fork1() / os.fork1() to only call PyOS_AfterFork() in the child by Gregory P. Smith · 16 years ago
  50. 4ec0c27 Expand the multiprocessing section by Andrew M. Kuchling · 16 years ago
  51. 8ea605c Typo fix by Andrew M. Kuchling · 16 years ago
  52. a2478d9 Typo fix by Andrew M. Kuchling · 16 years ago
  53. ded01d1 Typo fixes by Andrew M. Kuchling · 16 years ago
  54. bd70476 Issue #3153: sqlite leaks on error. by Alexandre Vassalotti · 16 years ago
  55. b93dc5f Add various items; move ctypes items into a subsection of their own by Andrew M. Kuchling · 16 years ago
  56. 00f34c6 Re-word by Andrew M. Kuchling · 16 years ago
  57. 8d412f3 Issue #3274: Use a less common identifier for the temporary variable by Alexandre Vassalotti · 16 years ago
  58. 060cd1e Add turtle into the module index. by Martin v. Löwis · 16 years ago
  59. e79edf5 remove sys.version_info check for 3.0 by Benjamin Peterson · 16 years ago
  60. 2a60879 remove bytes alias by Benjamin Peterson · 16 years ago
  61. b028f50 Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError when the parent module can't be found during an absolute import (likely due to non-PEP 361 aware code which sets a module level __package__ attribute) by Nick Coghlan · 16 years ago
  62. 12c8660 Correct a couple of errors in the updated catch_warning documentation (the Py3k version was fixed before being checked in) by Nick Coghlan · 16 years ago
  63. 38469e2 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings. by Nick Coghlan · 16 years ago
  64. 3d0b9f0 dummy_thread.acquire() would return None if no waitflag argument was given. It by Brett Cannon · 16 years ago
  65. 0522a9f #1778443 robotparser fixes from Aristotelis Mikropoulos by Benjamin Peterson · 16 years ago
  66. 2412259 Fixed typo. by Alexandre Vassalotti · 16 years ago
  67. 90f3673 fix various doc typos #3320 by Benjamin Peterson · 16 years ago
  68. 9c87a40 - Fix bashisms in Tools/faqwiz/move-faqwiz.sh by Matthias Klose · 16 years ago
  69. 873c386 Fixed test for asyncore. by Josiah Carlson · 16 years ago
  70. b65b4c3 Fix for the AttributeError in test_asynchat. by Josiah Carlson · 16 years ago
  71. 2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. by Amaury Forgeot d'Arc · 16 years ago
  72. ae6d2b9 #3317 in zipfile module, restore the previous names of global variables: by Amaury Forgeot d'Arc · 16 years ago
  73. 8dbbb96 Add cautionary note on the use of PySequence_Fast_ITEMS. by Raymond Hettinger · 16 years ago
  74. feef51d Fix a minor typo in the last entry made. by Brett Cannon · 16 years ago
  75. 963ffdb Doc that robotparse has been renamed urllib.robotparser in Python 3.0. by Brett Cannon · 16 years ago
  76. f6afa33 Doc that urlparse is named urllib.parse in Python 3.0. by Brett Cannon · 16 years ago
  77. 97aa1ae Document the fact that urllib2 spans multiple modules with new names in Python by Brett Cannon · 16 years ago
  78. ea40c58 Removal an invalid entry as the fixer for urllib is under active development. by Brett Cannon · 16 years ago
  79. 4762902 Added garbage collector overhead and optional default return value to by Robert Schuppenies · 16 years ago
  80. 5930d8f Suppress -3 warnings in unittest.py by Raymond Hettinger · 16 years ago
  81. 930795b Clear the -3 warnings in optparse.py by Raymond Hettinger · 16 years ago
  82. 9be2ec1 Added additional __sizeof__ implementations and addressed comments made in by Robert Schuppenies · 16 years ago
  83. cc3f2b1 Wording changes by Andrew M. Kuchling · 16 years ago
  84. b01713e Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments. by Raymond Hettinger · 16 years ago
  85. 3cd1e42 Issue 3301: Bisect functions behaved badly when lo was negative. by Raymond Hettinger · 16 years ago
  86. d2cd86d Fixed Issue3122 and extended sys.getsizeof tests for built-in types. by Robert Schuppenies · 16 years ago
  87. 548db58 Use operator.index() instead of n.__index__(). by Raymond Hettinger · 16 years ago
  88. 655d583 Issue 3287: Raise correct exception for float inputs. by Raymond Hettinger · 16 years ago
  89. 14ff994 Add missing NEWS and ACK entries for r64791 by Nick Coghlan · 16 years ago
  90. 524b777 Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the instance dictionary when looking up __unicode__ on new-style classes by Nick Coghlan · 16 years ago
  91. dbc5987 Add missing ABCs to list. by Georg Brandl · 16 years ago
  92. 1a66441 Issue 3306. Better control for a lenght in findmax() function. by Facundo Batista · 16 years ago
  93. 10cf7d9 Fix example to match text by Andrew M. Kuchling · 16 years ago
  94. 2c7ca9b Correct grammar. by Skip Montanaro · 16 years ago
  95. c4691ec - Issue #3094: httplib.HTTPSConnection Host: headers no longer include the by Gregory P. Smith · 16 years ago
  96. 0422292 Add commented out #_sha256 and #_sha512 lines per issue 3183. by Gregory P. Smith · 16 years ago
  97. ff5f420 Fixed bugs 760475, 953599, and 1519. by Josiah Carlson · 16 years ago
  98. 3b1e6b2 - Issue #3309: Fix bz2.BZFile itererator to release its internal lock by Gregory P. Smith · 16 years ago
  99. 0f7cddc Issue839496: SimpleHTTPServer should open all files in binary mode. by Amaury Forgeot d'Arc · 16 years ago
  100. aaca978 Add two items; rewrap paragraph by Andrew M. Kuchling · 16 years ago