1. d40fb70 Update pydoc topics. by Georg Brandl · 15 years ago
  2. 4381925 Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/. by Georg Brandl · 15 years ago
  3. 99f2779 Issue #4971: Fix titlecase for characters that are their own by Martin v. Löwis · 15 years ago
  4. 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 15 years ago
  5. 208b00d #5841: add deprecation py3k warning and notice in the docs for commands module. by Georg Brandl · 15 years ago
  6. 5d98ec7 Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in by Walter Dörwald · 15 years ago
  7. bcddf67 #5810: Fixed Distutils test_build_scripts by Tarek Ziadé · 15 years ago
  8. d567c38 Issue #4951: Fixed failure in test_httpservers by Tarek Ziadé · 15 years ago
  9. a145317 Issue #5837: Certain sequences of calls to set() and unset() for by Walter Dörwald · 15 years ago
  10. 0a6501b Fix typo in complex parsing code; expand tests. by Mark Dickinson · 15 years ago
  11. 5083dc5 fix a segfault when setting __class__ in __del__ #5283 by Benjamin Peterson · 15 years ago
  12. ec21ccd Issue 5041: ctypes unwilling to allow pickling wide character. by Thomas Heller · 15 years ago
  13. 0badeef Remove unnecessary double negative by Mark Dickinson · 15 years ago
  14. 6ab635a Issue #5593: Use more robust test for double-rounding in test_fsum. by Mark Dickinson · 15 years ago
  15. 4af8e74 Issue #5812: The two-argument form of the Fraction constructor by Mark Dickinson · 15 years ago
  16. 95bc980 Issue #5816: by Mark Dickinson · 15 years ago
  17. f13447f Produce correct version string to access the .chm by Kurt B. Kaiser · 15 years ago
  18. 8100bd8 Issue #5812: make Fraction('1e-6') valid. Backport of r71806. by Mark Dickinson · 15 years ago
  19. ebafbb7 Fixed issue 5782: formatting with commas didn't work if no specifier type code was given. by Eric Smith · 15 years ago
  20. 5533ff6 Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation) by Nick Coghlan · 15 years ago
  21. aca19e6 Backport of some of the work in r71665 to trunk. This reworks much of by Eric Smith · 15 years ago
  22. cbb5308 Issue #5170: Fixed regression caused when fixing #5768. by Vinay Sajip · 15 years ago
  23. 95fb46c Restore skips of posix and pty tests on Windows by calling the by R. David Murray · 15 years ago
  24. 7c2867f Fix for the Issue918368 - urllib doesn't correct server returned urls by Senthil Kumaran · 15 years ago
  25. a7e734f Nit: integer division should use //, not / by Mark Dickinson · 15 years ago
  26. 6736cf8 Issue #3166: Make long -> float (and int -> float) conversions by Mark Dickinson · 15 years ago
  27. 2c4e741 making BuildWinInstTestCase silent in case bdist_wininst is not run under win32 by Tarek Ziadé · 15 years ago
  28. 92d77b7 #5795 sysconfig._config_vars was shadowed in tearDown by Tarek Ziadé · 15 years ago
  29. 9be2697 Automatic conversion of floats to integers for struct.pack integer codes by Mark Dickinson · 15 years ago
  30. accb3d0 move test to a more appropiate one by Benjamin Peterson · 15 years ago
  31. d4d400c try to initalize all builtin types with PyType_Ready to avoid problems like #5787 by Benjamin Peterson · 15 years ago
  32. baba195 fix a few nits in unittest.py #5771 by Benjamin Peterson · 15 years ago
  33. 1bdf7e9 Issue #1869: Fix a couple of minor round() issues. by Mark Dickinson · 15 years ago
  34. 783f493 DistutilsSetupError was not raised when one single warning occured by Tarek Ziadé · 15 years ago
  35. 74f0450 Issue #5768: Change to Unicode output logic and test case for same. by Vinay Sajip · 15 years ago
  36. 99d36f1 call __float__ on str subclasses #5759 by Benjamin Peterson · 15 years ago
  37. eb6e0f5 pep8-fied by Tarek Ziadé · 15 years ago
  38. 2fdd0d5 improved test coverage for distutils.cmd by Tarek Ziadé · 15 years ago
  39. 710fbc3 deactivate test_search_cpp under win32 by Tarek Ziadé · 15 years ago
  40. 73709e6 #5741 followup: should also allow %%(blah)s. by Georg Brandl · 15 years ago
  41. 156c31a Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries. by Tarek Ziadé · 15 years ago
  42. dcad046 Adjust test_asyncore to account for intentional asyncore behavior change by R. David Murray · 15 years ago
  43. aa48157 #5719: add short usage example to optparse docstring. by Georg Brandl · 15 years ago
  44. 457fefc remove useless import by Benjamin Peterson · 15 years ago
  45. 21cf5ee #5741: dont disallow double percent signs in SafeConfigParser.set() keys. by Georg Brandl · 15 years ago
  46. 3295eed removed string usage and added a test for _clean by Tarek Ziadé · 15 years ago
  47. e643bed added a test for finalize_options by Tarek Ziadé · 15 years ago
  48. f6f4b30 added a simple test for search_cpp by Tarek Ziadé · 15 years ago
  49. 7bea344 pep8-fied the module before adding tests by Tarek Ziadé · 15 years ago
  50. aa48798 removed the print statements and added a test by Tarek Ziadé · 15 years ago
  51. 5331d4b Make test_asyncore tests match code changes introduced by the by R. David Murray · 15 years ago
  52. c2936b7 testing a full check case by Tarek Ziadé · 15 years ago
  53. 942825f #5732: added the check command into Distutils by Tarek Ziadé · 15 years ago
  54. 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
  55. b524825 remove unpleasant exec by Chris Withers · 15 years ago
  56. e019706 #5698: Fix casing of !DOCTYPE to conform to W3C specs. by Georg Brandl · 15 years ago
  57. 0374a82 Issue #2170: refactored xml.dom.minidom.normalize, increasing both by R. David Murray · 15 years ago
  58. ad95826 Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms by Tarek Ziadé · 15 years ago
  59. f8089c7 Issue 5665: add more pickling tests. by Collin Winter · 15 years ago
  60. 1355a3d Minor factoring. by Raymond Hettinger · 15 years ago
  61. a5cd637 Add docstrings. by Raymond Hettinger · 15 years ago
  62. 7f9bb91 - Make timing assertions very generous (a la test_timeout.py) by Jack Diederich · 15 years ago
  63. 3b2312e eliminate more race conditions in telnetlib tests by Jack Diederich · 15 years ago
  64. 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
  65. dda7b19 revert unrelated change to test_telnetlib by Benjamin Peterson · 15 years ago
  66. a1b821c fix since difference formating of SyntaxErrors by Benjamin Peterson · 15 years ago
  67. 52b9620 fix syntax tests after formatting change by Benjamin Peterson · 15 years ago
  68. a27e6e3 add create_connection to __all__ #5711 by Benjamin Peterson · 15 years ago
  69. 923ba36 - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are by Gregory P. Smith · 15 years ago
  70. 183028e test the telnetlib.Telnet interface more thoroughly by Jack Diederich · 15 years ago
  71. 6d30793 Fixes issue5705: os.setuid() and friends did not accept the same range of by Gregory P. Smith · 15 years ago
  72. fdda68e pep8-fied method names by Tarek Ziadé · 15 years ago
  73. 64408fb Fixed #5095: msi missing from Distutils bdist formats by Tarek Ziadé · 15 years ago
  74. d9e221d added a simplest test to distutils.spawn._nt_quote_args by Tarek Ziadé · 15 years ago
  75. faa6b12 Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test by Tarek Ziadé · 15 years ago
  76. a5d58c8 - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for by Matthias Klose · 15 years ago
  77. f2dfef1 Adding assertIs and assertIsNot methods to unittest.TestCase by Michael Foord · 15 years ago
  78. 7ab5eb9 #602893: add indicator for current line in cgitb that doesnt rely on styling alone. by Georg Brandl · 15 years ago
  79. 453d953 Fixed 5694: removed spurious test output in Distutils by Tarek Ziadé · 15 years ago
  80. d431519 #5432: make plistlib docstring a raw string, since it contains examples with backslash escapes. by Georg Brandl · 15 years ago
  81. 3f0ef20 #5471: fix expanduser() for $HOME set to "/". by Georg Brandl · 15 years ago
  82. 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
  83. 1e566ce Issue #5695: Moved logging.captureWarnings() call inside with statement in WarningsTest.test_warnings. by Vinay Sajip · 15 years ago
  84. 50ba6e1 #1726172: dont raise an unexpected IndexError if a voidresp() call has an empty response. by Georg Brandl · 15 years ago
  85. 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
  86. 1d22d00 compare types with is by Benjamin Peterson · 15 years ago
  87. 772033f No behavior change. by Hirokazu Yamamoto · 15 years ago
  88. e3bc557 Replace the localized min/max calls with normal if/else by Raymond Hettinger · 15 years ago
  89. 013d6cc Allow multiple IDLE GUI/subprocess pairs to exist by Kurt B. Kaiser · 15 years ago
  90. 6ecb1a3 Localize the function lookup in timeit. by Raymond Hettinger · 15 years ago
  91. 756ab67 Have namedtuple's field renamer assign names that by Raymond Hettinger · 15 years ago
  92. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 15 years ago
  93. 48e3fd2 sys.long_info attributes should be ints, not longs by Mark Dickinson · 15 years ago
  94. dd98e04 Actually the displayhook should print the repr. by Georg Brandl · 15 years ago
  95. 52720c5 Add missing iteritems() call to the for loop in mailbox.MH.get_message(). by R. David Murray · 15 years ago
  96. e2942d0 Store the functions in the _type_equality_funcs as wrapped objects that are deep copyable. by Michael Foord · 15 years ago
  97. 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 15 years ago
  98. 345b2fe Better exception messages for unittest assert methods. by Michael Foord · 15 years ago
  99. c730a6a Fixing the issue4860. Escaping embedded '"' character in js_output() method of Morsel. by Senthil Kumaran · 15 years ago
  100. 4724f40 Remove port spec from run.py and fix bug where by Kurt B. Kaiser · 15 years ago