1. daddf03 Bumping to 2.6b2 by Barry Warsaw · 17 years ago v2.6b2
  2. 7fb9640 Fix issue 3395, update _debugInfo to be _debug_info by Jesse Noller · 17 years ago
  3. d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 17 years ago
  4. 0c1dbf8 catch socket.error errors in badCertTest by Bill Janssen · 17 years ago
  5. 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 17 years ago
  6. f5668f1 try to fix test_threading on the Windows bot by Benjamin Peterson · 17 years ago
  7. 1ab3149 Merged revisions 65053-65054 via svnmerge from by Benjamin Peterson · 17 years ago
  8. 0a34baf Byte items *can* be chars in 2.6. by Georg Brandl · 17 years ago
  9. 3e483f6 #3156: fix consistency in what type bytearray methods accept as items. by Georg Brandl · 17 years ago
  10. a24869a #3312: fix two sqlite3 crashes. by Georg Brandl · 17 years ago
  11. 4ed9be7 #3345: fix docstring. by Georg Brandl · 17 years ago
  12. b9b68ae #3305: self->stream can be NULL. by Georg Brandl · 17 years ago
  13. b32dea5 #3045: fix pydoc behavior for TEMP path with spaces. by Georg Brandl · 17 years ago
  14. 5e62ca4 Apply patch for 874900: threading module can deadlock after fork by Jesse Noller · 17 years ago
  15. 1bbf4ea Merged revisions 65025 via svnmerge from by Benjamin Peterson · 17 years ago
  16. 4b4f0eb lib2to3 isn't broken anymore, so we can run the test by Benjamin Peterson · 17 years ago
  17. 699b090 Merged revisions 64863,64868,64870,64942,65001-65002,65017-65018 via svnmerge from by Benjamin Peterson · 17 years ago
  18. 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 · 17 years ago
  19. a6c5dc0 Apply patch for issue 3090: ARCHFLAGS parsing incorrect by Jesse Noller · 17 years ago
  20. 64b7e50 Issue #3360: Fix incorrect parsing of "020000000000.0". by Mark Dickinson · 17 years ago
  21. a736a28 disable lib2to3 in the trunk. It's broken just for 2.6 by Benjamin Peterson · 17 years ago
  22. a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). by Eric Smith · 17 years ago
  23. 6276456 Fix float.from_hex tests. It appears that Linux/ia64 doesn't like by Mark Dickinson · 17 years ago
  24. 2affb40 Fix test on 64-bit platforms. by Thomas Heller · 17 years ago
  25. 7103aa4 Issue #3008: add instance method float.hex and class method float.fromhex by Mark Dickinson · 17 years ago
  26. 9949d6e Revert 3270 patch: self._address is in pretty widespread use, need to revisit by Jesse Noller · 17 years ago
  27. c0b2a80 Issue #3258: Fix an assertion error (in debug build) and a crash (in by Thomas Heller · 17 years ago
  28. 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 · 17 years ago
  29. 9ace15c multiprocessing/connection.py patch to remove fqdn oddness for issue 3270 by Jesse Noller · 17 years ago
  30. 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 · 17 years ago
  31. a6864e0 fix test_py3kwarns by Benjamin Peterson · 17 years ago
  32. 2ee623b Fixed test failure on Win64 machines. by Robert Schuppenies · 17 years ago
  33. e79edf5 remove sys.version_info check for 3.0 by Benjamin Peterson · 17 years ago
  34. 2a60879 remove bytes alias by Benjamin Peterson · 17 years ago
  35. 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 · 17 years ago
  36. 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 · 17 years ago
  37. 3d0b9f0 dummy_thread.acquire() would return None if no waitflag argument was given. It by Brett Cannon · 17 years ago
  38. 0522a9f #1778443 robotparser fixes from Aristotelis Mikropoulos by Benjamin Peterson · 17 years ago
  39. 873c386 Fixed test for asyncore. by Josiah Carlson · 17 years ago
  40. b65b4c3 Fix for the AttributeError in test_asynchat. by Josiah Carlson · 17 years ago
  41. 2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. by Amaury Forgeot d'Arc · 17 years ago
  42. ae6d2b9 #3317 in zipfile module, restore the previous names of global variables: by Amaury Forgeot d'Arc · 17 years ago
  43. 4762902 Added garbage collector overhead and optional default return value to by Robert Schuppenies · 17 years ago
  44. 5930d8f Suppress -3 warnings in unittest.py by Raymond Hettinger · 17 years ago
  45. 930795b Clear the -3 warnings in optparse.py by Raymond Hettinger · 17 years ago
  46. 9be2ec1 Added additional __sizeof__ implementations and addressed comments made in by Robert Schuppenies · 17 years ago
  47. b01713e Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments. by Raymond Hettinger · 17 years ago
  48. 3cd1e42 Issue 3301: Bisect functions behaved badly when lo was negative. by Raymond Hettinger · 17 years ago
  49. d2cd86d Fixed Issue3122 and extended sys.getsizeof tests for built-in types. by Robert Schuppenies · 17 years ago
  50. 548db58 Use operator.index() instead of n.__index__(). by Raymond Hettinger · 17 years ago
  51. 655d583 Issue 3287: Raise correct exception for float inputs. by Raymond Hettinger · 17 years ago
  52. 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 · 17 years ago
  53. 1a66441 Issue 3306. Better control for a lenght in findmax() function. by Facundo Batista · 17 years ago
  54. c4691ec - Issue #3094: httplib.HTTPSConnection Host: headers no longer include the by Gregory P. Smith · 17 years ago
  55. ff5f420 Fixed bugs 760475, 953599, and 1519. by Josiah Carlson · 17 years ago
  56. 3b1e6b2 - Issue #3309: Fix bz2.BZFile itererator to release its internal lock by Gregory P. Smith · 17 years ago
  57. 0f7cddc Issue839496: SimpleHTTPServer should open all files in binary mode. by Amaury Forgeot d'Arc · 17 years ago
  58. 7f58022 remove test_compact_freelists from test_sys by Benjamin Peterson · 17 years ago
  59. f414064 - Issue #2113: Fix error in subprocess.Popen if the select system call is by Gregory P. Smith · 17 years ago
  60. 17f2e4a Issue #3239. Differentiate the ascii call from the curses one and by Facundo Batista · 17 years ago
  61. 1ecce46 Keep below 80 chars. by Georg Brandl · 17 years ago
  62. 87988b6 make regrtest aware of the lib2to3 resource by Benjamin Peterson · 17 years ago
  63. 5a9ef42 Disable lib2to3 by default, unless run explicitly. by Martin v. Löwis · 17 years ago
  64. 5144ff5 Merged revisions 64285-64735 via svnmerge from by Martin v. Löwis · 17 years ago
  65. bf9f4d8 Issue 3188: accept float('infinity') as well as float('inf'). This by Mark Dickinson · 17 years ago
  66. e78fbcc #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade. by Georg Brandl · 17 years ago
  67. 8c43641 Patch #1622: Correct interpretation of various ZIP header fields. by Martin v. Löwis · 17 years ago
  68. 0bfac6e Revert r64673 and instead just change the file encoding. by Brett Cannon · 17 years ago
  69. 3bff9d2 FIx some Latin-1 characters to be UTF-8 as the file encoding specifies. by Brett Cannon · 17 years ago
  70. 76cf55f Add #!/usr/bin/env python for ben by Jesse Noller · 17 years ago
  71. 66c5277 Issue #449227: Now with the rlcompleter module, callable objects are by Facundo Batista · 17 years ago
  72. 146b7ab Reenable the manager tests with Amaury's threading fix by Jesse Noller · 17 years ago
  73. c060b0e Issue 3190: pydoc now hides module __package__ attributes by Nick Coghlan · 17 years ago
  74. 70c3289 Replace occurrences of '\d' with '[0-9]' in Decimal regex, to make sure by Mark Dickinson · 17 years ago
  75. 8bb8fa5 Handle urllib's renaming for Python 3.0: by Brett Cannon · 17 years ago
  76. bdd941f #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 17 years ago
  77. 175e4d9 #3219 repeated keyword arguments aren't allowed in function calls anymore by Benjamin Peterson · 17 years ago
  78. 1f40c8a #Issue3088 in-progress: Race condition with instances of classes derived from threading.local: by Amaury Forgeot d'Arc · 17 years ago
  79. 763d309 Fix #2702, with a correct accounting of recursion. by Facundo Batista · 17 years ago
  80. 5ff7171 Removed out-of-date comment in _install_handlers and by Vinay Sajip · 17 years ago
  81. efc4a3a fix typo by Benjamin Peterson · 17 years ago
  82. 7416a4c convert test_audioop to unittest. Thanks to Giampaolo Rodola. by Benjamin Peterson · 17 years ago
  83. de34d91 make sure we close the active channels when eof is received on them by Bill Janssen · 17 years ago
  84. 934b16d various SSL fixes; issues 1251, 3162, 3212 by Bill Janssen · 17 years ago
  85. 3af386a Remove trailing 'L's from numerator and denominator in the by Mark Dickinson · 17 years ago
  86. 6e7e137 Merged revisions 64368-64369 via svnmerge from by Trent Nelson · 17 years ago
  87. dea1b56 warnings.warn_explicit() did not have the proper TypeErrors in place to prevent by Brett Cannon · 17 years ago
  88. 80821f7 fix isSet in _exposed by Benjamin Peterson · 17 years ago
  89. 0adfd93 use the new API by Benjamin Peterson · 17 years ago
  90. 161b921 Corrected inconsistencies in sizeof tests and addressed issue pointed by Robert Schuppenies · 17 years ago
  91. 68dc052 Reverting the patch from #3165, as it broke other by Facundo Batista · 17 years ago
  92. 2648008 get rid of 2.6/3.0 switch statements in multiprocessing by Benjamin Peterson · 17 years ago
  93. b09c939 use byte literals in multiprocessing by Benjamin Peterson · 17 years ago
  94. 41a7ce0 Issue 3147: Fixed SizeofTest failure for LLP64 systems. by Robert Schuppenies · 17 years ago
  95. aa164e1 remove bytes alias in multiprocessing by Benjamin Peterson · 17 years ago
  96. 9c437af Revert 64424, 64438, and 64439. by Raymond Hettinger · 17 years ago
  97. 4ac8172 Issue 3189: Py3k DeprecationWarning in difflib by Raymond Hettinger · 17 years ago
  98. 5dce7e9 Fixed formatting with thousands separator and padding. Resolves issue 3140. by Eric Smith · 17 years ago
  99. 4c52f52 Issue 3161: Missing import and test. by Raymond Hettinger · 17 years ago
  100. 9da18b3 Fixing the problem stated in issue 2702 with the patch submitted by Facundo Batista · 17 years ago