1. 5397c79 Merge 3.2 by Éric Araujo · 13 years ago
  2. affcf29 Branch merge by Éric Araujo · 13 years ago
  3. fdb2d90 merge 3.1 by Benjamin Peterson · 13 years ago
  4. 52e6144 return NULL on error by Benjamin Peterson · 13 years ago
  5. f17101a merge 3.2 by Benjamin Peterson · 13 years ago
  6. 5c2b09e be extra careful with a borrowed reference when the GIL could be released (closes #8578) by Benjamin Peterson · 13 years ago
  7. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  8. 9e3e1c6 merge 3.2 (#12221) by Benjamin Peterson · 13 years ago
  9. 0aa71f7 merge 3.1 (#12221) by Benjamin Peterson · 13 years ago
  10. a22c98d simply use the Python version for pyexpat.__version__ #12221 by Benjamin Peterson · 13 years ago
  11. bc93a11 Close #12229: Remove an unused argument of _bufferedreader_peek_unlocked(), by Victor Stinner · 13 years ago
  12. 9bcf8bf Fix error message to use the Python name instead of the C name by Éric Araujo · 13 years ago
  13. e15dce3 Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls by Victor Stinner · 13 years ago
  14. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
  15. 5572ba7 _posixsubprocess.c: don't redefine _GNU_SOURCE if it's already defined by Victor Stinner · 13 years ago
  16. 77af172 socket.sendto(): exit directly after setting the error by Victor Stinner · 13 years ago
  17. 9a2261a zipimport: initialize fullpath to NULL by Victor Stinner · 13 years ago
  18. 25095b2 Remove useless assignments by Victor Stinner · 13 years ago
  19. f2c6db5 Issue #12090: backport 79fcd71d0356 by Stefan Krah · 13 years ago
  20. b57f108 Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. by Victor Stinner · 13 years ago
  21. e9d44ccb Issue #12175: FileIO.readall() now only reads the file position and size once. by Victor Stinner · 13 years ago
  22. d2780ae (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  23. 988512c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  24. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  25. af62c7d (Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 13 years ago
  26. 4767114 (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 13 years ago
  27. b79f28c Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 13 years ago
  28. fd82113 Fast path for IncrementalNewlineDecoder.decode() in io.TextIOWrapper.read(-1) by Victor Stinner · 13 years ago
  29. c13ef66 Issue #8407: Fix the signal handler of the signal module: if it is called by Victor Stinner · 13 years ago
  30. eb734f7 (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 13 years ago
  31. d48ba0b (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 13 years ago
  32. 6bcbef7 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 13 years ago
  33. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  34. 7870bdf Issue #6501: os.device_encoding() returns None on Windows if the application by Victor Stinner · 13 years ago
  35. 9b49304 Close #12153: faulthandler, mark stack_overflow() as static by Victor Stinner · 13 years ago
  36. 1e045b1 Issue #12105: Add O_CLOEXEC to the os module. by Charles-François Natali · 13 years ago
  37. 95c7c46 avoid a compiler warning. the compiler doesn't know that the static by Gregory P. Smith · 13 years ago
  38. 6071359 Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex() by Charles-François Natali · 13 years ago
  39. 21809a6 (Merge 3.2) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 13 years ago
  40. 4445ec8 (Merge 3.1) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 13 years ago
  41. 4925cde Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 13 years ago
  42. 3b1f2c3 issue #1746656: Fix for OS X. configure and #include changes so that the socket by Gregory P. Smith · 13 years ago
  43. d0e11ec Issue #10756: atexit normalizes the exception before displaying it. Patch by by Victor Stinner · 13 years ago
  44. d74b593 Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656). by Nadeem Vawda · 13 years ago
  45. aedb282 (Merge 3.2) Issue #12060: Use sig_atomic_t type and volatile keyword in the by Victor Stinner · 13 years ago
  46. 5ebfe6d (Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in the by Victor Stinner · 13 years ago
  47. 2ec6b17 Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module. by Victor Stinner · 13 years ago
  48. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  49. ccb33bf Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  50. 565d659 Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  51. 0c3d96a Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  52. 905cca0 Merge fix for memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 13 years ago
  53. 154bdf9 Fix memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 13 years ago
  54. 1b8a417 Issue #8650: Backport 64-bit safety fixes for compress() and decompress(). by Nadeem Vawda · 13 years ago
  55. 9c405c4 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  56. 5eef502 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  57. 7619e88 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  58. b89b31a Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  59. 00dd182 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  60. 7c40489 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  61. 4e19e11 Fix compile error under Windows by Antoine Pitrou · 13 years ago
  62. 3486a98 Issue #9971: Write an optimized implementation of BufferedReader.readinto(). by Antoine Pitrou · 13 years ago
  63. 410dd7d Issue #12058: Minor edits to comments in faulthandler by Victor Stinner · 13 years ago
  64. 9dd41fa Merge from 3.2 by Kurt B. Kaiser · 13 years ago
  65. bc3e138 Merge from 3.1 by Kurt B. Kaiser · 13 years ago
  66. e147806 Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. by Kurt B. Kaiser · 13 years ago
  67. f8d6fd6 #12051: merge with 3.2. by Ezio Melotti · 13 years ago
  68. f188bc5 #12051: merge with 3.1. by Ezio Melotti · 13 years ago
  69. 1367265 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  70. 3cade99 Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  71. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  72. 388196e Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError, by Victor Stinner · 13 years ago
  73. 00bc6cc faulthandler: improve_sigabrt() on Visual Studio by Victor Stinner · 13 years ago
  74. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  75. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  76. 2341f9b Remove dead code from _multiprocessing by Antoine Pitrou · 13 years ago
  77. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  78. 86e104a Issue #8407: Use an explicit cast for FreeBSD by Victor Stinner · 13 years ago
  79. e0c9a75 faulthandler: make quiet a gcc 4.6 warning (z was unused) by Victor Stinner · 13 years ago
  80. 8f9f8d6 Issue #11888: Use system log2() when available by Victor Stinner · 13 years ago
  81. 936d518 #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Gerhard Haering · 13 years ago
  82. 83b8c0b Grammatical fix for a comment for log2, to avoid referring to an *algorithm* as monotonic. by Mark Dickinson · 13 years ago
  83. 2344258 Fix cut-and-paste typo in comment: log10 -> log2. by Mark Dickinson · 13 years ago
  84. fa0e3d5 Issue #11888: Add log2 function to math module. Patch written by Mark Dickinson. by Victor Stinner · 13 years ago
  85. 3de4919 Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  86. d49b1f1 Issue #8407: The signal handler writes the signal number as a single byte by Victor Stinner · 13 years ago
  87. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago
  88. 9c18778 #12017: merge with 3.2. by Ezio Melotti · 13 years ago
  89. 06383ee #12017: merge with 3.1. by Ezio Melotti · 13 years ago
  90. 362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  91. 7bba62f faulthandler: dump all threads by default by Victor Stinner · 13 years ago
  92. c925617 faulthandler: save/restore errno in the two signal handlers by Victor Stinner · 13 years ago
  93. 97c3eb4 Closes Issue 11916: Add a number of MacOSX specific definitions to the errno module. by Ronald Oussoren · 13 years ago
  94. 35b300c Issue #8407: signal.pthread_sigmask() returns a set instead of a list by Victor Stinner · 13 years ago
  95. d0e516d Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been by Victor Stinner · 13 years ago
  96. 66746cb Removed unused variable by Alexander Belopolsky · 13 years ago
  97. 89da349 Issue #11930: Remove year >= 1000 limitation from datetime.strftime. by Alexander Belopolsky · 13 years ago
  98. 09a98a9 merge by Alexander Belopolsky · 13 years ago
  99. 03163ac Issue #11930: Remove deprecated time.accept2dyear. by Alexander Belopolsky · 13 years ago
  100. 72c53b5 cleanup signalmodule.c: use PyModule_AddIntMacro() by Victor Stinner · 13 years ago