1. 4585746 Fixed another typos. (email.Utils => email.utils) by Hirokazu Yamamoto · 15 years ago
  2. 3bd4058 Fixed typo. (email.Utils => email.utils) by Hirokazu Yamamoto · 15 years ago
  3. dcad046 Adjust test_asyncore to account for intentional asyncore behavior change by R. David Murray · 15 years ago
  4. 8c02324 Fixed incorrect object passed into format_float_internal(). This was resulting in a conversion being done twice. by Eric Smith · 15 years ago
  5. a9feadc fix missing quote by Benjamin Peterson · 15 years ago
  6. 7bedd62 fix extra parenthesis #5774 by Benjamin Peterson · 15 years ago
  7. aa48157 #5719: add short usage example to optparse docstring. by Georg Brandl · 15 years ago
  8. 457fefc remove useless import by Benjamin Peterson · 15 years ago
  9. 21cf5ee #5741: dont disallow double percent signs in SafeConfigParser.set() keys. by Georg Brandl · 15 years ago
  10. 3295eed removed string usage and added a test for _clean by Tarek Ziadé · 15 years ago
  11. e643bed added a test for finalize_options by Tarek Ziadé · 15 years ago
  12. f6f4b30 added a simple test for search_cpp by Tarek Ziadé · 15 years ago
  13. 7bea344 pep8-fied the module before adding tests by Tarek Ziadé · 15 years ago
  14. aa48798 removed the print statements and added a test by Tarek Ziadé · 15 years ago
  15. 3c4a546 #5704: let python -3 imply -t as well. by Georg Brandl · 15 years ago
  16. 507690c Take credit for my patch for issue 5237. by Eric Smith · 15 years ago
  17. aa0a0b9 fix markup by Benjamin Peterson · 15 years ago
  18. e753abd ignore py3_test_grammar when compiling the library by Benjamin Peterson · 15 years ago
  19. 64e1c75 Take credit for a patch of mine. by Georg Brandl · 15 years ago
  20. 5331d4b Make test_asyncore tests match code changes introduced by the by R. David Murray · 15 years ago
  21. b2faddb Re-word by Andrew M. Kuchling · 15 years ago
  22. 2c130b6 Add various items by Andrew M. Kuchling · 15 years ago
  23. c2936b7 testing a full check case by Tarek Ziadé · 15 years ago
  24. 942825f #5732: added the check command into Distutils by Tarek Ziadé · 15 years ago
  25. b2daff2 fixed link by Tarek Ziadé · 15 years ago
  26. cd2e704 Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks by Nick Coghlan · 15 years ago
  27. b524825 remove unpleasant exec by Chris Withers · 15 years ago
  28. f0f475d Add examples. by Raymond Hettinger · 15 years ago
  29. e019706 #5698: Fix casing of !DOCTYPE to conform to W3C specs. by Georg Brandl · 15 years ago
  30. 5623e50 Let "lambda" point to the correct heading. by Georg Brandl · 15 years ago
  31. c4f4697 Fix the count of datatypes. by Raymond Hettinger · 15 years ago
  32. f368fbc Clarify the table entries for combinatorics. by Raymond Hettinger · 15 years ago
  33. 3f5a0b3 IE needs the border-left:0 for some reason. by Raymond Hettinger · 15 years ago
  34. 8dbae0f More table clean-up by Raymond Hettinger · 15 years ago
  35. 80a71a0 Center table headings. by Raymond Hettinger · 15 years ago
  36. 390fa98 More table formatting. by Raymond Hettinger · 15 years ago
  37. c473c5a Add note on using keyword arguments with OrderedDict. by Raymond Hettinger · 15 years ago
  38. 0374a82 Issue #2170: refactored xml.dom.minidom.normalize, increasing both by R. David Murray · 15 years ago
  39. ad95826 Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms by Tarek Ziadé · 15 years ago
  40. c8c358a Add a custom stylesheet with better table formatting. by Georg Brandl · 15 years ago
  41. f8089c7 Issue 5665: add more pickling tests. by Collin Winter · 15 years ago
  42. 5963185 Typo fixes by Andrew M. Kuchling · 15 years ago
  43. 24520b4 Add items by Andrew M. Kuchling · 15 years ago
  44. 1e97cb2 Update ignore file for suspicious builder. by Georg Brandl · 15 years ago
  45. 6cb1ff3 Remove redundant backtick. by Georg Brandl · 15 years ago
  46. b3efcbc fix syntax by Benjamin Peterson · 15 years ago
  47. 487915c these must be installed to correctly run tests by Benjamin Peterson · 15 years ago
  48. 1355a3d Minor factoring. by Raymond Hettinger · 15 years ago
  49. a5cd637 Add docstrings. by Raymond Hettinger · 15 years ago
  50. 7f9bb91 - Make timing assertions very generous (a la test_timeout.py) by Jack Diederich · 15 years ago
  51. 085b998 Fix make.bat to match makefile changes by Raymond Hettinger · 15 years ago
  52. 3b2312e eliminate more race conditions in telnetlib tests by Jack Diederich · 15 years ago
  53. 14bf0a0 Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon and as implemented in the Py3K branch. by Vinay Sajip · 15 years ago
  54. dda7b19 revert unrelated change to test_telnetlib by Benjamin Peterson · 15 years ago
  55. a1b821c fix since difference formating of SyntaxErrors by Benjamin Peterson · 15 years ago
  56. 52b9620 fix syntax tests after formatting change by Benjamin Peterson · 15 years ago
  57. ee42545 see if this helps the doc builds by Benjamin Peterson · 15 years ago
  58. a27e6e3 add create_connection to __all__ #5711 by Benjamin Peterson · 15 years ago
  59. 923ba36 - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are by Gregory P. Smith · 15 years ago
  60. 183028e test the telnetlib.Telnet interface more thoroughly by Jack Diederich · 15 years ago
  61. 2b3eb37 news entry for r71299. by Gregory P. Smith · 15 years ago
  62. 6d30793 Fixes issue5705: os.setuid() and friends did not accept the same range of by Gregory P. Smith · 15 years ago
  63. fdda68e pep8-fied method names by Tarek Ziadé · 15 years ago
  64. 64408fb Fixed #5095: msi missing from Distutils bdist formats by Tarek Ziadé · 15 years ago
  65. d9e221d added a simplest test to distutils.spawn._nt_quote_args by Tarek Ziadé · 15 years ago
  66. faa6b12 Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test by Tarek Ziadé · 15 years ago
  67. 91a3b9e Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' by Matthias Klose · 15 years ago
  68. a5d58c8 - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for by Matthias Klose · 15 years ago
  69. 29c6a28 Normalize issue referencing style. by Georg Brandl · 15 years ago
  70. f2dfef1 Adding assertIs and assertIsNot methods to unittest.TestCase by Michael Foord · 15 years ago
  71. 7ab5eb9 #602893: add indicator for current line in cgitb that doesnt rely on styling alone. by Georg Brandl · 15 years ago
  72. 453d953 Fixed 5694: removed spurious test output in Distutils by Tarek Ziadé · 15 years ago
  73. 1ede0d6 #5298: clarify docs about GIL by using more consistent wording. by Georg Brandl · 15 years ago
  74. 4af280e #5444: adapt make.bat to new htmlhelp output file name. by Georg Brandl · 15 years ago
  75. d431519 #5432: make plistlib docstring a raw string, since it contains examples with backslash escapes. by Georg Brandl · 15 years ago
  76. 3f0ef20 #5471: fix expanduser() for $HOME set to "/". by Georg Brandl · 15 years ago
  77. a7ec072 #5370: doc update about unpickling objects with custom __getattr__ etc. methods. by Georg Brandl · 15 years ago
  78. 1956d5c Add NEWS entry for r71237. by Georg Brandl · 15 years ago
  79. dc4a771 #1326077: fix traceback formatting of SyntaxErrors. This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space. by Georg Brandl · 15 years ago
  80. 517cfdc Whitespace normalization. by Georg Brandl · 15 years ago
  81. 0610e08 - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. by Matthias Klose · 15 years ago
  82. 6c59e72 #5580: no need to use parentheses when converterr() argument is actually a type description. by Georg Brandl · 15 years ago
  83. d3eaa74 #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  84. 1e566ce Issue #5695: Moved logging.captureWarnings() call inside with statement in WarningsTest.test_warnings. by Vinay Sajip · 15 years ago
  85. 50ba6e1 #1726172: dont raise an unexpected IndexError if a voidresp() call has an empty response. by Georg Brandl · 15 years ago
  86. 5d19610 #1718017: document the relation of os.path and the posixpath, ntpath etc. modules better. by Georg Brandl · 15 years ago
  87. 75f1107 Avoid sure signs of a diseased mind. by Georg Brandl · 15 years ago
  88. 89b1296 Normalize spelling of Mac OS X. by Georg Brandl · 15 years ago
  89. 9af0c56 #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions. by Georg Brandl · 15 years ago
  90. 5d64c33 Include tkinter.h only after including tk.h (or the equivalent for another platform). by Guilherme Polo · 15 years ago
  91. 37d89a2 Change the way unittest.TestSuite use their tests to always access them through iteration. Non behavior changing, this allows you to create custom subclasses that override __iter__. by Michael Foord · 15 years ago
  92. 1d22d00 compare types with is by Benjamin Peterson · 15 years ago
  93. f9c8193 note how using iter* are unsafe while mutating and document iter(dict) by Benjamin Peterson · 15 years ago
  94. 91a1a07 Issue #5470: Package zipdir.zip. by Martin v. Löwis · 15 years ago
  95. 772033f No behavior change. by Hirokazu Yamamoto · 15 years ago
  96. ea0d744 revert r71159 since it broke the build by Benjamin Peterson · 15 years ago
  97. 8212a82 - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. by Matthias Klose · 15 years ago
  98. edb5e1e - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with by Matthias Klose · 15 years ago
  99. 29b3630 #5601: clarify that webbrowser is not meant for file names. by Georg Brandl · 15 years ago
  100. 9d977b8 #5642: clarify map() compatibility to the builtin. by Georg Brandl · 15 years ago