1. babc822 #16523: improve attrgetter/itemgetter/methodcaller documentation. by Ezio Melotti · 12 years ago
  2. a7f7deb Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. by Antoine Pitrou · 12 years ago
  3. 002a77d Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit by Charles-Francois Natali · 12 years ago
  4. c8c952c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 12 years ago
  5. 5dc268e * Fix remaining bits of issue 17192 for 3.3 - these changes by Gregory P. Smith · 12 years ago
  6. e9d0633 * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch by Gregory P. Smith · 12 years ago
  7. 9330597 * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone by Gregory P. Smith · 12 years ago
  8. d160b12 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 12 years ago
  9. d4cb4b7 Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 12 years ago
  10. 637c7c4 Fix reference leak in _pickle. by Alexandre Vassalotti · 12 years ago
  11. cf8a1e5 - Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long. by Antoine Pitrou · 12 years ago
  12. 51ce29c remove pointless code (closes #17738) by Benjamin Peterson · 12 years ago
  13. 3034efd Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 12 years ago
  14. 00d83f2 Clean up error messages raised by save_reduce in _pickle. by Alexandre Vassalotti · 12 years ago
  15. 4bb1734 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 12 years ago
  16. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 12 years ago
  17. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  18. bd2d30c Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 12 years ago
  19. d6e9f32 Merge by Kristján Valur Jónsson · 12 years ago
  20. ece1222 Merge by Kristján Valur Jónsson · 12 years ago
  21. a251b37 #10296: Merge to 3.3 by Kristján Valur Jónsson · 12 years ago
  22. 5aed330 Issue #10296 : Don't handle BreakPoint exceptions using by Kristján Valur Jónsson · 12 years ago
  23. cca8507 merge heads in 3.3 by Gregory P. Smith · 12 years ago
  24. dd35162 merge heads in 3.2 by Gregory P. Smith · 12 years ago
  25. 0408bf9 Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 12 years ago
  26. 779dab9 Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 12 years ago
  27. f5d7cc2 #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 12 years ago
  28. 029273f Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 12 years ago
  29. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 12 years ago
  30. 09b7503 Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 by Terry Jan Reedy · 12 years ago
  31. 0158af3 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  32. 31584e3 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 12 years ago
  33. 44d5214 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 12 years ago
  34. 255bf5b Issue #16962: Use getdents64 instead of the obsolete getdents syscall in by Gregory P. Smith · 12 years ago
  35. 29ec595 Issue #17223: array module: Fix a crasher when converting an array containing by Victor Stinner · 12 years ago
  36. 9f10f56 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  37. 67bfe80 #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  38. df4aa64 Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 13 years ago
  39. 59f5dee Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 13 years ago
  40. b0c75a7 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 13 years ago
  41. fa46816 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 13 years ago
  42. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 13 years ago
  43. a0eb809 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 13 years ago
  44. 70ca021 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 13 years ago
  45. 6d40134 Merge by Richard Oudkerk · 13 years ago
  46. 0d09ba8 Issue #16743: Fix mmap overflow check on 32 bit Windows by Richard Oudkerk · 13 years ago
  47. e4ad8aa Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 13 years ago
  48. 55e2238 Raise KeyError instead of OverflowError when getpwuid's argument is out of by Serhiy Storchaka · 13 years ago
  49. b462189 Reject float as uid or gid. by Serhiy Storchaka · 13 years ago
  50. 7cf5599 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 13 years ago
  51. 986bbfc Backport deque.rotate() improvements. by Raymond Hettinger · 13 years ago
  52. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 13 years ago
  53. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 13 years ago
  54. 8135de8 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 13 years ago
  55. 01ad622 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 13 years ago
  56. 2efdc90 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 13 years ago
  57. 3cf96ac Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 13 years ago
  58. 36b365c Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 13 years ago
  59. 43536e9 Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 13 years ago
  60. b7be42b merge #17091: update docstring for _thread.Lock.acquire. by R David Murray · 13 years ago
  61. 95b7110 #17091: update docstring for _thread.Lock.acquire. by R David Murray · 13 years ago
  62. 1d0bb9c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 13 years ago
  63. 19c4e0d Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 13 years ago
  64. d03ce4a Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 13 years ago
  65. 94dc673 Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 13 years ago
  66. c27bcbf Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 13 years ago
  67. 6375257 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 13 years ago
  68. 90fa950 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 13 years ago
  69. aded2e5 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 13 years ago
  70. 99ec7f6 Additional fix for issue #12268: The io module file object write methods no by Gregory P. Smith · 13 years ago
  71. b9817b0 Additional fix for Issue #12268: The io module file object writelines() methods no longer abort early when one of its write system calls is interrupted (EINTR). by Gregory P. Smith · 13 years ago
  72. 0ecd30b Issue #17098: Make sure every module has __loader__ defined. by Brett Cannon · 13 years ago
  73. 60cc323 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 13 years ago
  74. 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 13 years ago
  75. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 13 years ago
  76. 1c90eed Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.2) by Ronald Oussoren · 13 years ago
  77. 697e56d Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 13 years ago
  78. d269b5e Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 13 years ago
  79. e7e9c32 Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 13 years ago
  80. 339e91d Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 13 years ago
  81. a3e9128 Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 13 years ago
  82. eb8c451 Since the return type of format() is not a Decimal, raise ValueError instead of by Stefan Krah · 13 years ago
  83. 986a56c Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
  84. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  85. 95195b3 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
  86. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  87. bd8f290 Show the function signature in the docstring by Raymond Hettinger · 13 years ago
  88. c68a4a0 check windows fd validity (closes #16992) by Benjamin Peterson · 13 years ago
  89. 897c3e9 Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix by Stefan Krah · 13 years ago
  90. 752bfb7 Remove trailing whitespace. by Stefan Krah · 13 years ago
  91. 59a4a93 Issue #16422: Use strings for rounding mode constants for better readability by Stefan Krah · 13 years ago
  92. ad1d5f9 Issue #10527: Use poll() instead of select() for multiprocessing pipes by Richard Oudkerk · 13 years ago
  93. 25771b3 Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. by Eli Bendersky · 13 years ago
  94. b09b167 Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. by Eli Bendersky · 13 years ago
  95. 4583990 Clean trailing whitespace in _elementtree.c by Eli Bendersky · 13 years ago
  96. 0e5c48a make deque_clear void, since it's infallible by Benjamin Peterson · 13 years ago
  97. 457a229 SSLContext.load_dh_params() now properly closes the input file. by Antoine Pitrou · 13 years ago
  98. 799e3ed Issue #16076: check for return value of PyTuple_New for args (following by Eli Bendersky · 13 years ago
  99. b8f6dc8 Issue #16076: fix refleak in pickling of Element. by Eli Bendersky · 13 years ago
  100. e6174ca Issue #16913: Fix Element.itertext()'s handling of text with XML entities. by Eli Bendersky · 13 years ago