1. a00b100 Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler by Ronald Oussoren · 12 years ago
  2. 2de4be2 Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 12 years ago
  3. c5bef75 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  4. c551776 Modules/socketmodule.c: netdb_lock: define static. by Matthias Klose · 12 years ago
  5. 2d639d5 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  6. 76370f4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  7. 4fa7a5f #15512: Declarations reorganization by Jesus Cea · 12 years ago
  8. d4e58dc Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  9. 3e3192d Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  10. 1fa9f7b Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  11. baee34c Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  12. bff5df0 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  13. 6812346 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  14. 87c5b94 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  15. 25be3f6 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  16. c2ec992 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  17. 3b30b19 Fix closes issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 12 years ago
  18. e0afb72 Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines. by Mark Dickinson · 12 years ago
  19. d9a5137 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  20. d958cc9 Issue #15219: Fix a reference leak when hashlib.new() is called with by Amaury Forgeot d'Arc · 12 years ago
  21. 65dd745 Remove useless test (flowinfo is unsigned). by Charles-François Natali · 12 years ago
  22. 9bd4bf2 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 12 years ago
  23. 926f58d Issue #10133: Make multiprocessing deallocate buffer if socket read fails. by Richard Oudkerk · 12 years ago
  24. ff0e22b Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 12 years ago
  25. fe7aa49 Issue #9041: raised exception is misleading by Meador Inge · 12 years ago
  26. 877effc #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  27. cd8799f Issue #14888: Fix misbehaviour of the _md5 module when called on data larger than 2**32 bytes. by Antoine Pitrou · 12 years ago
  28. 77e77a1 Issue #14572: Prevent build failures with pre-3.5.0 versions of by Ned Deily · 12 years ago
  29. 38fbd79 Issue #14829: Fix bisect issues under 64-bit Windows. by Antoine Pitrou · 12 years ago
  30. acdc56d Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  31. 9a16fa6 Fix for issue 14725 for 2.7 branch by Richard Oudkerk · 12 years ago
  32. a68bdc7 Improve docstring by Raymond Hettinger · 12 years ago
  33. 9267810 Remove accidentally-committed debugging code. by Mark Dickinson · 12 years ago
  34. 0407e96 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  35. f235989 protect this call, too by Benjamin Peterson · 13 years ago
  36. f73813a prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 13 years ago
  37. 4b536d4 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 13 years ago
  38. c10f5c2 Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 13 years ago
  39. c8ff460 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  40. 7f4b3be Fix typo “seperator” by Éric Araujo · 13 years ago
  41. 66e565e merge with 2.6 by Georg Brandl · 13 years ago
  42. 3aec568 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 13 years ago
  43. 6647113 merge 2.6 by Benjamin Peterson · 13 years ago
  44. 4e171d1 don't need this hack anymore by Benjamin Peterson · 13 years ago
  45. 776af40 Fix crash at startup with -W options. by Antoine Pitrou · 13 years ago
  46. cc3fa88 Fix crash at startup with -W options. by Antoine Pitrou · 13 years ago
  47. 8757cad Backport fix from default branch for ./python -R -Wd where hash('d') would not by Barry Warsaw · 13 years ago
  48. 4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  49. 9be6c3d kill interned strings computed before random initialization by Benjamin Peterson · 13 years ago
  50. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  51. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  52. dd7e071 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 13 years ago
  53. c39cd78 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 13 years ago
  54. c7fd523 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  55. e0e88b0 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 13 years ago
  56. 0518f47 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 13 years ago
  57. 88c51e8 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 13 years ago
  58. 374b4ea Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  59. d358e05 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  60. d7664de Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
  61. 2ab4a91 Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo by Jesus Cea · 13 years ago
  62. dee76e6 Issue #13774: json: Fix a SystemError when a bogus encoding is passed to by Amaury Forgeot d'Arc · 13 years ago
  63. 3aa59e3 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  64. b275e2d Issue #4028: Make multiprocessing build on SunOS. by Charles-François Natali · 13 years ago
  65. f537702 Issue #13573: The csv.writer now uses the repr() for floats rather than str(). by Raymond Hettinger · 13 years ago
  66. b918bdc Fix docstring typo. by Florent Xicluna · 13 years ago
  67. 9f915d9 Issue #13093: Fix _testcapi.unicode_encodedecimal() by Victor Stinner · 13 years ago
  68. 93a1175 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
  69. 42d96dc no python objects to manage here by Benjamin Peterson · 13 years ago
  70. fde8216 plug refleak by Benjamin Peterson · 13 years ago
  71. aa1c967 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  72. 53853c3 Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  73. 975134e Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  74. 5aa7df3 Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  75. 0965ee2 Issue #2892: preserve iterparse events in case of SyntaxError by Florent Xicluna · 13 years ago
  76. 67d5d0e Closes #7334: close source files on ElementTree.parse and iterparse (partial backport of issue #10093 from 3.2). by Florent Xicluna · 13 years ago
  77. 5a77fe9 Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode by Antoine Pitrou · 13 years ago
  78. d583068 Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c by Senthil Kumaran · 13 years ago
  79. a7b0976 PyEval_CallObject requires a tuple of args (closes #13186) by Benjamin Peterson · 13 years ago
  80. 3624815 Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. by Nadeem Vawda · 13 years ago
  81. 4618075 Merge. by Charles-François Natali · 13 years ago
  82. 1f3ff7b Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native by Charles-François Natali · 13 years ago
  83. 9ffcbf7 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  84. 44b3b54 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  85. ace2ccf Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  86. 561a821 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  87. ad349a1 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  88. f06eb46 Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  89. 564f890 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 13 years ago
  90. fe15003 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 13 years ago
  91. a96b0d1 Backport issue #12973 itertools fix from 3.x. by Mark Dickinson · 13 years ago
  92. c23484b Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  93. 7711273 Use bitwise instead of logical or for flags. by Stefan Krah · 13 years ago
  94. 439c25e Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  95. 79e7c4e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  96. cf316a1 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 13 years ago
  97. 3d7f236 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  98. fda7b37 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  99. bbabbae Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  100. a1a8da8 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago