1. c10f5c2 Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 12 years ago
  2. c8ff460 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  3. 7f4b3be Fix typo “seperator” by Éric Araujo · 12 years ago
  4. 66e565e merge with 2.6 by Georg Brandl · 12 years ago
  5. 3aec568 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 12 years ago
  6. 6647113 merge 2.6 by Benjamin Peterson · 12 years ago
  7. 4e171d1 don't need this hack anymore by Benjamin Peterson · 12 years ago
  8. 776af40 Fix crash at startup with -W options. by Antoine Pitrou · 12 years ago
  9. cc3fa88 Fix crash at startup with -W options. by Antoine Pitrou · 12 years ago
  10. 8757cad Backport fix from default branch for ./python -R -Wd where hash('d') would not by Barry Warsaw · 12 years ago
  11. 4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 12 years ago
  12. 9be6c3d kill interned strings computed before random initialization by Benjamin Peterson · 12 years ago
  13. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 12 years ago
  14. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 12 years ago
  15. dd7e071 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 12 years ago
  16. c39cd78 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 12 years ago
  17. c7fd523 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  18. e0e88b0 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 12 years ago
  19. 0518f47 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 12 years ago
  20. 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
  21. 374b4ea Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  22. d358e05 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  23. d7664de Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
  24. 2ab4a91 Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo by Jesus Cea · 13 years ago
  25. dee76e6 Issue #13774: json: Fix a SystemError when a bogus encoding is passed to by Amaury Forgeot d'Arc · 13 years ago
  26. 3aa59e3 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  27. b275e2d Issue #4028: Make multiprocessing build on SunOS. by Charles-François Natali · 13 years ago
  28. f537702 Issue #13573: The csv.writer now uses the repr() for floats rather than str(). by Raymond Hettinger · 13 years ago
  29. b918bdc Fix docstring typo. by Florent Xicluna · 13 years ago
  30. 9f915d9 Issue #13093: Fix _testcapi.unicode_encodedecimal() by Victor Stinner · 13 years ago
  31. 93a1175 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
  32. 42d96dc no python objects to manage here by Benjamin Peterson · 13 years ago
  33. fde8216 plug refleak by Benjamin Peterson · 13 years ago
  34. aa1c967 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  35. 53853c3 Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  36. 975134e Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  37. 5aa7df3 Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  38. 0965ee2 Issue #2892: preserve iterparse events in case of SyntaxError by Florent Xicluna · 13 years ago
  39. 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
  40. 5a77fe9 Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode by Antoine Pitrou · 13 years ago
  41. d583068 Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c by Senthil Kumaran · 13 years ago
  42. a7b0976 PyEval_CallObject requires a tuple of args (closes #13186) by Benjamin Peterson · 13 years ago
  43. 3624815 Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. by Nadeem Vawda · 13 years ago
  44. 4618075 Merge. by Charles-François Natali · 13 years ago
  45. 1f3ff7b Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native by Charles-François Natali · 13 years ago
  46. 9ffcbf7 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  47. 44b3b54 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  48. ace2ccf Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  49. 561a821 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  50. ad349a1 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  51. f06eb46 Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  52. 564f890 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 13 years ago
  53. fe15003 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 13 years ago
  54. a96b0d1 Backport issue #12973 itertools fix from 3.x. by Mark Dickinson · 13 years ago
  55. c23484b Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  56. 7711273 Use bitwise instead of logical or for flags. by Stefan Krah · 13 years ago
  57. 439c25e Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  58. 79e7c4e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  59. 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
  60. 3d7f236 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  61. fda7b37 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  62. bbabbae Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  63. a1a8da8 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  64. 808cec5 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  65. ca5e908 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  66. 0f8aceb dosmodule is, thankfully, no more by Benjamin Peterson · 13 years ago
  67. eaf312a Issue #12434: make StringIO.write error message consistent with Python 2.7 nomenclature by Eli Bendersky · 13 years ago
  68. c564328 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper by Barry Warsaw · 13 years ago
  69. 59729ff Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and by Victor Stinner · 13 years ago
  70. ff48c0a Really fix issue #10898: posixmodule.c redefines FSTAT by Antoine Pitrou · 13 years ago
  71. 2bd9100 Fix closes issue 11568 - update select.epoll.register docstring with mention of correct behavior. by Senthil Kumaran · 13 years ago
  72. ffa8e2f Issue 12404: Remove C89 incompatible code from mmap module. by Ross Lagerwall · 13 years ago
  73. 5446f08 Correction to f1509fc75435 - Issue #11583 by Brian Curtin · 13 years ago
  74. caea7e8 Merge by Brian Curtin · 13 years ago
  75. 9a1662c Issue #12016: Reindent decoders of HK and JP codecs by Victor Stinner · 13 years ago
  76. 2845365 Branch merge by Éric Araujo · 13 years ago
  77. 4ba009d simply use the Python version for pyexpat.__version__ #12221 by Benjamin Peterson · 13 years ago
  78. f2f8503 Fix error message to use the Python name instead of the C name by Éric Araujo · 13 years ago
  79. daf17e9 Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  80. 5100a40 Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 13 years ago
  81. 40b41e1 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 13 years ago
  82. f58f1c3 Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 13 years ago
  83. 6116d4a stop using the old brain-dead interface for providing attributes/methods by Benjamin Peterson · 13 years ago
  84. 0cc4fd9 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  85. ee46a7b Issue #12062: In the `io` module, fix a flushing bug when doing a certain by Antoine Pitrou · 13 years ago
  86. c1ec7b5 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  87. 47d1d0d Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  88. b1241f9 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  89. 0639be6 #10169: Fix argument parsing in socket.sendto() to avoid error masking. by Ezio Melotti · 13 years ago
  90. cec4649 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  91. f5164f6 #11982: remove now unused function. by Ezio Melotti · 13 years ago
  92. df8a8f7 #11982: fix json.loads('""') to return u'' rather than ''. by Ezio Melotti · 13 years ago
  93. 112d48a (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 13 years ago
  94. 4394e0d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  95. 33feeab (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  96. e575f10 Remove unnecessary call to PyErr_Clear. by Ezio Melotti · 13 years ago
  97. 8b4367e #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed file. by Ezio Melotti · 13 years ago
  98. bb4e470 hg pull/merge - Changes to accomodate. by Senthil Kumaran · 13 years ago
  99. 792eb5d Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 13 years ago
  100. 07019bc Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago