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