1. d06b35c (Merge 3.3) Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 12 years ago
  2. bd2d30c Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 12 years ago
  3. 40a2160 Refactor the common code out of the posix and windows listdir by Gregory P. Smith · 12 years ago
  4. 16ea14a Refactor the Windows specific and POSIX specific implementations of by Gregory P. Smith · 12 years ago
  5. 9a7d376 Use logic operator, not bitwise operator, for conditional. by R David Murray · 12 years ago
  6. c7c42ef #15927: Fix cvs.reader parsing of escaped \r\n with quoting off. by R David Murray · 12 years ago
  7. d6e9f32 Merge by Kristján Valur Jónsson · 12 years ago
  8. 23f854c Issue #10296: Merge to default by Kristján Valur Jónsson · 12 years ago
  9. a251b37 #10296: Merge to 3.3 by Kristján Valur Jónsson · 12 years ago
  10. c70e53a Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 12 years ago
  11. 5aed330 Issue #10296 : Don't handle BreakPoint exceptions using by Kristján Valur Jónsson · 12 years ago
  12. cca8507 merge heads in 3.3 by Gregory P. Smith · 12 years ago
  13. 0408bf9 Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 12 years ago
  14. af3ba48 Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 12 years ago
  15. 779dab9 Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 12 years ago
  16. f5d7cc2 #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 12 years ago
  17. 029273f Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 12 years ago
  18. 7701e6e make some freezing related stuff const by Benjamin Peterson · 12 years ago
  19. 3b965a2 expose O_PATH if possible by Benjamin Peterson · 12 years ago
  20. 8b53559 Merge with 3.3, issue #17047: remove doubled words added in 3.3, by Terry Jan Reedy · 12 years ago
  21. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 12 years ago
  22. 16c41d8 Merge 3.3, issue #17047: remove doubled words found in 2.7 to 3.4 by Terry Jan Reedy · 12 years ago
  23. 09b7503 Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 by Terry Jan Reedy · 12 years ago
  24. 0158af3 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  25. 03e667d Fix memory leak introduced in 15190138d3f3. by Ezio Melotti · 12 years ago
  26. ca83233 Fix formatting changes that led to compilation errors by Eli Bendersky · 12 years ago
  27. 3612da6 call_commethod was only used in samples/Windows, which no longer exists. by Eli Bendersky · 12 years ago
  28. d867bad Fix some formatting by Eli Bendersky · 12 years ago
  29. e5c0533 Issue #17223: Add another test to check that _PyUnicode_Ready() rejects by Victor Stinner · 12 years ago
  30. 221760a Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 12 years ago
  31. 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
  32. 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
  33. b394c1d Fixes Issue #16962: Use getdents64 instead of the obsolete getdents syscall by Gregory P. Smith · 12 years ago
  34. 255bf5b Issue #16962: Use getdents64 instead of the obsolete getdents syscall in by Gregory P. Smith · 12 years ago
  35. 25c3053 (Merge 3.3) Issue #17223: array module: Fix a crasher when converting an array by Victor Stinner · 12 years ago
  36. 29ec595 Issue #17223: array module: Fix a crasher when converting an array containing by Victor Stinner · 12 years ago
  37. d7c59e1 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  38. 9f10f56 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  39. 67bfe80 #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  40. 2cca36e Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 12 years ago
  41. df4aa64 Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 12 years ago
  42. 59f5dee Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 12 years ago
  43. e924ddb Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
  44. b0c75a7 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
  45. fa46816 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
  46. 0e6b7b5 Issue #8745: Small speed up zipimport on Windows. Patch by Catalin Iacob. by Serhiy Storchaka · 12 years ago
  47. 0cad7ec Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  48. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  49. 165ee96 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 12 years ago
  50. a0eb809 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 12 years ago
  51. 70ca021 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 12 years ago
  52. 76450e6 Merge by Richard Oudkerk · 12 years ago
  53. 6d40134 Merge by Richard Oudkerk · 12 years ago
  54. 0d09ba8 Issue #16743: Fix mmap overflow check on 32 bit Windows by Richard Oudkerk · 12 years ago
  55. 38e2a2a - Issue #17192: Import libffi-3.0.12. by doko@ubuntu.com · 12 years ago
  56. e4ad8aa Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  57. fd6e6cf Raise KeyError instead of OverflowError when getpwuid's argument is out of by Serhiy Storchaka · 12 years ago
  58. 55e2238 Raise KeyError instead of OverflowError when getpwuid's argument is out of by Serhiy Storchaka · 12 years ago
  59. a7b5e82 Reject float as uid or gid. by Serhiy Storchaka · 12 years ago
  60. b462189 Reject float as uid or gid. by Serhiy Storchaka · 12 years ago
  61. c2d0200 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  62. 7cf5599 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  63. 986bbfc Backport deque.rotate() improvements. by Raymond Hettinger · 12 years ago
  64. 902fc8b Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filename as a URI, allowing to pass custom options. by Antoine Pitrou · 12 years ago
  65. 8ad5b07 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  66. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  67. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  68. 7611d9a Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 12 years ago
  69. 8135de8 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 12 years ago
  70. 01ad622 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 12 years ago
  71. eae3b33 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  72. 2efdc90 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  73. 3cf96ac Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  74. 59cf23a Minor tweaks to varnames, declarations, and comments. by Raymond Hettinger · 12 years ago
  75. 773e42d Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian by Charles-François Natali · 12 years ago
  76. 1f0044c Minor variable access clean-ups for deque.rotate(). by Raymond Hettinger · 12 years ago
  77. 88eea54 Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 12 years ago
  78. 36b365c Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 12 years ago
  79. 43536e9 Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 12 years ago
  80. 811724c merge #17091: update docstring for _thread.Lock.acquire. by R David Murray · 12 years ago
  81. b7be42b merge #17091: update docstring for _thread.Lock.acquire. by R David Murray · 12 years ago
  82. 95b7110 #17091: update docstring for _thread.Lock.acquire. by R David Murray · 12 years ago
  83. b6a5340 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  84. 1d0bb9c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  85. 19c4e0d Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  86. a4409c1 Minor edits: Tighten-up the halflen logic and touch-up the assertions and comments. by Raymond Hettinger · 12 years ago
  87. cce1b8e Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 12 years ago
  88. d03ce4a Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 12 years ago
  89. 94dc673 Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 12 years ago
  90. 3a9ae7f Issue 16398: One more assertion for good measure. by Raymond Hettinger · 12 years ago
  91. 5626556 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  92. c27bcbf Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  93. 231ee4d Issue 16398: Add assertions to show why memcmp is safe. by Raymond Hettinger · 12 years ago
  94. 6375257 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  95. 21777ac Issue 16398: Use memcpy() in deque.rotate(). by Raymond Hettinger · 12 years ago
  96. a504267 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 12 years ago
  97. 90fa950 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 12 years ago
  98. aded2e5 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 12 years ago
  99. 84d0bf9 Additional fix for issue #12268: The io module file object write methods no by Gregory P. Smith · 12 years ago
  100. 99ec7f6 Additional fix for issue #12268: The io module file object write methods no by Gregory P. Smith · 12 years ago