1. 8a172b1 Add a test for same-thread asynchronous exceptions (see #1779233). by Antoine Pitrou · 16 years ago
  2. 53a9dc9 Restore sys.path in test_tk by Nick Coghlan · 16 years ago
  3. f317019 Silence a deprecation warning by using the appropriate replacement construct by Nick Coghlan · 16 years ago
  4. 2b06d42 Changed distutils tests to avoid environment alteration by Tarek Ziadé · 16 years ago
  5. 11abfe6 Fix missing word. by Georg Brandl · 16 years ago
  6. 31802d0 Fix for issue 7149: a regression in 2.6.3 that causes an exception when by Ronald Oussoren · 16 years ago
  7. 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
  8. 83f1ef6 Fix a typo. by Senthil Kumaran · 16 years ago
  9. 45a505f Fix for Issue7155 - urllib do not document default use of system proxy configuration by Senthil Kumaran · 16 years ago
  10. bfd2dc7 Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in builtin sum by Mark Dickinson · 16 years ago
  11. a0e0f9e Don't replace sys.path in test_site by Nick Coghlan · 16 years ago
  12. 788d766 Avoid replacing existing modules and sys.path in import tests by Nick Coghlan · 16 years ago
  13. 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
  14. fd4903b Move restoration of the os.environ object into the context manager where it belongs by Nick Coghlan · 16 years ago
  15. 87c03b3 Revert changes made to environment in test_httpservers by Nick Coghlan · 16 years ago
  16. 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
  17. 7df72dc Restore original sys.path when running TTK tests by Nick Coghlan · 16 years ago
  18. e363b14 Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__. by Georg Brandl · 16 years ago
  19. b6edf19 Check and revert expected sys.path alterations by Nick Coghlan · 16 years ago
  20. a3e97ad Formatting tweak so that before and after values are vertically aligned by Nick Coghlan · 16 years ago
  21. 2ee358e Enhancement to the new environment checking code to print the changed items under -vv. Also includes a small tweak to allow underscores in the names of resources. by Nick Coghlan · 16 years ago
  22. 59ca920 test_math ulp computation was wrong on big-endian systems by Mark Dickinson · 16 years ago
  23. 0447cd6 Correctly restore sys.stdout in test_descr by Nick Coghlan · 16 years ago
  24. 19e6f01 this test requires zlib support by Tarek Ziadé · 16 years ago
  25. b327258 Removed usage of unsafe PyFloat_AsString. by Eric Smith · 16 years ago
  26. 03d5c34 Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. by Vinay Sajip · 16 years ago
  27. 026ac7c Allow core Python build to succeed under WITHOUT_COMPLEX. The module build stage still fails. by Mark Dickinson · 16 years ago
  28. 08133af Issue #7142: Fix uses of unicode in memoryview objects by Mark Dickinson · 16 years ago
  29. 196b092 only clear a module's __dict__ if the module is the only one with a reference to it #7140 by Benjamin Peterson · 16 years ago
  30. 96e319e don't need to mess up sys.path by Benjamin Peterson · 16 years ago
  31. 9d10974 Fix missing semicolon by Mark Dickinson · 16 years ago
  32. c63457b make inspect.isabstract() always return a boolean; add a test for it, too #7069 by Benjamin Peterson · 16 years ago
  33. ca2d252 some cleanups by Benjamin Peterson · 16 years ago
  34. e526572 change test to what I intended by Benjamin Peterson · 16 years ago
  35. 447dc15 use floor division and add a test that exercises the tabsize codepath by Benjamin Peterson · 16 years ago
  36. e537adf pep8ify if blocks by Benjamin Peterson · 16 years ago
  37. 973f8b4 Make cPickle.Unpickler.noload() handle dict subclasses. noload() is by Neil Schemenauer · 16 years ago
  38. e6039f0 Add support to the ihooks module for relative imports. by Neil Schemenauer · 16 years ago
  39. 04437eb Fix py3k warnings in the uuid module by Antoine Pitrou · 16 years ago
  40. 92331d5 Fix py3k warnings in httplib by Antoine Pitrou · 16 years ago
  41. b844ef7 Silence py3k warning claiming to affect the random module by Antoine Pitrou · 16 years ago
  42. 9b4e582 #7116: str.join() takes an iterable. by Georg Brandl · 16 years ago
  43. bb86314 Fix failures in test_profilehooks when run with -3 by Antoine Pitrou · 16 years ago
  44. 79d923b Silence some py3k warnings claiming to affect _pyio by Antoine Pitrou · 16 years ago
  45. 8d6c9ee Fix a py3k warning in the sndhdr module (found with test_email) by Antoine Pitrou · 16 years ago
  46. daa524a Fix py3k warnings in the socket module by Antoine Pitrou · 16 years ago
  47. e08dd11 Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn) by Antoine Pitrou · 16 years ago
  48. e22997e Silence a py3k warning claiming to affect Lib/calendar.py by Antoine Pitrou · 16 years ago
  49. 63b0cb2 Fix py3k warnings in bsddb by Antoine Pitrou · 16 years ago
  50. 868817e Fix a test_atexit failure when run with -3 by Antoine Pitrou · 16 years ago
  51. bca7b48 Fix py3k warnings in the aifc module by Antoine Pitrou · 16 years ago
  52. 7fdd1cb Issue #1754094: Improve the stack depth calculation in the compiler. by Neil Schemenauer · 16 years ago
  53. 647e9d2 #7126: os.environ changes *do* take effect in subprocesses started with os.system(). by Georg Brandl · 16 years ago
  54. e1254d7 #7125: fix typo. by Georg Brandl · 16 years ago
  55. 14dcd43 Enhanced Issue 7058 patch, which will not be backported. Refactors the by R. David Murray · 16 years ago
  56. 5c92d43 #7112: Fix compilation warning in unicodetype_db.h by Amaury Forgeot d'Arc · 16 years ago
  57. 5ffa146 Fix markup. by Georg Brandl · 16 years ago
  58. 5c4e6eb Various link, textual, and markup fixes by Andrew M. Kuchling · 16 years ago
  59. 7fe65a0 Link to PEP by Andrew M. Kuchling · 16 years ago
  60. 526bec2 platform we don't care about by Benjamin Peterson · 16 years ago
  61. 65e5055 Update Misc/README. by Georg Brandl · 16 years ago
  62. 0b74edd Add find_recursionlimit.py to README. by Georg Brandl · 16 years ago
  63. 2bd92a5 Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc. by Georg Brandl · 16 years ago
  64. beaf6a0 Issue #7084: Fix a (very unlikely) crash when printing a list from one by Antoine Pitrou · 16 years ago
  65. a4314c2 Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. by Georg Brandl · 16 years ago
  66. 6728c5a Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Many thanks to AMK for the preparation work. by Georg Brandl · 16 years ago
  67. 32855b6 Overhaul of Demo/xml. by Georg Brandl · 16 years ago
  68. b3f9d66 Remove ftpstats script, the daemon whose log files it reads is long gone. by Georg Brandl · 16 years ago
  69. 393c823 Update lpwatch script. by Georg Brandl · 16 years ago
  70. 8ec30e8 Fix variable. by Georg Brandl · 16 years ago
  71. ce662d0 Use getopt in script.py demo. by Georg Brandl · 16 years ago
  72. 9bb7965 Set missing executable property on scripts by Mark Dickinson · 16 years ago
  73. ab6d373 Fix 'primes 0 1' by Mark Dickinson · 16 years ago
  74. 4271eca Update primes script. by Georg Brandl · 16 years ago
  75. 6e62c56 Remove useless script "mkrcs" and update README. by Georg Brandl · 16 years ago
  76. 86d38e9 Update markov demo. by Georg Brandl · 16 years ago
  77. 30fd2bb Update morse script, avoid globals, use iterators. by Georg Brandl · 16 years ago
  78. 2746866 Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment by Senthil Kumaran · 16 years ago
  79. 723fb3a Modernize all around (dont ask me how useful that script is nowadays...) by Georg Brandl · 16 years ago
  80. ffc87d5 Style fixes. by Georg Brandl · 16 years ago
  81. a0bcc27 Modernize factorisation demo (mostly augassign.) by Georg Brandl · 16 years ago
  82. 3d072c9 Show use of range() step argument nicely. by Georg Brandl · 16 years ago
  83. 0b798a9 Remove outdated comment and fix a few style issues. by Georg Brandl · 16 years ago
  84. 75b32c9 remove script which uses long gone module by Benjamin Peterson · 16 years ago
  85. 69f81a8 Remove unneeded "L" suffixes. by Georg Brandl · 16 years ago
  86. 18cb949 Bring old demo up-to-date. by Georg Brandl · 16 years ago
  87. 58d2f26 Issue #7055: test___all__ now greedily detects all modules which have an by Antoine Pitrou · 16 years ago
  88. 1c77b7f Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 16 years ago
  89. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 16 years ago
  90. de05599 replace callable() by Benjamin Peterson · 16 years ago
  91. 0c8bee6 Issue #7082: When falling back to the MIME 'name' parameter, the by R. David Murray · 16 years ago
  92. 9586cf8 fix some coding style by Benjamin Peterson · 16 years ago
  93. 49b8814 http://bugs.python.org/issue7029 by Kristján Valur Jónsson · 16 years ago
  94. 4502dcd death to old CVS keyword by Benjamin Peterson · 16 years ago
  95. d5a713e Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting. by Mark Dickinson · 16 years ago
  96. 539bff4 Update decimal test data to the most recent set from Mike Cowlishaw. by Mark Dickinson · 16 years ago
  97. 3d83082 Issue #7078: _struct.__doc__ was being ignored. Import it into struct. by Mark Dickinson · 16 years ago
  98. a5b642c Ensure that _scproxy gets build even when --disable-toolbox-glue by Ronald Oussoren · 16 years ago
  99. 15ae41c Issue #7048: logb should round its result when that result doesn't fit by Mark Dickinson · 16 years ago
  100. 590ecf3 Add Anders Chrigstrom to Misc/ACKS for his work on unicodedata. by Amaury Forgeot d'Arc · 16 years ago