1. dcb4491 Add some internal links. by Raymond Hettinger · 14 years ago
  2. 73f382d Issue #9598: untabify.py will now respect encoding cookie in the files it processes by Alexander Belopolsky · 14 years ago
  3. ff2a4ba Let’s keep “throw” for the generator method and use “raise” elsewhere. by Éric Araujo · 14 years ago
  4. 827fdaa Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.py by Alexander Belopolsky · 14 years ago
  5. f498b75 Actually fix what I attempted to fix in r86888... by Brian Curtin · 14 years ago
  6. 9fc443c Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings by Nick Coghlan · 14 years ago
  7. 43f0c27 Try to fix failures on platforms that can't encode the test characters. by Brian Curtin · 14 years ago
  8. 5aa580f Fix typo. by Georg Brandl · 14 years ago
  9. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  10. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
  11. 53afa6d Fix input type for zlib. by Georg Brandl · 14 years ago
  12. 8f358aa #10584: fix bad links. by Georg Brandl · 14 years ago
  13. 5e20bab Neaten-up a bit. by Raymond Hettinger · 14 years ago
  14. 7921b9f Issue 10220: switch to using string constants rather than integers for inspect.getgeneratorstate() return values and make debugging friendly str() and repr() for generator states a requirement in the test suite by Nick Coghlan · 14 years ago
  15. 234515a Issue 10586: change the new functools.lru_cache implementation to expose the maximum and current cache sizes through the public statistics API. This API is now a single function that returns a named tuple. by Nick Coghlan · 14 years ago
  16. ff27ee0 Issue #10572: Moved json tests to Lib/test/json_tests. by Alexander Belopolsky · 14 years ago
  17. 69b34bf Issue #10323: Predictable final state for slice(). by Raymond Hettinger · 14 years ago
  18. ac9a2bb Use booleans where applicable. by Georg Brandl · 14 years ago
  19. 2660747 Code style cleanup in bdb. by Georg Brandl · 14 years ago
  20. 8175dae Fix heading style inconsistencies. by Georg Brandl · 14 years ago
  21. 51be98a Fix indentation bug. by Georg Brandl · 14 years ago
  22. 3d0f388 Remove the comment used while testing. by Senthil Kumaran · 14 years ago
  23. 6f10704 Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number. by Senthil Kumaran · 14 years ago
  24. ead2222 Issue #10565: Iterator ABC should require both __next__ and __iter__. by Raymond Hettinger · 14 years ago
  25. 263cbdf Use assertCountEqual instead of assertItemsEqual by Ezio Melotti · 14 years ago
  26. 40b8cf5 Do not add an obsolete unittest name to Py3.2. by Raymond Hettinger · 14 years ago
  27. fc889c4 Fix for #8879. by Brian Curtin · 14 years ago
  28. 1de9115 Add callable() to the built-in functions table. by Ezio Melotti · 14 years ago
  29. f6861ae there's now a setup.py switch for this by Benjamin Peterson · 14 years ago
  30. 2a7feee Windows: fix leak in posix_listdir. by Stefan Krah · 14 years ago
  31. e71362d Issue #10518: Bring back the callable() builtin. by Antoine Pitrou · 14 years ago
  32. dc9b17d Add version-added note twice for new difflib SequenceMatcher autojunk parameter. by Terry Reedy · 14 years ago
  33. a66e029 Make doc for PyErr_Format() up to date. by Antoine Pitrou · 14 years ago
  34. 34520cd Roumen Petrov's fix for when all paths are absolute. (Issue 10520) by Barry Warsaw · 14 years ago
  35. 30b341f Fix additional leaks. by Stefan Krah · 14 years ago
  36. 6e165b3 Issue 10242: unittest.assertItemsEqual makes too many assumptions. by Raymond Hettinger · 14 years ago
  37. db213a2 Replace _nbits() with int.bit_length(). by Raymond Hettinger · 14 years ago
  38. 76338ec Rewrap long lines + minor edits by Éric Araujo · 14 years ago
  39. 8acb67c Use link-generating markup (see #9312) by Éric Araujo · 14 years ago
  40. 1f75f5d Fixed deprecation warnings. by Alexander Belopolsky · 14 years ago
  41. 0e803b3 Further indentation cleanup. by Stefan Krah · 14 years ago
  42. 9943926 Issue #10383: Fix two leaks. by Stefan Krah · 14 years ago
  43. fe12390 Better example for os.system(): do not change the system time. by Georg Brandl · 14 years ago
  44. 326c57d Typo fix. by Georg Brandl · 14 years ago
  45. 62f52c4 Remove parenthetical remark that is confusing now that the module is not named "__builtin__" anymore. by Georg Brandl · 14 years ago
  46. f51a6c7 #10420: fix docs of bdb.effective(). by Georg Brandl · 14 years ago
  47. 9aed6cc Modernize code in effective(). by Georg Brandl · 14 years ago
  48. c877a7c Use PyLong_FromLong where appropriate. by Georg Brandl · 14 years ago
  49. 8449932 #10526: fix typo. by Georg Brandl · 14 years ago
  50. 735bb12 Indentation cleanup. by Stefan Krah · 14 years ago
  51. 67f953c s/colour/color/g by Senthil Kumaran · 14 years ago
  52. 31717e8 #10453 follow-up: Fix test_quiet on Windows, thanks to Stephan Krah. by Éric Araujo · 14 years ago
  53. 984bb58 Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon. by Eric Smith · 14 years ago
  54. c1d98d6 Mouse support and colour to Demo/curses/life.py by Dafydd Crosby by Senthil Kumaran · 14 years ago
  55. 24aa26b Fix compilation warnings seen on Windows. by Amaury Forgeot d'Arc · 14 years ago
  56. 5fa40c0 Clean-up docstring, comments, and whitespace. by Raymond Hettinger · 14 years ago
  57. 99f9637 Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. Patch by Terry Reedy, Eli Bendersky, and Simon Cross by Terry Reedy · 14 years ago
  58. bd86301 sys.abiflags is not defined on all platforms. by Barry Warsaw · 14 years ago
  59. d5eaa5f sys.abiflags may not be defined on all platforms. by Barry Warsaw · 14 years ago
  60. 17f9b3d Add NEWS entry for r86732 and fix double function in the table. by Ezio Melotti · 14 years ago
  61. 807bd0a Put /usr/local paths after the relative paths in library_dirs and by Barry Warsaw · 14 years ago
  62. 1b9df39 Fix #8879. Add os.link support to Windows. by Brian Curtin · 14 years ago
  63. f21c7ed #10299: Add a table that lists all the built-in functions in functions.rst by Ezio Melotti · 14 years ago
  64. 14d98ac Final patch for issue 9807. by Barry Warsaw · 14 years ago
  65. fdba067 Remove unnecessary import. by Barry Warsaw · 14 years ago
  66. fc1be6d ifdef a Windows specific section. by Brian Curtin · 14 years ago
  67. f5e76d0 Fix #10027. st_nlink not set on Windows calls to os.stat/lstat. by Brian Curtin · 14 years ago
  68. 59540f2 Remove UTF-8 BOM. by Georg Brandl · 14 years ago
  69. c11e9d1 IssIssue 1859: Add Jeremy Thurgood to Misc/ACKS by Terry Reedy · 14 years ago
  70. 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
  71. 4f13d61 assert.h is also included. Thanks to Savio Sena. by Georg Brandl · 14 years ago
  72. 57410c1 #10511: clarification of what heaps are; suggested by Johannes Hoff. by Georg Brandl · 14 years ago
  73. 5a93265 #10468: document Unicode exception creation and access functions. by Georg Brandl · 14 years ago
  74. 5e43857 Issue 9222 Fix filetypes for open dialog by Terry Reedy · 14 years ago
  75. e61602f information on Issue #9846 by Łukasz Langa · 14 years ago
  76. a9f054b zipfile: remove remaining ResourceWarnings by Łukasz Langa · 14 years ago
  77. e94980a Issue #9846: ZipExtFile provides no mechanism for closing the underlying file object by Łukasz Langa · 14 years ago
  78. 022f049 Issue #6878: Fixed return type of tkinter methods documented to return lists. by Alexander Belopolsky · 14 years ago
  79. 7744e2a Fix test_multiprocessing when ctypes isn't available by Antoine Pitrou · 14 years ago
  80. 0662bc2 Fix tests when ctypes isn't available by Antoine Pitrou · 14 years ago
  81. 2baf1a6 #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_ by Ezio Melotti · 14 years ago
  82. 60fafa2 issue 10501 by Kristján Valur Jónsson · 14 years ago
  83. b87ef8f Improve test for 'python -m unittest' launching test discovery by Michael Foord · 14 years ago
  84. 5cbc71e Issue #10459: Update CJK character names to Unicode 6.0. by Martin v. Löwis · 14 years ago
  85. 249d7e3 Fix - s/urllib2/urllib.request/ by Senthil Kumaran · 14 years ago
  86. c295862 Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not by Senthil Kumaran · 14 years ago
  87. 1e600dc Fix resource warning from patchcheck.py by Éric Araujo · 14 years ago
  88. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  89. d4bbab2 Issue #10138: Removed 'indefinitely' from the proleptic calendar description. by Alexander Belopolsky · 14 years ago
  90. 5cb823d Fix one compileall test (#10453). Patch by Michele Orrù. by Éric Araujo · 14 years ago
  91. 870e0e8 Add myself for unittest and fix Alexander username by Ezio Melotti · 14 years ago
  92. 300623d r84925 followup: add docstring for get_makefile_filename (+PEP 257 fixes) by Éric Araujo · 14 years ago
  93. 13a7146 Fix typo by Éric Araujo · 14 years ago
  94. ce9dc74 Update maintainers by Raymond Hettinger · 14 years ago
  95. 2a0be78 Quote the paths in the event that they contain spaces. by Brian Curtin · 14 years ago
  96. 2a07d6e Issue 3292: Fixup to the Sequence docs. by Raymond Hettinger · 14 years ago
  97. f991642 Fix #6378. Start IDLE using the proper version of Python based on the directory by Brian Curtin · 14 years ago
  98. 0ef956f Issue 6722: Improve the namedtuple examples. by Raymond Hettinger · 14 years ago
  99. 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
  100. 47c74ac Issue #10488: Bring documentation for 'float' builtin up to date. by Mark Dickinson · 14 years ago