Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3d40e37883e8c4002c1fb123fbdcade5506b72af
/
Modules
cb2128c
_asyncio uses _PyObject_CallMethodIdObjArgs()
by Victor Stinner
· 8 years ago
c3c6f71
Fixes maximum usable length of buffer for formatting time zone in localtime().
by Steve Dower
· 8 years ago
427f10b
Merge from 3.5.
by Serhiy Storchaka
· 8 years ago
606ab86
Change order of io.UnsupportedOperation base classes.
by Serhiy Storchaka
· 8 years ago
c2c8fe1
Issue #28843: Fix asyncio C Task to handle exceptions __traceback__.
by Yury Selivanov
· 8 years ago
11dd604
Add TCP_CONGESTION and TCP_USER_TIMEOUT
by Victor Stinner
· 8 years ago
bcf4dcc
Issue #28727: Optimize pattern_richcompare() for a==a
by Victor Stinner
· 8 years ago
e670b2d
Issue #28727: Fix typo in pattern_richcompare()
by Victor Stinner
· 8 years ago
546ce65
Issue #28752: Restored the __reduce__() methods of datetime objects.
by Serhiy Storchaka
· 8 years ago
b44fb12
Implement rich comparison for _sre.SRE_Pattern
by Victor Stinner
· 8 years ago
0e175a6
Issue #28532: Show sys.version when -V option is supplied twice
by INADA Naoki
· 8 years ago
04b3575
Issue #25659: Merge ctypes fix from 3.5
by Martin Panter
· 8 years ago
e45df0a
Issue #10656: Merge AIX build fix from 3.5
by Martin Panter
· 8 years ago
6e723d2
Issue #25659: Change assert to TypeError in from_buffer/_copy()
by Martin Panter
· 8 years ago
395733d
Issue #10656: Fix out-of-tree building on AIX
by Martin Panter
· 8 years ago
0651583
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
by Serhiy Storchaka
· 8 years ago
e209739
Issue #28715: Added error checks for PyUnicode_AsUTF8().
by Serhiy Storchaka
· 8 years ago
144f77a
Issue #28715: Added error checks for PyUnicode_AsUTF8().
by Serhiy Storchaka
· 8 years ago
bce2626
Issue #28732: Raise ValueError when argv[0] is empty
by Steve Dower
· 8 years ago
93ff872
Issue #28732: Raise ValueError when argv[0] is empty.
by Steve Dower
· 8 years ago
859fd7b
Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments
by Steve Dower
· 8 years ago
c363061
Merge from 3.5 and fix a few other functions missing IPH handling.
by Steve Dower
· 8 years ago
11f4326
Issue #28732: Fix crash in os.spawnv() with no elements in args
by Steve Dower
· 8 years ago
3b73ea1
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 8 years ago
f4934ea
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 8 years ago
996fc1f
correctly emulate error semantics of gen.throw in FutureIter_throw
by Benjamin Peterson
· 8 years ago
f8cebad
Merge AIX fixes from 3.5 into 3.6
by Martin Panter
· 8 years ago
c9e08d8
Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT
by Martin Panter
· 8 years ago
a27c064
Issue #19398: Extra slash no longer added to sys.path components in case of
by Serhiy Storchaka
· 8 years ago
62e32d6
Issue #19398: Extra slash no longer added to sys.path components in case of
by Serhiy Storchaka
· 8 years ago
0a66a1c
Merge 3.6 (issue #28653)
by Yury Selivanov
· 8 years ago
46a02db
Issue #28653: Fix a refleak in functools.lru_cache.
by Yury Selivanov
· 8 years ago
692796a
Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw.
by Yury Selivanov
· 8 years ago
852cc33
Issue #28585: Restored docstring of os._isdir().
by Serhiy Storchaka
· 8 years ago
579f038
Issue #28585: Restored docstring of os._isdir().
by Serhiy Storchaka
· 8 years ago
60e49aa
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
by Serhiy Storchaka
· 8 years ago
f0b311b
Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as
by Serhiy Storchaka
· 8 years ago
5f548a2
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
by Serhiy Storchaka
· 8 years ago
a7c972e
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
by Serhiy Storchaka
· 8 years ago
88b2219
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
by Serhiy Storchaka
· 8 years ago
04f17f1
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
by Serhiy Storchaka
· 8 years ago
a0d9c68
Issue #28549: Fixed segfault in curses's addch() with ncurses6.
by Serhiy Storchaka
· 8 years ago
0bcd89b
Issue #28549: Fixed segfault in curses's addch() with ncurses6.
by Serhiy Storchaka
· 8 years ago
0eacef3
Issue #28444: Merge with 3.5.
by Xavier de Gaye
· 8 years ago
84968b7
Issue #28444: Fix missing extensions modules when cross compiling.
by Xavier de Gaye
· 8 years ago
f94d1ee
Issue #28544: Fix inefficient call to _PyObject_CallMethodId()
by Victor Stinner
· 8 years ago
684ef2c
Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*`
by Yury Selivanov
· 8 years ago
1aea8fb
Issue #28544: Fix _asynciomodule.c on Windows
by Victor Stinner
· 8 years ago
a0c1ba6
Issue #28544: Implement asyncio.Task in C.
by Yury Selivanov
· 8 years ago
8a8ebc9
Fixed possible NULL decrefing.
by Serhiy Storchaka
· 8 years ago
3ec5f42
Fixed possible NULL decrefing.
by Serhiy Storchaka
· 8 years ago
802426f
Issue #28526: Use PyUnicode_AsEncodedString() instead of
by Serhiy Storchaka
· 8 years ago
b29cee4
Issue #28526: Use PyUnicode_AsEncodedString() instead of
by Serhiy Storchaka
· 8 years ago
74c1753
Issue #28430: Fix iterator of C implemented asyncio.Future doesn't
by INADA Naoki
· 8 years ago
467ab19
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
by Serhiy Storchaka
· 8 years ago
f536af1
Issue #24381: Avoid unused function warning when building bundled macOS libffi.
by Ned Deily
· 8 years ago
53478f8
Issue #28493: Fix typos in _asynciomodule.c
by Yury Selivanov
· 8 years ago
a4b884f
Issue #28492: Fix how StopIteration is raised in _asyncio.Future
by Yury Selivanov
· 8 years ago
82919ec
Issue #24381: merge from 3.5
by Ned Deily
· 8 years ago
fa27d5f
Issue #28480: Avoid label at end of compound statement --without-threads
by Martin Panter
· 8 years ago
fa22b29
Issue #28471: Fix crash (GIL state related) in socket.setblocking
by Yury Selivanov
· 8 years ago
c411a7d
Issue #28452: Remove _asyncio._init_module function
by INADA Naoki
· 8 years ago
9f2ce25
Issue #28428: Rename _futures module to _asyncio.
by INADA Naoki
· 8 years ago
95b826d
- Modules/Setup.dist: Add the _blake2 module
by doko@ubuntu.com
· 8 years ago
1be427b
Issue #28405: Fix compile error for _futuresmodule.c on Cygwin.
by INADA Naoki
· 8 years ago
b1321fb
Issue #28394: More typo fixes for 3.6+
by Martin Panter
· 8 years ago
9e4e38e
Issue #26801: Added C implementation of asyncio.Future.
by INADA Naoki
· 8 years ago
21d9f10
Merge from 3.5.
by Serhiy Storchaka
· 8 years ago
9c0e1f8
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
by Serhiy Storchaka
· 8 years ago
c6f9b2b
Issue #28162: Fixes Ctrl+Z handling in console readall()
by Steve Dower
· 8 years ago
2674bc7
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
by Serhiy Storchaka
· 8 years ago
e4c222c
merge 3.5
by Benjamin Peterson
· 8 years ago
8f1cdc6
ensure read size is initialized
by Benjamin Peterson
· 8 years ago
43441c7
merge 3.5
by Benjamin Peterson
· 8 years ago
3776836
do not leak buffer if mmap is not writable
by Benjamin Peterson
· 8 years ago
87845bc
merge 3.5
by Benjamin Peterson
· 8 years ago
cd04db0
mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow
by Benjamin Peterson
· 8 years ago
312cef7
Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests.
by Steve Dower
· 8 years ago
b364857
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
by Serhiy Storchaka
· 8 years ago
cc16423
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
by Serhiy Storchaka
· 8 years ago
8f0f205
Issue #28322: Fixed possible crashes when unpickle itertools objects from
by Serhiy Storchaka
· 8 years ago
85c3f26
Issue #28322: Fixed possible crashes when unpickle itertools objects from
by Serhiy Storchaka
· 8 years ago
55c9239
Issue #28275: Merge bz2 fix from 3.5 into 3.6
by Martin Panter
· 8 years ago
38317d3
Issue #28275: Clean up to avoid use-after-free after bzip decompress failure
by Martin Panter
· 8 years ago
84d8baa
Fix xml.etree.ElementTree.Element.getiterator()
by Victor Stinner
· 8 years ago
3e7a3cb
Issue #28148: Stop using localtime() and gmtime() in the time module.
by Alexander Belopolsky
· 8 years ago
9574e0a
Issue #20947: Fixed a gcc warning with -Wstrict-overflow.
by Serhiy Storchaka
· 8 years ago
5ae4f49
Issue #20947: Fixed a gcc warning with -Wstrict-overflow.
by Serhiy Storchaka
· 8 years ago
a12e784
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
by Serhiy Storchaka
· 8 years ago
c0b7037
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
by Serhiy Storchaka
· 8 years ago
22805ca
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
by Serhiy Storchaka
· 8 years ago
407ac47
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
by Serhiy Storchaka
· 8 years ago
9df89d0
Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt
by Christian Heimes
· 8 years ago
1a63b9f
Typo
by Christian Heimes
· 8 years ago
a5d0765
Finish GC code for SSLSession and increase test coverage
by Christian Heimes
· 8 years ago
6f3f3e5
Increase buffer for readlink() in case OS will support longer names one day.
by Christian Heimes
· 8 years ago
3cb091e
Increase buffer for readlink() in case OS will support longer names one day.
by Christian Heimes
· 8 years ago
0202c34
Add an extra byte for null in case we ever get very long unicode names.
by Christian Heimes
· 8 years ago
2f366ca
Add an extra byte for null in case we ever get very long unicode names.
by Christian Heimes
· 8 years ago
b00e00c
Don't define PY_WITH_KECCAK
by Christian Heimes
· 8 years ago
Next »