1. d35b8c7 Hopefully fix the buildbot problems on test_mailbox, by computing by Antoine Pitrou · 15 years ago
  2. 0da5cb8 Use richer assertions in test_mailbox (for better failure messages). by Antoine Pitrou · 15 years ago
  3. 29b5365 Fixes issue7208 - getpass would still allow the password to be echoed on by Gregory P. Smith · 15 years ago
  4. b2b92ea Define TCSASOFT if the flag exists. by Gregory P. Smith · 15 years ago
  5. 0b9e3a5 Improved test for a deprecation warning. by Eric Smith · 15 years ago
  6. 51ae492 Set retval on PyOS_string_to_double failure. by Mark Dickinson · 15 years ago
  7. 4b841d9 Issue #7042: Use a better mechanism for testing timers in test_signal. by Mark Dickinson · 15 years ago
  8. 504a151 Issue #6603: Fix --with-tsc build failures on x86-64 that resulted by Mark Dickinson · 15 years ago
  9. 09823a2 Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. by Mark Dickinson · 15 years ago
  10. ba26b39 Move a Misc/NEWS entry to right section. by Mark Dickinson · 15 years ago
  11. b2e31a1 add some checks for evaluation order with parenthesis #7210 by Benjamin Peterson · 15 years ago
  12. 2c970a2 Remove official documentation entry for thread._count() and make the by Antoine Pitrou · 15 years ago
  13. 161df94 Try to fix transient refleaks in test_pydoc. by Antoine Pitrou · 15 years ago
  14. 3c96858 Try to fix transient refleaks in test_xmlrpc. by Antoine Pitrou · 15 years ago
  15. 643e85d Try to fix transient refleaks in test_asynchat. by Antoine Pitrou · 15 years ago
  16. 61d5f6f Fix transient refleaks in test_docxmlrpc. by Antoine Pitrou · 15 years ago
  17. 59c44f3 Issue #7222: Make thread "reaping" more reliable so that reference by Antoine Pitrou · 15 years ago
  18. 93c2171 Fix constant name. by Georg Brandl · 15 years ago
  19. 43a17ff I do not think the "railroad" program mentioned is still available. by Georg Brandl · 15 years ago
  20. a8f8bed2 Use a single style for all the docstrings in the math module. by Georg Brandl · 15 years ago
  21. 4045e88 Use constants instead of magic integers for test result. Do not re-run with --verbose3 for environment changing tests. by Georg Brandl · 15 years ago
  22. 97269c4 Remove mention of the old -X command line switch. by Georg Brandl · 15 years ago
  23. 40777e6 Use the correct function name in docstring. by Georg Brandl · 15 years ago
  24. 6f39001 Issue #7233: Fix Decimal.shift and Decimal.rotate methods for by Mark Dickinson · 15 years ago
  25. 0c67312 Issue #7233: A number of two-argument Decimal methods were failing to by Mark Dickinson · 15 years ago
  26. 783b877 Fix duplicate test numbers in extra.decTest by Mark Dickinson · 15 years ago
  27. 3ddb527 Roll back ill-considered attempts to fix printf specifier mismatch for off_t. by Mark Dickinson · 15 years ago
  28. 8c06ccc Issue #4750: Store the basename of the original filename in by Lars Gustäbel · 15 years ago
  29. ea0e3b0 do a backport of r75928 by Benjamin Peterson · 15 years ago
  30. a7d4400 Issue 7199: Documentation made slightly more consistent w.r.t. logging level enumeration. by Vinay Sajip · 15 years ago
  31. d913864 Remove variable that is no longer used. by R. David Murray · 15 years ago
  32. 129c97d Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in _json.c as part of short float repr. Change made after consulting with Bob Ippolito. This completes the removal of calls to PyOS_ascii_strtod. by Eric Smith · 15 years ago
  33. e848693 Fix format specifier for MSVC by Mark Dickinson · 15 years ago
  34. 791181b Replace long long with PY_LONG_LONG by Mark Dickinson · 15 years ago
  35. c9dbca8 removed spurious spaces by Tarek Ziadé · 15 years ago
  36. 40b998b Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils by Tarek Ziadé · 15 years ago
  37. 4e1be94 Make sure every run of test_intern() interns a new string, otherwise that test fails e.g. when some other test in test_builtin fails and it is rerun in verbose mode. by Georg Brandl · 15 years ago
  38. 53e9fa4 Test long inputs to float by Mark Dickinson · 15 years ago
  39. bf1039d Silence gcc warnings when trying to print an off_t using "lld", on platforms by Mark Dickinson · 15 years ago
  40. 8aea050 Reduce the probability of refleaks in test_socketserver. by Antoine Pitrou · 15 years ago
  41. d24cab8 Issue #7218: Fix test_site for win32 by Tarek Ziadé · 15 years ago
  42. 26a93c0 test expect base classes by Benjamin Peterson · 15 years ago
  43. 8319170 Reformat the regrtest command-line option help and group the options into sections. by Georg Brandl · 15 years ago
  44. 71a015a Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots. by Georg Brandl · 15 years ago
  45. cb17010 Try to fix transient refleaks in test_distutils. by Antoine Pitrou · 15 years ago
  46. fce3207 Fix transient refleaks in test_urllib2_localnet. by Antoine Pitrou · 15 years ago
  47. bb0bb30 Suppress transient refleaks in test_threading. by Antoine Pitrou · 15 years ago
  48. a763c06 Suppress transient refleaks in test_smtplib. by Antoine Pitrou · 15 years ago
  49. b218d28 Removed PyOS_ascii_atof from marshal.c, as mentioned in issue 7117. Also brings it more in line with py3k. by Eric Smith · 15 years ago
  50. 0df2c73 Suppress transient refleaks in test_file2k. by Antoine Pitrou · 15 years ago
  51. e171edc Fix transient refleak in test_sys. by Antoine Pitrou · 15 years ago
  52. 85bd587 (Hopefully) suppress transient refleaks in test_httpservers. by Antoine Pitrou · 15 years ago
  53. f829d1f Suppress transient refleaks in test_asyncore by Antoine Pitrou · 15 years ago
  54. abc9f70 Removed PyOS_ascii_atof from ast.c, as mentioned in issue 7117. by Eric Smith · 15 years ago
  55. dd62966 Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once. by Antoine Pitrou · 15 years ago
  56. 5098bc9 Fix a strange mis-edit. by Georg Brandl · 15 years ago
  57. b53e1a6 Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in stropmodule as part of short float repr. by Eric Smith · 15 years ago
  58. 97be1ca Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in cPickle as part of short float repr. by Eric Smith · 15 years ago
  59. 7582ec3 use 'is' instead of id() by Benjamin Peterson · 15 years ago
  60. c04c7c5 Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in by Mark Dickinson · 15 years ago
  61. 8568b19 Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in by Mark Dickinson · 15 years ago
  62. 3e1eb0f Issue #7117: Backport missing pystrtod.h declarations from py3k. by Mark Dickinson · 15 years ago
  63. e052b64 Use correct conversion specifier and length modifier when printing an by Mark Dickinson · 15 years ago
  64. d9ff74e Some platforms have rl_completion_append_character but not rl_completion_suppress_append. by Antoine Pitrou · 15 years ago
  65. c1bdf89 Finished removing _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 15 years ago
  66. 975d757 Issue #7117 (backport py3k float repr) continued: Backport pystrtod.c from py3k. by Mark Dickinson · 15 years ago
  67. b05d3be Continue removing _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 15 years ago
  68. cfaf79c Start to remove _PyOS_double_to_string, as mentioned in issue 7117. by Eric Smith · 15 years ago
  69. 0e0e215 Warn against replacing PyNumber_Add with PyNumber_InPlaceAdd in sum by Mark Dickinson · 15 years ago
  70. 828b398 Skip readline tests if readline module is not available. by Mark Dickinson · 15 years ago
  71. 8d87dc0 Issue #1087418: Small performance boost for bitwise operations on longs. by Mark Dickinson · 15 years ago
  72. f1ca811 Fix a demo. by Georg Brandl · 15 years ago
  73. 8c3fb39 Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, and it's not declared in any .h file. by Eric Smith · 15 years ago
  74. f325407 Issue #7117: temporarily disable the short float repr while the by Mark Dickinson · 15 years ago
  75. 1733c93 fixed warning and error message by Tarek Ziadé · 15 years ago
  76. 468f700 fixed finally state in distutils.test_util by Tarek Ziadé · 15 years ago
  77. b9c1cfc Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode by Tarek Ziadé · 15 years ago
  78. da8652d9 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 15 years ago
  79. 99abd14 Configure check for double rounding should take BASECFLAGS into account by Mark Dickinson · 15 years ago
  80. 52462c3 Remove temporary define from r75653 by Mark Dickinson · 15 years ago
  81. 672422a #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd by Tarek Ziadé · 15 years ago
  82. 1d6e2e1 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 15 years ago
  83. 5e9f667 Fix compilation error in debug mode. by Antoine Pitrou · 15 years ago
  84. f7820c1 Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords by Antoine Pitrou · 15 years ago
  85. fa94e80 Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. by Antoine Pitrou · 15 years ago
  86. fd42f30 Temporary define to avoid build failure by Mark Dickinson · 15 years ago
  87. bb28285 Issue #7117: Prepare for backport of py3k float repr. by Mark Dickinson · 15 years ago
  88. f98a267 Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO by Antoine Pitrou · 15 years ago
  89. 5f029ce Acknowledge Ned Deily (extensive bug hunting and testing on OS X) by Mark Dickinson · 15 years ago
  90. 5460ff9 Fix markup. by Georg Brandl · 15 years ago
  91. d87affe Improve some docstrings in the 'warnings' module. by Neil Schemenauer · 15 years ago
  92. b5cf8a0 Issue #7194: test_thread could try to release an unacquired mutex (and fail). by Antoine Pitrou · 15 years ago
  93. d617cba add further note about what's passed to optionxform by Fred Drake · 15 years ago
  94. b119ca9 Fix Windows buildbot failure by Antoine Pitrou · 15 years ago
  95. dc02052 #7188: fix optionxform() docs. by Georg Brandl · 15 years ago
  96. 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 · 15 years ago
  97. 60bae6f Make printout margin important. by Georg Brandl · 15 years ago
  98. 07de4fc Add proper references. by Georg Brandl · 15 years ago
  99. d1bed8e #6977: getopt does not support optional option arguments. by Georg Brandl · 15 years ago
  100. 76d6d4a #7156: document curses as Unix-only. by Georg Brandl · 15 years ago