1. 637c7c4 Fix reference leak in _pickle. by Alexandre Vassalotti · 12 years ago
  2. 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
  3. 51ce29c remove pointless code (closes #17738) by Benjamin Peterson · 12 years ago
  4. 3034efd Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 12 years ago
  5. 00d83f2 Clean up error messages raised by save_reduce in _pickle. by Alexandre Vassalotti · 12 years ago
  6. 4bb1734 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 12 years ago
  7. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 12 years ago
  8. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  9. bd2d30c Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) by Victor Stinner · 12 years ago
  10. d6e9f32 Merge by Kristján Valur Jónsson · 12 years ago
  11. a251b37 #10296: Merge to 3.3 by Kristján Valur Jónsson · 12 years ago
  12. 5aed330 Issue #10296 : Don't handle BreakPoint exceptions using by Kristján Valur Jónsson · 12 years ago
  13. cca8507 merge heads in 3.3 by Gregory P. Smith · 12 years ago
  14. 0408bf9 Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 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. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 12 years ago
  19. 09b7503 Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 by Terry Jan Reedy · 12 years ago
  20. 0158af3 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  21. 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
  22. 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
  23. 255bf5b Issue #16962: Use getdents64 instead of the obsolete getdents syscall in by Gregory P. Smith · 12 years ago
  24. 29ec595 Issue #17223: array module: Fix a crasher when converting an array containing by Victor Stinner · 12 years ago
  25. 9f10f56 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  26. 67bfe80 #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  27. df4aa64 Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 12 years ago
  28. 59f5dee Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 12 years ago
  29. b0c75a7 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
  30. fa46816 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
  31. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  32. a0eb809 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 12 years ago
  33. 70ca021 Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 12 years ago
  34. 6d40134 Merge by Richard Oudkerk · 12 years ago
  35. 0d09ba8 Issue #16743: Fix mmap overflow check on 32 bit Windows by Richard Oudkerk · 12 years ago
  36. e4ad8aa Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  37. 55e2238 Raise KeyError instead of OverflowError when getpwuid's argument is out of by Serhiy Storchaka · 12 years ago
  38. b462189 Reject float as uid or gid. by Serhiy Storchaka · 12 years ago
  39. 7cf5599 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 12 years ago
  40. 986bbfc Backport deque.rotate() improvements. by Raymond Hettinger · 12 years ago
  41. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  42. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  43. 8135de8 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 12 years ago
  44. 01ad622 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 12 years ago
  45. 2efdc90 Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  46. 3cf96ac Issue #17073: Fix some integer overflows in sqlite3 module. by Serhiy Storchaka · 12 years ago
  47. 36b365c Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 12 years ago
  48. 43536e9 Issue #17089: Expat parser now correctly works with string input not only when by Serhiy Storchaka · 12 years ago
  49. b7be42b merge #17091: update docstring for _thread.Lock.acquire. by R David Murray · 12 years ago
  50. 95b7110 #17091: update docstring for _thread.Lock.acquire. by R David Murray · 12 years ago
  51. 1d0bb9c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  52. 19c4e0d Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 12 years ago
  53. d03ce4a Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 12 years ago
  54. 94dc673 Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 12 years ago
  55. c27bcbf Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  56. 6375257 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  57. 90fa950 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 12 years ago
  58. aded2e5 In the _hashlib module, only initialize the static data for OpenSSL's by Gregory P. Smith · 12 years ago
  59. 99ec7f6 Additional fix for issue #12268: The io module file object write methods no by Gregory P. Smith · 12 years ago
  60. 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 · 12 years ago
  61. 0ecd30b Issue #17098: Make sure every module has __loader__ defined. by Brett Cannon · 12 years ago
  62. 60cc323 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  63. 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  64. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 12 years ago
  65. 1c90eed Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.2) by Ronald Oussoren · 12 years ago
  66. 697e56d Issue #1602133: 'environ' is not really available with shared libraries on OSX by Ronald Oussoren · 12 years ago
  67. d269b5e Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 12 years ago
  68. e7e9c32 Clean trailing whitespace in itertoolsmodule.c. by Serhiy Storchaka · 12 years ago
  69. 339e91d Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
  70. a3e9128 Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() by Serhiy Storchaka · 12 years ago
  71. eb8c451 Since the return type of format() is not a Decimal, raise ValueError instead of by Stefan Krah · 12 years ago
  72. 986a56c Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 12 years ago
  73. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  74. 95195b3 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 12 years ago
  75. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  76. bd8f290 Show the function signature in the docstring by Raymond Hettinger · 12 years ago
  77. c68a4a0 check windows fd validity (closes #16992) by Benjamin Peterson · 12 years ago
  78. 897c3e9 Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix by Stefan Krah · 12 years ago
  79. 752bfb7 Remove trailing whitespace. by Stefan Krah · 12 years ago
  80. 59a4a93 Issue #16422: Use strings for rounding mode constants for better readability by Stefan Krah · 12 years ago
  81. ad1d5f9 Issue #10527: Use poll() instead of select() for multiprocessing pipes by Richard Oudkerk · 12 years ago
  82. 25771b3 Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. by Eli Bendersky · 12 years ago
  83. b09b167 Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. by Eli Bendersky · 12 years ago
  84. 4583990 Clean trailing whitespace in _elementtree.c by Eli Bendersky · 12 years ago
  85. 0e5c48a make deque_clear void, since it's infallible by Benjamin Peterson · 12 years ago
  86. 457a229 SSLContext.load_dh_params() now properly closes the input file. by Antoine Pitrou · 12 years ago
  87. 799e3ed Issue #16076: check for return value of PyTuple_New for args (following by Eli Bendersky · 12 years ago
  88. b8f6dc8 Issue #16076: fix refleak in pickling of Element. by Eli Bendersky · 12 years ago
  89. e6174ca Issue #16913: Fix Element.itertext()'s handling of text with XML entities. by Eli Bendersky · 12 years ago
  90. 698bdb2 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 12 years ago
  91. a2ad5c3 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  92. a873690 The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 12 years ago
  93. f402e92 Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
  94. 6f84659 (Merge 3.2) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. by Victor Stinner · 12 years ago
  95. c44057d Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 12 years ago
  96. 57cb81d Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  97. 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  98. e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 12 years ago
  99. 9b45993 Issue #9586: Merge by Richard Oudkerk · 12 years ago
  100. 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago