1. c42c099 Reformat prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  2. 5d98ec7 Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in by Walter Dörwald · 15 years ago
  3. 140d9d6 Reformat file prior to editing. by Jeroen Ruigrok van der Werven · 15 years ago
  4. 2dcf46e Rewrite a sentence to be more in line with the rest of the documentation with by Jeroen Ruigrok van der Werven · 15 years ago
  5. bcddf67 #5810: Fixed Distutils test_build_scripts by Tarek Ziadé · 15 years ago
  6. a2dce5a Issue #4239: adjust email examples not to use connect() and terminate with by Jeroen Ruigrok van der Werven · 15 years ago
  7. d567c38 Issue #4951: Fixed failure in test_httpservers by Tarek Ziadé · 15 years ago
  8. a145317 Issue #5837: Certain sequences of calls to set() and unset() for by Walter Dörwald · 15 years ago
  9. 162641a First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT. by Jeroen Ruigrok van der Werven · 15 years ago
  10. bc25bf9 Reformat prior to expanding. by Jeroen Ruigrok van der Werven · 15 years ago
  11. 0a6501b Fix typo in complex parsing code; expand tests. by Mark Dickinson · 15 years ago
  12. 5083dc5 fix a segfault when setting __class__ in __del__ #5283 by Benjamin Peterson · 15 years ago
  13. 5c6af80 Issue #3102: All global symbols that the _ctypes extension defines are by Thomas Heller · 15 years ago
  14. ec21ccd Issue 5041: ctypes unwilling to allow pickling wide character. by Thomas Heller · 15 years ago
  15. addfe22 Issue #5161: wrong paths for ctypes cleanup when Python is built in a by Thomas Heller · 15 years ago
  16. 0badeef Remove unnecessary double negative by Mark Dickinson · 15 years ago
  17. 6ab635a Issue #5593: Use more robust test for double-rounding in test_fsum. by Mark Dickinson · 15 years ago
  18. 4af8e74 Issue #5812: The two-argument form of the Fraction constructor by Mark Dickinson · 15 years ago
  19. 90d47cb Fix missing 'return NULL' by Mark Dickinson · 15 years ago
  20. 95bc980 Issue #5816: by Mark Dickinson · 15 years ago
  21. 508c423 Add link to PEP 236. by Georg Brandl · 15 years ago
  22. 69923a1 #5813: add a reference to the "future statements" section. by Georg Brandl · 15 years ago
  23. 95089bc Fix rewrapping accident. by Georg Brandl · 15 years ago
  24. 49cc4ea #5820: fix bug in usage of getreader(). by Georg Brandl · 15 years ago
  25. f13447f Produce correct version string to access the .chm by Kurt B. Kaiser · 15 years ago
  26. 8100bd8 Issue #5812: make Fraction('1e-6') valid. Backport of r71806. by Mark Dickinson · 15 years ago
  27. ebafbb7 Fixed issue 5782: formatting with commas didn't work if no specifier type code was given. by Eric Smith · 15 years ago
  28. 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
  29. aca19e6 Backport of some of the work in r71665 to trunk. This reworks much of by Eric Smith · 15 years ago
  30. cbb5308 Issue #5170: Fixed regression caused when fixing #5768. by Vinay Sajip · 15 years ago
  31. 4c07438 Documentation for issue 5237, auto-numbered format fields. Contributed by Terry J. Reedy. by Eric Smith · 15 years ago
  32. e561011 #5751: fix escaping of \\n. by Georg Brandl · 15 years ago
  33. ce54356 #5757: fix copy-paste error in notify(). by Georg Brandl · 15 years ago
  34. 95fb46c Restore skips of posix and pty tests on Windows by calling the by R. David Murray · 15 years ago
  35. 7c2867f Fix for the Issue918368 - urllib doesn't correct server returned urls by Senthil Kumaran · 15 years ago
  36. a7e734f Nit: integer division should use //, not / by Mark Dickinson · 15 years ago
  37. 6736cf8 Issue #3166: Make long -> float (and int -> float) conversions by Mark Dickinson · 15 years ago
  38. cccfc82 Fix typo by Raymond Hettinger · 15 years ago
  39. 31559b6 adding a NEWS note for #5795 (previously checked via the buildbot) by Tarek Ziadé · 15 years ago
  40. 2c4e741 making BuildWinInstTestCase silent in case bdist_wininst is not run under win32 by Tarek Ziadé · 15 years ago
  41. 92d77b7 #5795 sysconfig._config_vars was shadowed in tearDown by Tarek Ziadé · 15 years ago
  42. 9be2697 Automatic conversion of floats to integers for struct.pack integer codes by Mark Dickinson · 15 years ago
  43. 6c0b872 Fix for issue5657. by Ronald Oussoren · 15 years ago
  44. 82d1cf1 fix typo by Benjamin Peterson · 15 years ago
  45. 8cfa8e6 make errors consistent by Benjamin Peterson · 15 years ago
  46. 308c6ba initialize weakref some weakref types by Benjamin Peterson · 15 years ago
  47. 01c6e6f many more types to initialize (I had to expose some of them) by Benjamin Peterson · 15 years ago
  48. accb3d0 move test to a more appropiate one by Benjamin Peterson · 15 years ago
  49. 5ce7375 initalize -> initialize by Benjamin Peterson · 15 years ago
  50. d4d400c try to initalize all builtin types with PyType_Ready to avoid problems like #5787 by Benjamin Peterson · 15 years ago
  51. baba195 fix a few nits in unittest.py #5771 by Benjamin Peterson · 15 years ago
  52. d672001 rename internal bytes_ functions to bytearray by Benjamin Peterson · 15 years ago
  53. 1bdf7e9 Issue #1869: Fix a couple of minor round() issues. by Mark Dickinson · 15 years ago
  54. 8e5446f Backport r71704 (add configure check for C99 round function) to trunk. by Mark Dickinson · 15 years ago
  55. 4beb89b copysign shouldn't be declared as static in pymath.c by Mark Dickinson · 15 years ago
  56. f5fd523 "not subscriptable" should be a bit more understandable than "unsubscriptable". by Georg Brandl · 15 years ago
  57. 783f493 DistutilsSetupError was not raised when one single warning occured by Tarek Ziadé · 15 years ago
  58. 22aa4bb Issue #5768: Change to Unicode output logic and test case for same. by Vinay Sajip · 15 years ago
  59. 74f0450 Issue #5768: Change to Unicode output logic and test case for same. by Vinay Sajip · 15 years ago
  60. 76162e3 Clarify the behavior of any() and all() with an empty iterable. by Raymond Hettinger · 15 years ago
  61. 7203081 Less red ink (warning->note) and add link to def of side-by-side assembly. by R. David Murray · 15 years ago
  62. 2d69358 Remove duplicated function declaration. Make _pagesize static. by Thomas Heller · 15 years ago
  63. 4954ffd Remove unneeded code. by Thomas Heller · 15 years ago
  64. 6076d39 Fix for issue3440: add warning to subprocess discussion of by R. David Murray · 15 years ago
  65. 99d36f1 call __float__ on str subclasses #5759 by Benjamin Peterson · 15 years ago
  66. 5c99148 tupel -> tuple by Benjamin Peterson · 15 years ago
  67. eb6e0f5 pep8-fied by Tarek Ziadé · 15 years ago
  68. 2fdd0d5 improved test coverage for distutils.cmd by Tarek Ziadé · 15 years ago
  69. abc2660 Add missing NEWS item for issue1161031 fix. by R. David Murray · 15 years ago
  70. b48327a #5745: more linking for identifiers in email docs. by Georg Brandl · 15 years ago
  71. 710fbc3 deactivate test_search_cpp under win32 by Tarek Ziadé · 15 years ago
  72. 73709e6 #5741 followup: should also allow %%(blah)s. by Georg Brandl · 15 years ago
  73. 456cb1e Simplify markup. by Georg Brandl · 15 years ago
  74. 156c31a Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries. by Tarek Ziadé · 15 years ago
  75. 4585746 Fixed another typos. (email.Utils => email.utils) by Hirokazu Yamamoto · 15 years ago
  76. 3bd4058 Fixed typo. (email.Utils => email.utils) by Hirokazu Yamamoto · 15 years ago
  77. dcad046 Adjust test_asyncore to account for intentional asyncore behavior change by R. David Murray · 15 years ago
  78. 8c02324 Fixed incorrect object passed into format_float_internal(). This was resulting in a conversion being done twice. by Eric Smith · 15 years ago
  79. a9feadc fix missing quote by Benjamin Peterson · 15 years ago
  80. 7bedd62 fix extra parenthesis #5774 by Benjamin Peterson · 15 years ago
  81. aa48157 #5719: add short usage example to optparse docstring. by Georg Brandl · 15 years ago
  82. 457fefc remove useless import by Benjamin Peterson · 15 years ago
  83. 21cf5ee #5741: dont disallow double percent signs in SafeConfigParser.set() keys. by Georg Brandl · 15 years ago
  84. 3295eed removed string usage and added a test for _clean by Tarek Ziadé · 15 years ago
  85. e643bed added a test for finalize_options by Tarek Ziadé · 15 years ago
  86. f6f4b30 added a simple test for search_cpp by Tarek Ziadé · 15 years ago
  87. 7bea344 pep8-fied the module before adding tests by Tarek Ziadé · 15 years ago
  88. aa48798 removed the print statements and added a test by Tarek Ziadé · 15 years ago
  89. 3c4a546 #5704: let python -3 imply -t as well. by Georg Brandl · 15 years ago
  90. 507690c Take credit for my patch for issue 5237. by Eric Smith · 15 years ago
  91. aa0a0b9 fix markup by Benjamin Peterson · 15 years ago
  92. e753abd ignore py3_test_grammar when compiling the library by Benjamin Peterson · 15 years ago
  93. 64e1c75 Take credit for a patch of mine. by Georg Brandl · 15 years ago
  94. 5331d4b Make test_asyncore tests match code changes introduced by the by R. David Murray · 15 years ago
  95. b2faddb Re-word by Andrew M. Kuchling · 15 years ago
  96. 2c130b6 Add various items by Andrew M. Kuchling · 15 years ago
  97. c2936b7 testing a full check case by Tarek Ziadé · 15 years ago
  98. 942825f #5732: added the check command into Distutils by Tarek Ziadé · 15 years ago
  99. b2daff2 fixed link by Tarek Ziadé · 15 years ago
  100. 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