1. dd62966 Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once. by Antoine Pitrou · 16 years ago
  2. 5098bc9 Fix a strange mis-edit. by Georg Brandl · 16 years ago
  3. b53e1a6 Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in stropmodule as part of short float repr. by Eric Smith · 16 years ago
  4. 97be1ca Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in cPickle as part of short float repr. by Eric Smith · 16 years ago
  5. 7582ec3 use 'is' instead of id() by Benjamin Peterson · 16 years ago
  6. c04c7c5 Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in by Mark Dickinson · 16 years ago
  7. 8568b19 Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in by Mark Dickinson · 16 years ago
  8. 3e1eb0f Issue #7117: Backport missing pystrtod.h declarations from py3k. by Mark Dickinson · 16 years ago
  9. e052b64 Use correct conversion specifier and length modifier when printing an by Mark Dickinson · 16 years ago
  10. d9ff74e Some platforms have rl_completion_append_character but not rl_completion_suppress_append. by Antoine Pitrou · 16 years ago
  11. c1bdf89 Finished removing _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 16 years ago
  12. 975d757 Issue #7117 (backport py3k float repr) continued: Backport pystrtod.c from py3k. by Mark Dickinson · 16 years ago
  13. b05d3be Continue removing _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 16 years ago
  14. cfaf79c Start to remove _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 16 years ago
  15. 0e0e215 Warn against replacing PyNumber_Add with PyNumber_InPlaceAdd in sum by Mark Dickinson · 16 years ago
  16. 828b398 Skip readline tests if readline module is not available. by Mark Dickinson · 16 years ago
  17. 8d87dc0 Issue #1087418: Small performance boost for bitwise operations on longs. by Mark Dickinson · 16 years ago
  18. f1ca811 Fix a demo. by Georg Brandl · 16 years ago
  19. 8c3fb39 Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, and it's not declared in any .h file. by Eric Smith · 16 years ago
  20. f325407 Issue #7117: temporarily disable the short float repr while the by Mark Dickinson · 16 years ago
  21. 1733c93 fixed warning and error message by Tarek Ziadé · 16 years ago
  22. 468f700 fixed finally state in distutils.test_util by Tarek Ziadé · 16 years ago
  23. b9c1cfc Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode by Tarek Ziadé · 16 years ago
  24. da8652d9 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 16 years ago
  25. 99abd14 Configure check for double rounding should take BASECFLAGS into account by Mark Dickinson · 16 years ago
  26. 52462c3 Remove temporary define from r75653 by Mark Dickinson · 16 years ago
  27. 672422a #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd by Tarek Ziadé · 16 years ago
  28. 1d6e2e1 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 16 years ago
  29. 5e9f667 Fix compilation error in debug mode. by Antoine Pitrou · 16 years ago
  30. f7820c1 Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords by Antoine Pitrou · 16 years ago
  31. fa94e80 Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. by Antoine Pitrou · 16 years ago
  32. fd42f30 Temporary define to avoid build failure by Mark Dickinson · 16 years ago
  33. bb28285 Issue #7117: Prepare for backport of py3k float repr. by Mark Dickinson · 16 years ago
  34. f98a267 Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO by Antoine Pitrou · 16 years ago
  35. 5f029ce Acknowledge Ned Deily (extensive bug hunting and testing on OS X) by Mark Dickinson · 16 years ago
  36. 5460ff9 Fix markup. by Georg Brandl · 16 years ago
  37. d87affe Improve some docstrings in the 'warnings' module. by Neil Schemenauer · 16 years ago
  38. b5cf8a0 Issue #7194: test_thread could try to release an unacquired mutex (and fail). by Antoine Pitrou · 16 years ago
  39. d617cba add further note about what's passed to optionxform by Fred Drake · 16 years ago
  40. b119ca9 Fix Windows buildbot failure by Antoine Pitrou · 16 years ago
  41. dc02052 #7188: fix optionxform() docs. by Georg Brandl · 16 years ago
  42. 84da090 Per the discussion in issue6882, backport the try/finally work that was done to the py3k version (mostly in r59477, I think). by Eric Smith · 16 years ago
  43. 60bae6f Make printout margin important. by Georg Brandl · 16 years ago
  44. 07de4fc Add proper references. by Georg Brandl · 16 years ago
  45. d1bed8e #6977: getopt does not support optional option arguments. by Georg Brandl · 16 years ago
  46. 76d6d4a #7156: document curses as Unix-only. by Georg Brandl · 16 years ago
  47. f4ffae2 #7035: improve docs of the various <method>_errors() functions, and give them docstrings. by Georg Brandl · 16 years ago
  48. 030d658 Reorder __slots__ fine print and add a clarification. by Georg Brandl · 16 years ago
  49. c5026f8 #7088: document new functions in signal as Unix-only. by Georg Brandl · 16 years ago
  50. 2eee1d4 #6324: membership test tries iteration via __iter__. by Georg Brandl · 16 years ago
  51. 6c14e58 Use "impl-detail" directive where applicable. by Georg Brandl · 16 years ago
  52. 3954d21 Fix stylesheet for multi-paragraph impl-details. by Georg Brandl · 16 years ago
  53. f5f7c66 Allow short form with text as argument. by Georg Brandl · 16 years ago
  54. d032912 Document new directive. by Georg Brandl · 16 years ago
  55. a054722 Make it more robust. by Georg Brandl · 16 years ago
  56. 08be2e2 Add a new directive marking up implementation details and start using it. by Georg Brandl · 16 years ago
  57. 4ebf807 Fix duplicate target. by Georg Brandl · 16 years ago
  58. ceb32af Fix markup. by Georg Brandl · 16 years ago
  59. 590a367 Revert unintended change. by Georg Brandl · 16 years ago
  60. 0968fd6 Fix punctuation. by Georg Brandl · 16 years ago
  61. 97a57ec rewrite for style, clarify, and comments by Benjamin Peterson · 16 years ago
  62. ff81cb8 rewrite to be nice to other implementations by Benjamin Peterson · 16 years ago
  63. 3c67afa whitespace by Benjamin Peterson · 16 years ago
  64. 5ac6528 Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. by Vinay Sajip · 16 years ago
  65. cf842ad #7170: fix explanation about non-weakrefable builtin types. by Georg Brandl · 16 years ago
  66. 9bd246b Test wouldn't work in debug mode. by Antoine Pitrou · 16 years ago
  67. eb7c377 clarify buffer arg #7178 by Benjamin Peterson · 16 years ago
  68. efb60c0 Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which by Antoine Pitrou · 16 years ago
  69. a7a52ab Issue #7099: Decimal.is_normal should return True for all nonzero by Mark Dickinson · 16 years ago
  70. e047d79 use property api by Benjamin Peterson · 16 years ago
  71. e089980 NEWS entry for r75531. by Antoine Pitrou · 16 years ago
  72. 119cdef Issue #5833: Fix extra space character in readline completion with the by Antoine Pitrou · 16 years ago
  73. 5ba8491 Issue #7133: SSL objects now support the new buffer API. by Antoine Pitrou · 16 years ago
  74. a24db67 Clarify error report message, and don't recommend running in verbose by R. David Murray · 16 years ago
  75. 92a27b5 Eliminate warning message that looks like an error message. When it was by R. David Murray · 16 years ago
  76. d9f1944 Only run test_curses when sys.__stdout__ is a tty. This eliminates the by R. David Murray · 16 years ago
  77. c12781a Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated. by Eric Smith · 16 years ago
  78. 1566927 Removed calls to PyFloat_AsReprString. by Eric Smith · 16 years ago
  79. 282396f Issue #7151: regrtest would generate a JSON failure if there was output by R. David Murray · 16 years ago
  80. 603acf9 Add a comment about unreachable code, and fix a typo by Antoine Pitrou · 16 years ago
  81. 8a172b1 Add a test for same-thread asynchronous exceptions (see #1779233). by Antoine Pitrou · 16 years ago
  82. 53a9dc9 Restore sys.path in test_tk by Nick Coghlan · 16 years ago
  83. f317019 Silence a deprecation warning by using the appropriate replacement construct by Nick Coghlan · 16 years ago
  84. 2b06d42 Changed distutils tests to avoid environment alteration by Tarek Ziadé · 16 years ago
  85. 11abfe6 Fix missing word. by Georg Brandl · 16 years ago
  86. 31802d0 Fix for issue 7149: a regression in 2.6.3 that causes an exception when by Ronald Oussoren · 16 years ago
  87. 9039b83 Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests... by Nick Coghlan · 16 years ago
  88. 83f1ef6 Fix a typo. by Senthil Kumaran · 16 years ago
  89. 45a505f Fix for Issue7155 - urllib do not document default use of system proxy configuration by Senthil Kumaran · 16 years ago
  90. bfd2dc7 Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in builtin sum by Mark Dickinson · 16 years ago
  91. a0e0f9e Don't replace sys.path in test_site by Nick Coghlan · 16 years ago
  92. 788d766 Avoid replacing existing modules and sys.path in import tests by Nick Coghlan · 16 years ago
  93. 8157e19 Also check and restore identity of sys.path, sys.argv and os.environ rather than just their values (this picked up a few more misbehaving tests) by Nick Coghlan · 16 years ago
  94. fd4903b Move restoration of the os.environ object into the context manager where it belongs by Nick Coghlan · 16 years ago
  95. 87c03b3 Revert changes made to environment in test_httpservers by Nick Coghlan · 16 years ago
  96. 8c1ffeb Don't invoke reload(sys) and use StringIO objects instead of real files to capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs) by Nick Coghlan · 16 years ago
  97. 7df72dc Restore original sys.path when running TTK tests by Nick Coghlan · 16 years ago
  98. e363b14 Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__. by Georg Brandl · 16 years ago
  99. b6edf19 Check and revert expected sys.path alterations by Nick Coghlan · 16 years ago
  100. a3e97ad Formatting tweak so that before and after values are vertically aligned by Nick Coghlan · 16 years ago