1. 95657cd Issue #26243: Only the level argument to zlib.compress() is keyword argument by Serhiy Storchaka · 8 years ago
  2. b466f8f Remove duplicate AF_INET6 addition by Martin Panter · 8 years ago
  3. a32c4d0 Issue #27038: Expose DirEntry as os.DirEntry. by Brett Cannon · 8 years ago
  4. c78ca1e Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return by Brett Cannon · 8 years ago
  5. 5ffdcad Fixed integer overflow in array.buffer_info(). by Serhiy Storchaka · 8 years ago
  6. 9e941d6 Fixed integer overflow in array.buffer_info(). by Serhiy Storchaka · 8 years ago
  7. 1d245fa Merge 3.5. by Stefan Krah · 8 years ago
  8. 947f099 Issue #27006: Do not use PyDec_CheckExact() on a type. by Stefan Krah · 8 years ago
  9. 8113f49 Merge 3.5. by Stefan Krah · 8 years ago
  10. 6817c59 Issue #27006: from_float(): call the subclass' __new__() and __init__(). by Stefan Krah · 8 years ago
  11. 696c8af Use macros instead of corresponding functions (they never fail) in _tkinter.c. by Serhiy Storchaka · 8 years ago
  12. 977b3ac Issue #27177: Match objects in the re module now support index-like objects by Serhiy Storchaka · 8 years ago
  13. 3583c3b Issue #26536: Use spaces instead of tabs by Berker Peksag · 8 years ago
  14. d91e676 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  15. 886a5f3 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  16. ea93ac0 Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes. by Steve Dower · 8 years ago
  17. d4b45cb ctypes: the type of b_size is Py_ssize_t. by Serhiy Storchaka · 8 years ago
  18. 85e6635 ctypes: the type of b_size is Py_ssize_t. by Serhiy Storchaka · 8 years ago
  19. 7410861 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  20. adef646 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  21. c716f18 Issue #26862: SYS_getdents64 does not need to be defined on android API 21. by Xavier de Gaye · 8 years ago
  22. e0b70cd Issue #16864: Cursor.lastrowid now supports REPLACE statement by Berker Peksag · 8 years ago
  23. c090876 merge 3.5 by Benjamin Peterson · 8 years ago
  24. 11a693d merge 3.4 by Benjamin Peterson · 8 years ago
  25. 06d49bb sync ordering of stddef.h includes with expat 2.1.1 by Benjamin Peterson · 8 years ago
  26. 17f0e61 - Modules/_collectionsmodule.c: Mark one more internal symbol as static. by doko@ubuntu.com · 8 years ago
  27. 4074f93 Issue #16182: Merge readline locale fix from 3.5 by Martin Panter · 8 years ago
  28. f00c49d Issue #16182: Fix readline begidx, endidx, and use locale encoding by Martin Panter · 8 years ago
  29. fcff437 - Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants by doko@ubuntu.com · 8 years ago
  30. f84f259 Merge from 3.5 by Berker Peksag · 8 years ago
  31. 0e1d680 Fix typo in _sqlite/module.h by Berker Peksag · 8 years ago
  32. 0f355c0 Issue #27190: Merge from 3.5 by Berker Peksag · 8 years ago
  33. 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 8 years ago
  34. b62ff6e Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  35. 179f960 Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  36. f0ee5cc Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  37. 9062c26 Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  38. f0d4621 merge 3.5 (#26556) by Benjamin Peterson · 8 years ago
  39. b5ad549 merge 3.4 (#26556) by Benjamin Peterson · 8 years ago
  40. 196d7db upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 8 years ago
  41. 96881cd Issue #27186: Add os.PathLike support to DirEntry by Brett Cannon · 8 years ago
  42. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 8 years ago
  43. b4f43e9 Clarify documentation for os.fspath(). by Brett Cannon · 8 years ago
  44. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  45. 2561bf6 Issue #26305: Argument Clinic now escapes braces. No need to double them. by Serhiy Storchaka · 8 years ago
  46. ebe95fd Issue #26305: Argument Clinic now escapes braces. No need to double them. by Serhiy Storchaka · 8 years ago
  47. efe7256 Fix a comment. by Barry Warsaw · 8 years ago
  48. 118598a Issue #27066: Fixed SystemError if a custom opener (for open()) returns a by Barry Warsaw · 8 years ago
  49. 480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns by Barry Warsaw · 8 years ago
  50. 1ab2f14 Issue #27164: Merge raw Deflate zdict support from 3.5 by Martin Panter · 8 years ago
  51. 3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict by Martin Panter · 8 years ago
  52. d62548a issue27186: add open/io.open; patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  53. 410ef8e issue27186: add C version of os.fspath(); patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  54. 59ae8ec merge 3.5 by Benjamin Peterson · 8 years ago
  55. f585414 remove (hilarious) defaults for various constants getpath.c needs by Benjamin Peterson · 8 years ago
  56. 53595c4 replace custom validation logic in the parse module with a simple DFA validator (closes #26526) by Benjamin Peterson · 8 years ago
  57. e2e7168 Issue #27171: Fix typo in exception message by Martin Panter · 8 years ago
  58. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  59. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  60. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  61. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  62. 46833e7 Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  63. fa76eee Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  64. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  65. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  66. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  67. 5a093c1 fix indentation and add curlies (closes #27093) by Benjamin Peterson · 8 years ago
  68. c249221 Issue #20699: Merge io bytes-like fixes from 3.5 by Martin Panter · 8 years ago
  69. f4affb7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  70. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  71. c35f491 merge 3.5 (#27093) by Benjamin Peterson · 8 years ago
  72. 1f9eb87 Issue #26857: The gethostbyaddr_r() workaround is no longer needed with by Stefan Krah · 8 years ago
  73. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  74. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  75. da23056 Issue #27056: Fix _Unpickler_Read() to avoid integer overflow by Victor Stinner · 8 years ago
  76. 19ed27e Optimize pickle.load() and pickle.loads() by Victor Stinner · 8 years ago
  77. bc73150 - make some internal symbols static by doko@ubuntu.com · 8 years ago
  78. c944c2d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  79. f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  80. acef5de Backported tests for issue #18531. by Serhiy Storchaka · 8 years ago
  81. 0594cff merge from 3.5 by Senthil Kumaran · 8 years ago
  82. 507898d issue27018 - Fix the documentation of select.epoll.register method. by Senthil Kumaran · 8 years ago
  83. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
  84. 0e40df6 Merge ctypes from 3.5 by Martin Panter · 8 years ago
  85. 2dc1bbb Remove outdated PEP 291 compatibility requirement comment by Martin Panter · 8 years ago
  86. 6a8af9a Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 8 years ago
  87. df40b62 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 8 years ago
  88. ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed by Serhiy Storchaka · 8 years ago
  89. dea7637 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  90. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  91. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  92. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  93. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 8 years ago
  94. 18933ed Issue #26512: Merge rounding doc from 3.5 by Martin Panter · 8 years ago
  95. 1a269d0 Issue #26924: Fix Windows buildbots by Berker Peksag · 8 years ago
  96. 0ce9cd9 Issue #26924: Do not define _multiprocessing.sem_unlink under Android by Berker Peksag · 8 years ago
  97. deab18d Issue #26708: Use the "const" qualifier for immutable strings. by Serhiy Storchaka · 8 years ago
  98. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  99. 7a9579c Got rid of redundand "self" parameter declarations. by Serhiy Storchaka · 8 years ago
  100. 312f208 Issue #18916: Update thread module docstrings by Berker Peksag · 8 years ago