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