1. 1d8948e Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ by Victor Stinner · 10 years ago
  2. 31f1a36 (Merge 3.4) Issue #19884, readline: calling rl_variable_bind by Victor Stinner · 10 years ago
  3. 92639cc Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off") by Victor Stinner · 10 years ago
  4. d18ccd1 tets by Victor Stinner · 10 years ago
  5. 24ad98b (Merge 3.4) Issue #19884: readline: Disable the meta modifier key if stdout is by Victor Stinner · 10 years ago
  6. a3c80ce Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 10 years ago
  7. b6dab6b Issue #22042: Avoid dangerous C cast in socket.setblocking() by Victor Stinner · 10 years ago
  8. e6d9805 Issue #4350: Removed a number of out-of-dated and non-working for a long time by Serhiy Storchaka · 10 years ago
  9. 0bffc94 Issue #22018: signal.set_wakeup_fd() now raises an OSError instead of a by Victor Stinner · 10 years ago
  10. 56e8c29 Issue #22018: Add _testcapi.raise_signal() by Victor Stinner · 10 years ago
  11. 56ded52 Call PyErr_NoMemory() when PyMem_Malloc() fails. by Serhiy Storchaka · 10 years ago
  12. b1ebfdd Call PyErr_NoMemory() when PyMem_Malloc() fails. by Serhiy Storchaka · 10 years ago
  13. b28ed92 Issue #21932: os.read() now uses a :c:func:`Py_ssize_t` type instead of by Victor Stinner · 10 years ago
  14. de08cb6 Fix compilation failure (followup to #21803) by Antoine Pitrou · 10 years ago
  15. e03de09 (Merge 3.4) Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format by Victor Stinner · 10 years ago
  16. cd75298 Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format requires by Victor Stinner · 10 years ago
  17. 3032ed7 upgrade to unicode 7.0.0 by Benjamin Peterson · 10 years ago
  18. e865128 properly decref the return value of close() by Benjamin Peterson · 10 years ago
  19. 4f654fb properly decref the return value of close() by Benjamin Peterson · 10 years ago
  20. 6680e9f (Merge 3.4) Issue #21090: io.FileIO.readall() does not ignore I/O errors by Victor Stinner · 10 years ago
  21. e10920f Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, by Victor Stinner · 10 years ago
  22. 7f341ca (Merge 3.4) Issue #8677: make the zlib module "ssize_t clean" for parsing by Victor Stinner · 10 years ago
  23. f18f871 Issue #8677: make the zlib module "ssize_t clean" for parsing parameters by Victor Stinner · 10 years ago
  24. da8e6a2 (Merge 3.4) Closes #21780: make the unicodedata module "ssize_t clean" for by Victor Stinner · 10 years ago
  25. 65a3144 Closes #21780: make the unicodedata module "ssize_t clean" for parsing parameters by Victor Stinner · 10 years ago
  26. 7f08406 (Merge 3.4) Issue #21781: Make the ssl module "ssize_t clean" for parsing by Victor Stinner · 10 years ago
  27. 2e57b4e Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters. by Victor Stinner · 10 years ago
  28. 9f43505 (Merge 3.4) Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu by Victor Stinner · 10 years ago
  29. 293f3f5 Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C by Victor Stinner · 10 years ago
  30. d9375f1 Fix typo in socket.getaddrinfo() docstring. by Berker Peksag · 10 years ago
  31. a6ec5ee Fix typo in socket.getaddrinfo() docstring. by Berker Peksag · 10 years ago
  32. de68722 Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohuslav Kabrda. by Antoine Pitrou · 10 years ago
  33. 8477f7a Issue #21863: cProfile now displays the module name of C extension functions, in addition to their own name. by Antoine Pitrou · 10 years ago
  34. 7722769 (Merge 3.4) Issue #21858: Better handling of Python exceptions in the sqlite3 by Victor Stinner · 10 years ago
  35. 297d104 Issue #21858: Better handling of Python exceptions in the sqlite3 module. by Victor Stinner · 10 years ago
  36. ee205dc merge by Raymond Hettinger · 10 years ago
  37. 97d3555 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 10 years ago
  38. a96fea0 add BufferedIOBase.readinto1 (closes #20578) by Benjamin Peterson · 10 years ago
  39. 63f277b Issue #21741: Add st_file_attributes to os.stat_result on Windows. by Zachary Ware · 10 years ago
  40. 7d7e775 Issue #10310: Use "unsigned int field:1" instead of "signed int field:1" in a by Victor Stinner · 10 years ago
  41. 48f68d0 Factor common code into internal functions. by Raymond Hettinger · 10 years ago
  42. ec87a13 PyErr_NormalizeException doesn't like being called with an exception set by Serhiy Storchaka · 10 years ago
  43. 76d3f14 PyErr_NormalizeException doesn't like being called with an exception set by Serhiy Storchaka · 10 years ago
  44. 3a56117 Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 10 years ago
  45. f10063e Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 10 years ago
  46. 85e4235 Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. by Serhiy Storchaka · 10 years ago
  47. 8a8f7f9 Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. by Serhiy Storchaka · 10 years ago
  48. 4fb01ff backout 0fb7789b5eeb for test breakage (#20578) by Benjamin Peterson · 10 years ago
  49. 10e847b add BufferedIOBase.readinto1 (closes #20578) by Benjamin Peterson · 10 years ago
  50. ef7f140 All modern compilers provide a offsetof() function by Victor Stinner · 10 years ago
  51. d8f0d92 Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to by Victor Stinner · 10 years ago
  52. aa0e7af Issue #21639: Fix a division by zero in tracemalloc on calloc(0, 0). The by Victor Stinner · 10 years ago
  53. 38d65df (Merge 3.4) Issue #21639: Fix name of _testcapi test functions by Victor Stinner · 10 years ago
  54. 797bcb5 Issue #21639: Fix name of _testcapi test functions by Victor Stinner · 10 years ago
  55. 8f794ee Issue #17095: Fix Modules/Setup *shared* support. by Ned Deily · 10 years ago
  56. b166191 Issue #17095: Fix Modules/Setup *shared* support. by Ned Deily · 10 years ago
  57. 45f31d1 merge the end_fd comment fix and explicit wait() for the child. by Gregory P. Smith · 10 years ago
  58. a26987a Fix the comment to not refer to the removed end_fd parameter. by Gregory P. Smith · 10 years ago
  59. 3fe9e8d Don't restrict ourselves to a "max" fd when closing fds before exec() by Gregory P. Smith · 10 years ago
  60. d4dcb70 Don't restrict ourselves to a "max" fd when closing fds before exec() by Gregory P. Smith · 10 years ago
  61. 1753d22 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  62. 79851d7 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  63. 9e7cbda Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 by by Serhiy Storchaka · 10 years ago
  64. 3fc6d80 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr by Serhiy Storchaka · 10 years ago
  65. 47a9813 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr by Serhiy Storchaka · 10 years ago
  66. 62f4dad Issue 21137: Better repr for threading.Lock() by Raymond Hettinger · 10 years ago
  67. ded3c1b Cleanup other stats formatting code in gcmodule.c by Antoine Pitrou · 10 years ago
  68. 40f6b12 Issue #21555: simplify code in gcmodule.c by using the pytime.h functions instead of trying to call time.time() via the C API. by Antoine Pitrou · 10 years ago
  69. 644b8f5 Issue #21455: Add a default backlog to socket.listen(). by Charles-François Natali · 10 years ago
  70. 2b00c49 Issue #21525: Most Tkinter methods which accepted tuples now accept lists too. by Serhiy Storchaka · 10 years ago
  71. 507d997 Add comment and make minor code clean-up to improve clarity. by Raymond Hettinger · 10 years ago
  72. da89123 merge 3.4 (#10744) by Benjamin Peterson · 10 years ago
  73. 5eb6b39 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 10 years ago
  74. 2e03a0a Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 10 years ago
  75. 429b59e Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 10 years ago
  76. 45e8e2f Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() by Victor Stinner · 10 years ago
  77. 79b49ab (Merge 3.4) Issue #21497: faulthandler functions now raise a better error if by Victor Stinner · 10 years ago
  78. e2d6690 Issue #21497: faulthandler functions now raise a better error if sys.stderr is by Victor Stinner · 10 years ago
  79. a57dfd0 Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode by Victor Stinner · 10 years ago
  80. e1e04ad Backed out changeset 6ceedbd88b5f by Victor Stinner · 10 years ago
  81. b78c448 Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode by Victor Stinner · 10 years ago
  82. 89aea50 merge 3.4 by Benjamin Peterson · 10 years ago
  83. 23a192d use logical rather than bit and by Benjamin Peterson · 10 years ago
  84. 234fb2d Issue 21424: Apply the nlargest() optimizations to nsmallest() as well. by Raymond Hettinger · 10 years ago
  85. 277842e Issue #21424: Optimize heaqp.nlargest() to make fewer tuple comparisons. by Raymond Hettinger · 10 years ago
  86. 983c106 Merge from 3.4. by Tim Peters · 10 years ago
  87. 5fbc7b1 Issue #21435: Segfault in gc with cyclic trash by Tim Peters · 10 years ago
  88. 38ca5a7 Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  89. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  90. 0321cf2 Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman by Tim Golden · 10 years ago
  91. f19a400 Issue #21088: Merge from 3.4. by Larry Hastings · 10 years ago
  92. 9147a96 Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. by Larry Hastings · 10 years ago
  93. 90e9338 Neaten-up a bit add add missing size change check. by Raymond Hettinger · 10 years ago
  94. 871620d Simplify and speedup the internals of the heapq module. by Raymond Hettinger · 10 years ago
  95. 4b0b1ac Issue #21101: Eliminate double hashing in the C code for collections.Counter(). by Raymond Hettinger · 10 years ago
  96. 1b5eebc merge by Raymond Hettinger · 10 years ago
  97. c992608 Issue 21375: Fix possible Py_ssizet overflow in heapq. by Raymond Hettinger · 10 years ago
  98. db067af Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), by Victor Stinner · 10 years ago
  99. 6b7786b Use $type instead of $cls in the signature specification. by Stefan Krah · 10 years ago
  100. 5de1f82 Issue #21407: _decimal now supports function signatures. by Stefan Krah · 10 years ago