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