1. 5cb823d Fix one compileall test (#10453). Patch by Michele Orrù. by Éric Araujo · 15 years ago
  2. 870e0e8 Add myself for unittest and fix Alexander username by Ezio Melotti · 15 years ago
  3. 300623d r84925 followup: add docstring for get_makefile_filename (+PEP 257 fixes) by Éric Araujo · 15 years ago
  4. 13a7146 Fix typo by Éric Araujo · 15 years ago
  5. ce9dc74 Update maintainers by Raymond Hettinger · 15 years ago
  6. 2a0be78 Quote the paths in the event that they contain spaces. by Brian Curtin · 15 years ago
  7. 2a07d6e Issue 3292: Fixup to the Sequence docs. by Raymond Hettinger · 15 years ago
  8. f991642 Fix #6378. Start IDLE using the proper version of Python based on the directory by Brian Curtin · 15 years ago
  9. 0ef956f Issue 6722: Improve the namedtuple examples. by Raymond Hettinger · 15 years ago
  10. 086f308 Issue 10470: 'python -m unittest' launches test discovery by default.(If you need to pass options to test discovery the discover subcommand must still be specified explicitly.) by Michael Foord · 15 years ago
  11. 47c74ac Issue #10488: Bring documentation for 'float' builtin up to date. by Mark Dickinson · 15 years ago
  12. faed5b5 Add CSS rule for the deprecated-removed directive by Ezio Melotti · 15 years ago
  13. 925914f Add sets to the precedence table. by Brett Cannon · 15 years ago
  14. 3bce11c Make test_nntplib more robust by Antoine Pitrou · 15 years ago
  15. 719a449 Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. by R. David Murray · 15 years ago
  16. 0a4dae5 fix refleak by Benjamin Peterson · 15 years ago
  17. e4dad4f Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. by Senthil Kumaran · 15 years ago
  18. a73dc9d configparser: read-only attributes to get the section name and parser from a SectionProxy instance by Łukasz Langa · 15 years ago
  19. 5c86339 Issue #10489: removed broken `__name__` support from configparser by Łukasz Langa · 15 years ago
  20. b2b2382 Fix capitalization. by Mark Dickinson · 15 years ago
  21. d325c4b Revert r86517 by Raymond Hettinger · 15 years ago
  22. 2dad5ca Add a couple of missing versionadded tags in the inspect module docs by Nick Coghlan · 15 years ago
  23. e0f0465 Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckhardt by Nick Coghlan · 15 years ago
  24. d3309df Style edits in followup to r86521 (#9312) by Éric Araujo · 15 years ago
  25. 2a1e3e2 Issue #7770: Note the useful range of sin/cos in the decimal module examples. by Raymond Hettinger · 15 years ago
  26. a491ced Try to get more useful output from failing buildbot by Éric Araujo · 15 years ago
  27. fe502ea Clean-up the description of the range object. by Raymond Hettinger · 15 years ago
  28. 0f44179 Document index and count as part of the Sequence ABC (#9746) by Éric Araujo · 15 years ago
  29. a1864f3 pep 7 actually wants the brace on a new line by Benjamin Peterson · 15 years ago
  30. d57bb55 fix two broken tests by Benjamin Peterson · 15 years ago
  31. 8d16ab3 merge all range tests into test_range by Benjamin Peterson · 15 years ago
  32. 94ab7a0 enable test that was commented out for whatever reason by Benjamin Peterson · 15 years ago
  33. 155614b code style and simplification by Benjamin Peterson · 15 years ago
  34. 7e5343b Add error handling in range_count. by Georg Brandl · 15 years ago
  35. 0b458d5 count() should return integers #10474 by Benjamin Peterson · 15 years ago
  36. 2e579f0 Fix typos and style in compileall. by Éric Araujo · 15 years ago
  37. 8b9f0c5 Fix email doc update I overlooked (thanks, Éric) by R. David Murray · 15 years ago
  38. 650f147 #10453: compileall now uses argparse instead of getopt, so -h works. by R. David Murray · 15 years ago
  39. a78f74c Issue #8078: Add constants for higher baud rates in the termios module. by Antoine Pitrou · 15 years ago
  40. 74abf6f #9724: add nonlocal to pydoc topics. by Georg Brandl · 15 years ago
  41. 5a96b52 Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil by Antoine Pitrou · 15 years ago
  42. e760664 Add entry for r86601 by Éric Araujo · 15 years ago
  43. b85b3af In 3.x, bytearray is akin to bytes, not str. by Antoine Pitrou · 15 years ago
  44. ff1144e Fix two NameErrors in distutils (#10407) by Éric Araujo · 15 years ago
  45. b1cb105 revert changes in inappropiate branch by Benjamin Peterson · 15 years ago
  46. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 15 years ago
  47. b8bc439 don't shadow globals by Benjamin Peterson · 15 years ago
  48. 44454af Issue #10371: Deprecated undocumented functions in the trace module. by Alexander Belopolsky · 15 years ago
  49. 5f78040 add filename to ENOENT message #4925 by Benjamin Peterson · 15 years ago
  50. c610e3e Addition of issue 9926 to NEWS by Michael Foord · 15 years ago
  51. fa73555 correct logic when pos is after the string #10467 by Benjamin Peterson · 15 years ago
  52. 6bcfade Improve unittest.TestLoader.discover docstring by Michael Foord · 15 years ago
  53. 5c41787 add space by Benjamin Peterson · 15 years ago
  54. 72288d4 code style by Benjamin Peterson · 15 years ago
  55. 5e703cf Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) and not CPU time. by Senthil Kumaran · 15 years ago
  56. 35184ed Issue 9732: __class__ no longer checked on objects by getattr_static by Michael Foord · 15 years ago
  57. e516265 Issue 9732: fetch the method resolution order from the type metaclass directly in getattr_static by Michael Foord · 15 years ago
  58. 6bb9989 #1574217: only swallow AttributeErrors in isinstance, not everything. by R. David Murray · 15 years ago
  59. f149e45 removed a NEWS entry that cloned itself in mysterious circumstances by Łukasz Langa · 15 years ago
  60. cc7ebb8 Issue 9732: remove use of __class__ in inspect.getattr_static and note the mro exception to code execution by Michael Foord · 15 years ago
  61. 45ec426 acknowledge configparser evolution by Łukasz Langa · 15 years ago
  62. c264c09 configparser: the name of the DEFAULT section is now customizable by Łukasz Langa · 15 years ago
  63. b357fb7 Issue 10326: further extend test for unpickling to ensure type lookup mechanism works after unpickling by Michael Foord · 15 years ago
  64. 8a00eec Issue 10326: extend test for pickling of TestCase instances to ensure they can be unpickled too by Michael Foord · 15 years ago
  65. 8ca6d98 Issue 10326: TestCase instances can now be pickled (they store names of instance methods instead of references to the instance methods themselves). by Michael Foord · 15 years ago
  66. e5db263 Improve TestBytesGeneratorIdempotent using by using linesep. by R. David Murray · 15 years ago
  67. 95fc51d Issue 9732: addition of getattr_static to the inspect module by Michael Foord · 15 years ago
  68. 89197fe socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case. by Georg Brandl · 15 years ago
  69. cd6bb26 #10460: an even better indent.pro. by Georg Brandl · 15 years ago
  70. bab3378 #10439: document PyCodec C APIs. by Georg Brandl · 15 years ago
  71. b6b74a7 #10460: Update indent.pro to match PEP 7 better. by Georg Brandl · 15 years ago
  72. 9f1c1dc #10465: fix broken delegation in __getattr__ of _PaddedFile. by Georg Brandl · 15 years ago
  73. 4ccc137 Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to by Mark Dickinson · 15 years ago
  74. 6646cd4 Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX and by Mark Dickinson · 15 years ago
  75. ec0d355 Regenerated configure and pyconfig.h.in. by Mark Dickinson · 15 years ago
  76. 54445ad Fix rst markup errors. by Georg Brandl · 15 years ago
  77. 75b2a5e Use correct markup for True/False/None by Ezio Melotti · 15 years ago
  78. 7edecdd Add configure-time test for log1p disrespecting zero sign. by Mark Dickinson · 15 years ago
  79. 22170ed Add a few labels and links to unittest doc by Ezio Melotti · 15 years ago
  80. d8f6597 new plan: functions that want 'tmp' can declare it by Benjamin Peterson · 15 years ago
  81. b304d0b Fixes a timing-related failure on Windows (issue 10183) by Brian Quinlan · 15 years ago
  82. 722b5fd Make test class name unique so that both test classes run. by R. David Murray · 15 years ago
  83. 0e9e98e c89 declarations by Benjamin Peterson · 15 years ago
  84. 5b06681 use %R format code; fixes invalid dereferencing #10391 by Benjamin Peterson · 15 years ago
  85. c8c60c2 Do not put a raw REPLACEMENT CHARACTER in the document. by Georg Brandl · 15 years ago
  86. c5b0ec0 remove documentation for something that's gone by Fred Drake · 15 years ago
  87. 98b644f Fix test_ssl_presence when ssl is not present by Antoine Pitrou · 15 years ago
  88. 93a6b13 Issue #4153: Updated Unicode HOWTO. by Alexander Belopolsky · 15 years ago
  89. b970142 #10455: fix typo by Ezio Melotti · 15 years ago
  90. 5d4dd3e Issue 7828: Fixed chr() and ord() documentation for wide characters by Alexander Belopolsky · 15 years ago
  91. de60918 Wrap all test_nntplib methods accessing a remote server in a transient_internet() by Antoine Pitrou · 15 years ago
  92. 6a0b5c4 Code Changes as per review comments by Antoine Pitrou. by Senthil Kumaran · 15 years ago
  93. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 15 years ago
  94. daa29d0 Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy by Senthil Kumaran · 15 years ago
  95. d8b661d Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of TypeError. by Stefan Krah · 15 years ago
  96. d28f790 Make test_nntplib more robust when the "last" article in a group can't be retrieved by Antoine Pitrou · 15 years ago
  97. 8ce1f1f Fix Issue 9991: xmlrpc client ssl check faulty by Senthil Kumaran · 15 years ago
  98. b10089e Remove spurious space that was breaking Vim’s reST highlighting. by Éric Araujo · 15 years ago
  99. 29bd840 reduce try block compass by Benjamin Peterson · 15 years ago
  100. 6331520 Issue 10260 Adding the wait_for() method to threading.Condition by Kristján Valur Jónsson · 15 years ago