1. 46833e7 Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  2. fa76eee Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  3. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  4. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  5. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  6. 5a093c1 fix indentation and add curlies (closes #27093) by Benjamin Peterson · 8 years ago
  7. c249221 Issue #20699: Merge io bytes-like fixes from 3.5 by Martin Panter · 8 years ago
  8. f4affb7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  9. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  10. c35f491 merge 3.5 (#27093) by Benjamin Peterson · 8 years ago
  11. 1f9eb87 Issue #26857: The gethostbyaddr_r() workaround is no longer needed with by Stefan Krah · 8 years ago
  12. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  13. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  14. da23056 Issue #27056: Fix _Unpickler_Read() to avoid integer overflow by Victor Stinner · 8 years ago
  15. 19ed27e Optimize pickle.load() and pickle.loads() by Victor Stinner · 8 years ago
  16. bc73150 - make some internal symbols static by doko@ubuntu.com · 8 years ago
  17. c944c2d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  18. f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  19. acef5de Backported tests for issue #18531. by Serhiy Storchaka · 8 years ago
  20. 0594cff merge from 3.5 by Senthil Kumaran · 8 years ago
  21. 507898d issue27018 - Fix the documentation of select.epoll.register method. by Senthil Kumaran · 8 years ago
  22. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
  23. 0e40df6 Merge ctypes from 3.5 by Martin Panter · 8 years ago
  24. 2dc1bbb Remove outdated PEP 291 compatibility requirement comment by Martin Panter · 8 years ago
  25. 6a8af9a Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 8 years ago
  26. df40b62 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 8 years ago
  27. ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed by Serhiy Storchaka · 8 years ago
  28. dea7637 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  29. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  30. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  31. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  32. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 8 years ago
  33. 18933ed Issue #26512: Merge rounding doc from 3.5 by Martin Panter · 8 years ago
  34. 1a269d0 Issue #26924: Fix Windows buildbots by Berker Peksag · 8 years ago
  35. 0ce9cd9 Issue #26924: Do not define _multiprocessing.sem_unlink under Android by Berker Peksag · 8 years ago
  36. deab18d Issue #26708: Use the "const" qualifier for immutable strings. by Serhiy Storchaka · 8 years ago
  37. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  38. 7a9579c Got rid of redundand "self" parameter declarations. by Serhiy Storchaka · 8 years ago
  39. 312f208 Issue #18916: Update thread module docstrings by Berker Peksag · 8 years ago
  40. 720e655 Issue #18916: Update thread module docstrings by Berker Peksag · 8 years ago
  41. a257062 Issue #26898: Fix typo in math.isclose() docstring by Berker Peksag · 8 years ago
  42. d6e6f8b Issue #26898: Fix typo in math.isclose() docstring by Berker Peksag · 8 years ago
  43. 0ac70c0 Fix typos. Reported by andportnoy on GitHub. by Berker Peksag · 8 years ago
  44. 54b60cf Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of by Serhiy Storchaka · 8 years ago
  45. 6dfcde5 Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of by Serhiy Storchaka · 8 years ago
  46. fb7c8ae Issue #26863: HAVE_FACCESSAT should (currently) not be defined on Android. by Stefan Krah · 8 years ago
  47. fa935c4 Issue #26854: Android has a different include path for soundcard.h. by Stefan Krah · 8 years ago
  48. 8d013a8 Issue #26846: Post commit cleanup. by Stefan Krah · 8 years ago
  49. 432dfcf Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android. by Stefan Krah · 8 years ago
  50. 4500977 Issue #20306: Android is the only system that returns NULL for the pw_passwd by Stefan Krah · 8 years ago
  51. 267b639 Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX. by Stefan Krah · 8 years ago
  52. 8e1da58 Issue #26846: Workaround for non-standard stdlib.h on Android. by Stefan Krah · 8 years ago
  53. 745145a Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  54. c2a2a75 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  55. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 8 years ago
  56. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  57. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  58. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  59. 8b04a94 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  60. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  61. b0c6380 merge heads by Gregory P. Smith · 8 years ago
  62. b030991 Issue #26535: Correct docs regarding the struct buffer size by Martin Panter · 8 years ago
  63. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  64. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  65. 2c164b7 Fix unused variable 'libver' warning in Modules/_ssl.c by Berker Peksag · 8 years ago
  66. dfcb041 Fix unused variable 'libver' warning in Modules/_ssl.c by Berker Peksag · 8 years ago
  67. 2eb6b0d Issues #26716, #26057: Regenerate Argument Clinic code. by Serhiy Storchaka · 8 years ago
  68. d6117a4 Issue #26716: Regenerate Argument Clinic code. by Serhiy Storchaka · 8 years ago
  69. 21a663e Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). by Serhiy Storchaka · 8 years ago
  70. 59865e7 Issue #26200: Restored more safe usages of Py_SETREF. by Serhiy Storchaka · 8 years ago
  71. 864b63c Issue #26200: Restored more safe usages of Py_SETREF. by Serhiy Storchaka · 8 years ago
  72. 50ab1a3 Issue #26685: Raise OSError if closing a socket fails by Martin Panter · 8 years ago
  73. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  74. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  75. 96cdbe7 Issue #26719: More efficient formatting of ints and floats in json. by Serhiy Storchaka · 8 years ago
  76. e0805cf Issue #26719: More efficient formatting of ints and floats in json. by Serhiy Storchaka · 8 years ago
  77. 1edcd50 Merge 3.5: fcntl doc by Victor Stinner · 8 years ago
  78. d0d5154 Update fcntl doc: replace IOError with OSError by Victor Stinner · 8 years ago
  79. fe21de9 Issue #26687: Use Py_RETURN_NONE macro in sqlite3 module by Berker Peksag · 8 years ago
  80. 3291d85 Issue #26671: Fixed #ifdef indentation. by Serhiy Storchaka · 8 years ago
  81. aaf553b Backed out changeset 8dc144e47252 by Serhiy Storchaka · 8 years ago
  82. 026110f Issue #26671: Fixed #ifdef indentation. by Serhiy Storchaka · 8 years ago
  83. 819399b Issue #26671: Enhanced path_converter. by Serhiy Storchaka · 8 years ago
  84. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  85. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  86. b15c304 Issue #6953: Merge readline doc from 3.5 by Martin Panter · 8 years ago
  87. 0f76739 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 8 years ago
  88. 9ad7646 Issue #23735: Merge sighandler_t fix from 3.5 by Martin Panter · 9 years ago
  89. 28f35b2 Issue #23735: Avoid sighandler_t Gnu-ism by Martin Panter · 9 years ago
  90. a350600 Issue #23735: Merge Readline resize handling from 3.5 by Martin Panter · 9 years ago
  91. 5dbbf1a Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 9 years ago
  92. 89d3f53 Merge 3.5 (asyncio) by Victor Stinner · 9 years ago
  93. ccdbe80 asyncio: sync overlapped.c with GitHub by Victor Stinner · 9 years ago
  94. 047f3b7 Issue #22854: Merge UnsupportedOperation fixes from 3.5 by Martin Panter · 9 years ago
  95. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 9 years ago
  96. ab0d198 Issue #26492: Exhausted iterator of array.array now conforms with the behavior by Serhiy Storchaka · 9 years ago
  97. ab479c4 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 9 years ago
  98. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 9 years ago
  99. afd465d Issue #26644: Merge SSL negative read fix from 3.5 by Martin Panter · 9 years ago
  100. 5503d47 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 9 years ago