1. c562ca4 Issue #7318: multiprocessing now uses a timeout when it fails to establish by Antoine Pitrou · 15 years ago
  2. c4a346c never mind about eval mode in this case by Benjamin Peterson · 15 years ago
  3. ccd6405 this main is much more useful by Benjamin Peterson · 15 years ago
  4. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 15 years ago
  5. c4cd6d3 fix highlight in the datetime example by Ezio Melotti · 15 years ago
  6. 7232d41 Give the profile module a module directive. by Georg Brandl · 15 years ago
  7. 310c9fe Issue #7295: Do not use a hardcoded file name in test_tarfile. by Antoine Pitrou · 15 years ago
  8. fdd5354 I got the relative magnitudes of the timeout increases reversed, so by R. David Murray · 15 years ago
  9. 5dff354 Fixing the NameError on Windows - issue1235 by Senthil Kumaran · 15 years ago
  10. 3a145a1 CGIHTTPRequestHandler.run_cgi() to use subprocess for Non Unix platforms. Fix by Senthil Kumaran · 15 years ago
  11. 47dded6 Backport micro-fix from the py3k svnmerge by Antoine Pitrou · 15 years ago
  12. 0734c63 Issue #7197: Allow unittest.TextTestRunner objects to be pickled and by Antoine Pitrou · 15 years ago
  13. 610326d Show example of how to make a sorted dictionary by Raymond Hettinger · 15 years ago
  14. 8906438 Update the FAQ entry that explains that assignments in the local scope by R. David Murray · 15 years ago
  15. c579b35 Add extra information to a test_signal failure message to aid diagnosis of buildbot failure. by Mark Dickinson · 15 years ago
  16. a8fd66d Issue #7251: Break out round tests for large values into a separate by Mark Dickinson · 15 years ago
  17. d7158d4 Issue #7282: Fix a memory leak when an RLock was used in a thread other by Antoine Pitrou · 15 years ago
  18. d19915e Issue 7294: Fixed URL in a comment. by Eric Smith · 15 years ago
  19. a5dcf21 Remove redundant sentence. by R. David Murray · 15 years ago
  20. 0ac6942 discuss how to use -p by Benjamin Peterson · 15 years ago
  21. 813c43a Properly detect whether a C file is using tabs or spaces for Vim. by Brett Cannon · 15 years ago
  22. 0025330 Kill a small potential leak in test_threading. by Antoine Pitrou · 15 years ago
  23. 1a22e87 #7271: fix typo. by Georg Brandl · 15 years ago
  24. e471b9b Some minor cleanups to private runpy code and docstrings by Nick Coghlan · 15 years ago
  25. 2733d88 Add test for runpy.run_module package execution and use something other than logging as the example of a non-executable package by Nick Coghlan · 15 years ago
  26. e3383b8 spelling by Benjamin Peterson · 15 years ago
  27. c98efe0 Issue #7270: Add some dedicated unit tests for multi-thread synchronization by Antoine Pitrou · 15 years ago
  28. 17f0f69 Merged revisions 76131 via svnmerge from by Benjamin Peterson · 15 years ago
  29. 3e376e5 Merged revisions 76127-76128 via svnmerge from by Benjamin Peterson · 15 years ago
  30. 9a57034 Merged revisions 76125 via svnmerge from by Benjamin Peterson · 15 years ago
  31. 99c160b Issue #7264: Fix a possible deadlock when deallocating thread-local objects by Antoine Pitrou · 15 years ago
  32. 2537e7a Increase the timeout in the bsddb3 replication test to allow by R. David Murray · 15 years ago
  33. 323b9da Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent by Antoine Pitrou · 15 years ago
  34. efc2858 #7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs. by Georg Brandl · 15 years ago
  35. 4ac6b93 Make test_shutil clean up after itself by Antoine Pitrou · 15 years ago
  36. a6714b2 #7256: add versionadded tags for functions copied from cgi. by Georg Brandl · 15 years ago
  37. b3c169b Try to make test_wsgiref less fragile against environment changes by other tests by Antoine Pitrou · 15 years ago
  38. 5b54432 Fix doc typo reported by Arfrever. by Mark Dickinson · 15 years ago
  39. 6418577 typo (space-o?) by Skip Montanaro · 15 years ago
  40. c6714bd Add acceptance of long ints to test_memoryio.py by Antoine Pitrou · 15 years ago
  41. 28e463d enable test_parser in lib2to3 by Benjamin Peterson · 15 years ago
  42. d3200c7 Merged revisions 76065 via svnmerge from by Benjamin Peterson · 15 years ago
  43. aed6c45 add space by Benjamin Peterson · 15 years ago
  44. f9e7d54 Merged revisions 74359,75081,75088,75213,75278,75303,75427-75428,75734-75736,75865,76059-76061 via svnmerge from by Benjamin Peterson · 15 years ago
  45. c45a0cf grant list.index() a more informative error message #7252 by Benjamin Peterson · 15 years ago
  46. e2caf1f prevent a rather unlikely segfault by Benjamin Peterson · 15 years ago
  47. aec4124 Since r76034 was successful, add a NEWS entry for it. by Antoine Pitrou · 15 years ago
  48. c9ff3a7 regenerated from r76052 by Gregory P. Smith · 15 years ago
  49. d8cb2d9 see issue1006238, this merges in the following patch to ease cross by Gregory P. Smith · 15 years ago
  50. 49437c2 build using r76050 by Gregory P. Smith · 15 years ago
  51. bb21389 see http://bugs.python.org/issue1006238 this merges in the following by Gregory P. Smith · 15 years ago
  52. d8b16ab Fix and improve some assertions in test_site by Antoine Pitrou · 15 years ago
  53. 9c48da7 fixed stdout alteration in test_distutils by Tarek Ziadé · 15 years ago
  54. 84ee9e2 Use a custom timeout in test_support.open_urlresource. by Antoine Pitrou · 15 years ago
  55. e4c6b16 This should finally fix #6896. Let's watch the buildbots. by Antoine Pitrou · 15 years ago
  56. 8844153 test_normalization should skip and not crash when the resource isn't available by Antoine Pitrou · 15 years ago
  57. 373469a configure generated from r76028 by Gregory P. Smith · 15 years ago
  58. ec3b8bd issue1115: convert some AC_TRY_RUNs into AC_TRY_COMPILEs. by Gregory P. Smith · 15 years ago
  59. fa7dadd Fix exception handling in itertools.izip_longest(). by Raymond Hettinger · 15 years ago
  60. 38f5d8f news entry for r76000 by Gregory P. Smith · 15 years ago
  61. 235d942 Hum, test skipping when the URL isn't reachable hadn't been applied to trunk. by Antoine Pitrou · 15 years ago
  62. e50efaa Buffered I/O: optimize lock taking in the common non-contended case. by Antoine Pitrou · 15 years ago
  63. d35b8c7 Hopefully fix the buildbot problems on test_mailbox, by computing by Antoine Pitrou · 15 years ago
  64. 0da5cb8 Use richer assertions in test_mailbox (for better failure messages). by Antoine Pitrou · 15 years ago
  65. 29b5365 Fixes issue7208 - getpass would still allow the password to be echoed on by Gregory P. Smith · 15 years ago
  66. b2b92ea Define TCSASOFT if the flag exists. by Gregory P. Smith · 15 years ago
  67. 0b9e3a5 Improved test for a deprecation warning. by Eric Smith · 15 years ago
  68. 51ae492 Set retval on PyOS_string_to_double failure. by Mark Dickinson · 15 years ago
  69. 4b841d9 Issue #7042: Use a better mechanism for testing timers in test_signal. by Mark Dickinson · 15 years ago
  70. 504a151 Issue #6603: Fix --with-tsc build failures on x86-64 that resulted by Mark Dickinson · 15 years ago
  71. 09823a2 Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. by Mark Dickinson · 15 years ago
  72. ba26b39 Move a Misc/NEWS entry to right section. by Mark Dickinson · 15 years ago
  73. b2e31a1 add some checks for evaluation order with parenthesis #7210 by Benjamin Peterson · 15 years ago
  74. 2c970a2 Remove official documentation entry for thread._count() and make the by Antoine Pitrou · 15 years ago
  75. 161df94 Try to fix transient refleaks in test_pydoc. by Antoine Pitrou · 15 years ago
  76. 3c96858 Try to fix transient refleaks in test_xmlrpc. by Antoine Pitrou · 15 years ago
  77. 643e85d Try to fix transient refleaks in test_asynchat. by Antoine Pitrou · 15 years ago
  78. 61d5f6f Fix transient refleaks in test_docxmlrpc. by Antoine Pitrou · 15 years ago
  79. 59c44f3 Issue #7222: Make thread "reaping" more reliable so that reference by Antoine Pitrou · 15 years ago
  80. 93c2171 Fix constant name. by Georg Brandl · 15 years ago
  81. 43a17ff I do not think the "railroad" program mentioned is still available. by Georg Brandl · 15 years ago
  82. a8f8bed2 Use a single style for all the docstrings in the math module. by Georg Brandl · 15 years ago
  83. 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
  84. 97269c4 Remove mention of the old -X command line switch. by Georg Brandl · 15 years ago
  85. 40777e6 Use the correct function name in docstring. by Georg Brandl · 15 years ago
  86. 6f39001 Issue #7233: Fix Decimal.shift and Decimal.rotate methods for by Mark Dickinson · 15 years ago
  87. 0c67312 Issue #7233: A number of two-argument Decimal methods were failing to by Mark Dickinson · 15 years ago
  88. 783b877 Fix duplicate test numbers in extra.decTest by Mark Dickinson · 15 years ago
  89. 3ddb527 Roll back ill-considered attempts to fix printf specifier mismatch for off_t. by Mark Dickinson · 15 years ago
  90. 8c06ccc Issue #4750: Store the basename of the original filename in by Lars Gustäbel · 15 years ago
  91. ea0e3b0 do a backport of r75928 by Benjamin Peterson · 15 years ago
  92. a7d4400 Issue 7199: Documentation made slightly more consistent w.r.t. logging level enumeration. by Vinay Sajip · 15 years ago
  93. d913864 Remove variable that is no longer used. by R. David Murray · 15 years ago
  94. 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
  95. e848693 Fix format specifier for MSVC by Mark Dickinson · 15 years ago
  96. 791181b Replace long long with PY_LONG_LONG by Mark Dickinson · 15 years ago
  97. c9dbca8 removed spurious spaces by Tarek Ziadé · 15 years ago
  98. 40b998b Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils by Tarek Ziadé · 15 years ago
  99. 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
  100. 53e9fa4 Test long inputs to float by Mark Dickinson · 15 years ago