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