1. 57410c1 #10511: clarification of what heaps are; suggested by Johannes Hoff. by Georg Brandl · 14 years ago
  2. 5a93265 #10468: document Unicode exception creation and access functions. by Georg Brandl · 14 years ago
  3. 5e43857 Issue 9222 Fix filetypes for open dialog by Terry Reedy · 14 years ago
  4. e61602f information on Issue #9846 by Łukasz Langa · 14 years ago
  5. a9f054b zipfile: remove remaining ResourceWarnings by Łukasz Langa · 14 years ago
  6. e94980a Issue #9846: ZipExtFile provides no mechanism for closing the underlying file object by Łukasz Langa · 14 years ago
  7. 022f049 Issue #6878: Fixed return type of tkinter methods documented to return lists. by Alexander Belopolsky · 14 years ago
  8. 7744e2a Fix test_multiprocessing when ctypes isn't available by Antoine Pitrou · 14 years ago
  9. 0662bc2 Fix tests when ctypes isn't available by Antoine Pitrou · 14 years ago
  10. 2baf1a6 #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_ by Ezio Melotti · 14 years ago
  11. 60fafa2 issue 10501 by Kristján Valur Jónsson · 14 years ago
  12. b87ef8f Improve test for 'python -m unittest' launching test discovery by Michael Foord · 14 years ago
  13. 5cbc71e Issue #10459: Update CJK character names to Unicode 6.0. by Martin v. Löwis · 14 years ago
  14. 249d7e3 Fix - s/urllib2/urllib.request/ by Senthil Kumaran · 14 years ago
  15. c295862 Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not by Senthil Kumaran · 14 years ago
  16. 1e600dc Fix resource warning from patchcheck.py by Éric Araujo · 14 years ago
  17. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  18. d4bbab2 Issue #10138: Removed 'indefinitely' from the proleptic calendar description. by Alexander Belopolsky · 14 years ago
  19. 5cb823d Fix one compileall test (#10453). Patch by Michele Orrù. by Éric Araujo · 14 years ago
  20. 870e0e8 Add myself for unittest and fix Alexander username by Ezio Melotti · 14 years ago
  21. 300623d r84925 followup: add docstring for get_makefile_filename (+PEP 257 fixes) by Éric Araujo · 14 years ago
  22. 13a7146 Fix typo by Éric Araujo · 14 years ago
  23. ce9dc74 Update maintainers by Raymond Hettinger · 14 years ago
  24. 2a0be78 Quote the paths in the event that they contain spaces. by Brian Curtin · 14 years ago
  25. 2a07d6e Issue 3292: Fixup to the Sequence docs. by Raymond Hettinger · 14 years ago
  26. f991642 Fix #6378. Start IDLE using the proper version of Python based on the directory by Brian Curtin · 14 years ago
  27. 0ef956f Issue 6722: Improve the namedtuple examples. by Raymond Hettinger · 14 years ago
  28. 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 · 14 years ago
  29. 47c74ac Issue #10488: Bring documentation for 'float' builtin up to date. by Mark Dickinson · 14 years ago
  30. faed5b5 Add CSS rule for the deprecated-removed directive by Ezio Melotti · 14 years ago
  31. 925914f Add sets to the precedence table. by Brett Cannon · 14 years ago
  32. 3bce11c Make test_nntplib more robust by Antoine Pitrou · 14 years ago
  33. 719a449 Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. by R. David Murray · 14 years ago
  34. 0a4dae5 fix refleak by Benjamin Peterson · 14 years ago
  35. e4dad4f Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. by Senthil Kumaran · 14 years ago
  36. a73dc9d configparser: read-only attributes to get the section name and parser from a SectionProxy instance by Łukasz Langa · 14 years ago
  37. 5c86339 Issue #10489: removed broken `__name__` support from configparser by Łukasz Langa · 14 years ago
  38. b2b2382 Fix capitalization. by Mark Dickinson · 14 years ago
  39. d325c4b Revert r86517 by Raymond Hettinger · 14 years ago
  40. 2dad5ca Add a couple of missing versionadded tags in the inspect module docs by Nick Coghlan · 14 years ago
  41. e0f0465 Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckhardt by Nick Coghlan · 14 years ago
  42. d3309df Style edits in followup to r86521 (#9312) by Éric Araujo · 14 years ago
  43. 2a1e3e2 Issue #7770: Note the useful range of sin/cos in the decimal module examples. by Raymond Hettinger · 14 years ago
  44. a491ced Try to get more useful output from failing buildbot by Éric Araujo · 14 years ago
  45. fe502ea Clean-up the description of the range object. by Raymond Hettinger · 14 years ago
  46. 0f44179 Document index and count as part of the Sequence ABC (#9746) by Éric Araujo · 14 years ago
  47. a1864f3 pep 7 actually wants the brace on a new line by Benjamin Peterson · 14 years ago
  48. d57bb55 fix two broken tests by Benjamin Peterson · 14 years ago
  49. 8d16ab3 merge all range tests into test_range by Benjamin Peterson · 14 years ago
  50. 94ab7a0 enable test that was commented out for whatever reason by Benjamin Peterson · 14 years ago
  51. 155614b code style and simplification by Benjamin Peterson · 14 years ago
  52. 7e5343b Add error handling in range_count. by Georg Brandl · 14 years ago
  53. 0b458d5 count() should return integers #10474 by Benjamin Peterson · 14 years ago
  54. 2e579f0 Fix typos and style in compileall. by Éric Araujo · 14 years ago
  55. 8b9f0c5 Fix email doc update I overlooked (thanks, Éric) by R. David Murray · 14 years ago
  56. 650f147 #10453: compileall now uses argparse instead of getopt, so -h works. by R. David Murray · 14 years ago
  57. a78f74c Issue #8078: Add constants for higher baud rates in the termios module. by Antoine Pitrou · 14 years ago
  58. 74abf6f #9724: add nonlocal to pydoc topics. by Georg Brandl · 14 years ago
  59. 5a96b52 Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil by Antoine Pitrou · 14 years ago
  60. e760664 Add entry for r86601 by Éric Araujo · 14 years ago
  61. b85b3af In 3.x, bytearray is akin to bytes, not str. by Antoine Pitrou · 14 years ago
  62. ff1144e Fix two NameErrors in distutils (#10407) by Éric Araujo · 14 years ago
  63. b1cb105 revert changes in inappropiate branch by Benjamin Peterson · 14 years ago
  64. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  65. b8bc439 don't shadow globals by Benjamin Peterson · 14 years ago
  66. 44454af Issue #10371: Deprecated undocumented functions in the trace module. by Alexander Belopolsky · 14 years ago
  67. 5f78040 add filename to ENOENT message #4925 by Benjamin Peterson · 14 years ago
  68. c610e3e Addition of issue 9926 to NEWS by Michael Foord · 14 years ago
  69. fa73555 correct logic when pos is after the string #10467 by Benjamin Peterson · 14 years ago
  70. 6bcfade Improve unittest.TestLoader.discover docstring by Michael Foord · 14 years ago
  71. 5c41787 add space by Benjamin Peterson · 14 years ago
  72. 72288d4 code style by Benjamin Peterson · 14 years ago
  73. 5e703cf Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) and not CPU time. by Senthil Kumaran · 14 years ago
  74. 35184ed Issue 9732: __class__ no longer checked on objects by getattr_static by Michael Foord · 14 years ago
  75. e516265 Issue 9732: fetch the method resolution order from the type metaclass directly in getattr_static by Michael Foord · 14 years ago
  76. 6bb9989 #1574217: only swallow AttributeErrors in isinstance, not everything. by R. David Murray · 14 years ago
  77. f149e45 removed a NEWS entry that cloned itself in mysterious circumstances by Łukasz Langa · 14 years ago
  78. cc7ebb8 Issue 9732: remove use of __class__ in inspect.getattr_static and note the mro exception to code execution by Michael Foord · 14 years ago
  79. 45ec426 acknowledge configparser evolution by Łukasz Langa · 14 years ago
  80. c264c09 configparser: the name of the DEFAULT section is now customizable by Łukasz Langa · 14 years ago
  81. b357fb7 Issue 10326: further extend test for unpickling to ensure type lookup mechanism works after unpickling by Michael Foord · 14 years ago
  82. 8a00eec Issue 10326: extend test for pickling of TestCase instances to ensure they can be unpickled too by Michael Foord · 14 years ago
  83. 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 · 14 years ago
  84. e5db263 Improve TestBytesGeneratorIdempotent using by using linesep. by R. David Murray · 14 years ago
  85. 95fc51d Issue 9732: addition of getattr_static to the inspect module by Michael Foord · 14 years ago
  86. 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 · 14 years ago
  87. cd6bb26 #10460: an even better indent.pro. by Georg Brandl · 14 years ago
  88. bab3378 #10439: document PyCodec C APIs. by Georg Brandl · 14 years ago
  89. b6b74a7 #10460: Update indent.pro to match PEP 7 better. by Georg Brandl · 14 years ago
  90. 9f1c1dc #10465: fix broken delegation in __getattr__ of _PaddedFile. by Georg Brandl · 14 years ago
  91. 4ccc137 Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to by Mark Dickinson · 14 years ago
  92. 6646cd4 Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX and by Mark Dickinson · 14 years ago
  93. ec0d355 Regenerated configure and pyconfig.h.in. by Mark Dickinson · 14 years ago
  94. 54445ad Fix rst markup errors. by Georg Brandl · 14 years ago
  95. 75b2a5e Use correct markup for True/False/None by Ezio Melotti · 14 years ago
  96. 7edecdd Add configure-time test for log1p disrespecting zero sign. by Mark Dickinson · 14 years ago
  97. 22170ed Add a few labels and links to unittest doc by Ezio Melotti · 14 years ago
  98. d8f6597 new plan: functions that want 'tmp' can declare it by Benjamin Peterson · 14 years ago
  99. b304d0b Fixes a timing-related failure on Windows (issue 10183) by Brian Quinlan · 14 years ago
  100. 722b5fd Make test class name unique so that both test classes run. by R. David Murray · 14 years ago