Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
071dec2027a0ec5515af7e5c1317e78b0dfb347d
071dec2
Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin
by Serhiy Storchaka
· 8 years ago
0211bb7
Some distutils tests require zlib for creating tar.gz source distribution.
by Serhiy Storchaka
· 8 years ago
b4293ef
Issue #28115: ZIP creation test requires zlib.
by Serhiy Storchaka
· 8 years ago
666de77
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
by Serhiy Storchaka
· 8 years ago
61c4c44
Issue #28115: Added tests for CLI of the zipfile module.
by Serhiy Storchaka
· 8 years ago
52e5004
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L.
by Guido van Rossum
· 8 years ago
1002a62
Issue #28435: Avoid no_proxy environment variable interfering with tests
by Martin Panter
· 8 years ago
d60ea5f
Issue #26620: Fix ResourceWarning in test_urllib2_localnet
by Martin Panter
· 8 years ago
3b55799
Two minor typing.py fixes (upstream #305)
by Guido van Rossum
· 8 years ago
ac353df
Issue #28482: Skip a few test_typing tests if asyncio unavailable
by Guido van Rossum
· 8 years ago
e8a6045
Issue #26796: Don't configure the number of workers for default threadpool executor.
by Yury Selivanov
· 8 years ago
9f91e85
Fix indent
by Guido van Rossum
· 8 years ago
7ef22d6
Sync typing.py from upstream
by Guido van Rossum
· 8 years ago
3d67615
Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done.
by Yury Selivanov
· 8 years ago
f8c1505
Issue #25152: Mention the deprecation of pyvenv
by Brett Cannon
· 8 years ago
10a7dbd
Issue #28396: Remove any mention of .pyo files from the man page.
by Brett Cannon
· 8 years ago
9e373be
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions().
by Serhiy Storchaka
· 8 years ago
f536af1
Issue #24381: Avoid unused function warning when building bundled macOS libffi.
by Ned Deily
· 8 years ago
ea75a51
Issue #26010: Document CO_* constants
by Yury Selivanov
· 8 years ago
807e2f3
Issue #19795: Fixed formatting a table.
by Serhiy Storchaka
· 8 years ago
4adf01c
Issue #19795: Improved more markups of True/False.
by Serhiy Storchaka
· 8 years ago
1883542
Issue #19795: Fixed markup errors.
by Serhiy Storchaka
· 8 years ago
a97cd2e
Issue #19795: Mark up True and False as literal text instead of bold.
by Serhiy Storchaka
· 8 years ago
ecf41da
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 8 years ago
9f2e377
Issue #27896: Allow passing sphinx options to Doc/Makefile
by Victor Stinner
· 8 years ago
04eb777
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
by Serhiy Storchaka
· 8 years ago
e5b0bd1
Fix default value of StreamReader.readuntil()
by Berker Peksag
· 8 years ago
1f6b69b
Issue #28409: regrtest: fix the parser of command line arguments.
by Victor Stinner
· 8 years ago
5493e47
Issue #28455: Clarify example of overriding the convert_arg_line_to_args method
by Berker Peksag
· 8 years ago
8d761ff
remove extra PyErr_Format arguments (closes #28454)
by Benjamin Peterson
· 8 years ago
90e0289
Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation
by Berker Peksag
· 8 years ago
11194f7
Remove spurious article.
by Ned Deily
· 8 years ago
684340e
Issue #27800: Document limitation and workaround for multiple RE repetitions
by Martin Panter
· 8 years ago
c73e9d8
Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings
by Martin Panter
· 8 years ago
1cea56b
Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang.
by Senthil Kumaran
· 8 years ago
e1478e4
Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes.
by Guido van Rossum
· 8 years ago
4a45235
Issue #26869: Document unittest.TestCase.longMessage. (Mariatta)
by Guido van Rossum
· 8 years ago
ba29a4f
Issue #21443: Show how to change log level for asyncio.
by Guido van Rossum
· 8 years ago
b1a751b
Issue #24452: Make webbrowser support Chrome on Mac OS X.
by Guido van Rossum
· 8 years ago
10e54ae
Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers.
by Xavier de Gaye
· 8 years ago
fd28cbe
Issue #28248: Merge with 3.4
by Zachary Ware
· 8 years ago
068534a
Issue #28248: Update Windows build to use OpenSSL 1.0.2j
by Zachary Ware
· 8 years ago
d2a584b
Issue #28394: Spelling and typo fixes in code comments and changelog
by Martin Panter
· 8 years ago
5e2a0ef
Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py.
by Guido van Rossum
· 8 years ago
4145c83
Issue #27972: Prohibit Tasks to await on themselves.
by Yury Selivanov
· 8 years ago
908d55d
Issue #28399: Remove UNIX socket from FS before binding.
by Yury Selivanov
· 8 years ago
0aa7887
Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation
by Berker Peksag
· 8 years ago
e259267
Merge further typing.py changes from upstream.
by Guido van Rossum
· 8 years ago
7b2aa2e
Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388)
by Guido van Rossum
· 8 years ago
deed0c7
Issue #28388: update typing module documentation.
by Guido van Rossum
· 8 years ago
9c0e1f8
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
by Serhiy Storchaka
· 8 years ago
48b1c3f
Issue #28376: The type of long range iterator is now registered as Iterator.
by Serhiy Storchaka
· 8 years ago
44759bc
Issue #28376: The constructor of range_iterator now checks that step is not 0.
by Serhiy Storchaka
· 8 years ago
3bd9fde
Issue #28376: Fixed typos. Based on patch by Oren Milman.
by Serhiy Storchaka
· 8 years ago
8ef3460
Issue #26906: Resolving special methods of uninitialized type now causes
by Serhiy Storchaka
· 8 years ago
1c1130f
Issue #25783: Fixed test_traceback when run directly (without regrtest).
by Serhiy Storchaka
· 8 years ago
5665301
Issue #28257: Improved error message when pass a non-mapping as a var-keyword
by Serhiy Storchaka
· 8 years ago
de0574b
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
by Serhiy Storchaka
· 8 years ago
8793b21
Issue #26293: Fixed writing ZIP files that starts not from the start of the
by Serhiy Storchaka
· 8 years ago
cf38060
Issue #24098: Fixed possible crash when AST is changed in process of
by Serhiy Storchaka
· 8 years ago
36e7e97
asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection
by Yury Selivanov
· 8 years ago
95cdf36
Null merge with 3.4
by Yury Selivanov
· 8 years ago
cb9424f
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
by Yury Selivanov
· 8 years ago
8f1cdc6
ensure read size is initialized
by Benjamin Peterson
· 8 years ago
3776836
do not leak buffer if mmap is not writable
by Benjamin Peterson
· 8 years ago
4c8b2cd
skip test on windows
by Benjamin Peterson
· 8 years ago
cf0b9da
fix bug in 48797808a302
by Benjamin Peterson
· 8 years ago
e06cc67
skip test if resizing is not supported
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
92e7c7f
asyncio: Add "call_connection_made" arg to SSLProtocol.__init__
by Yury Selivanov
· 8 years ago
8dc3e43
Issue #28372: Fix asyncio to support formatting of non-python coroutines
by Yury Selivanov
· 8 years ago
0de3de6
Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.
by Yury Selivanov
· 8 years ago
3e56ff0
Issue #28370: Speedup asyncio.StreamReader.readexactly
by Yury Selivanov
· 8 years ago
5b8d4f9
Issue #28369: Raise an error when transport's FD is used with add_reader
by Yury Selivanov
· 8 years ago
9eb6c67
Issue #28368: Refuse monitoring processes if the child watcher has no loop attached.
by Yury Selivanov
· 8 years ago
b5bb404
Issue #28222: Don't fail if pygments is not available
by Berker Peksag
· 8 years ago
002b0a7
Issue #28348: Fix typo in asyncio.Task() documentation
by Berker Peksag
· 8 years ago
7338ebc
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
by Serhiy Storchaka
· 8 years ago
7fd9f4b
Merge heads
by Serhiy Storchaka
· 8 years ago
09f3d08
Issue #28350: String constants with null character no longer interned.
by Serhiy Storchaka
· 8 years ago
8f657c3
ensure gc tracking is off when invoking weakref callbacks (closes #26617)
by Benjamin Peterson
· 8 years ago
b47c9d2
More updates from upstream typing.py
by Guido van Rossum
· 8 years ago
cc16423
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
by Serhiy Storchaka
· 8 years ago
63b5b6f
Moved Unicode C API related tests to separate test class.
by Serhiy Storchaka
· 8 years ago
480b069
Issue #20254: Fix duplicate tests in test_socket
by Berker Peksag
· 8 years ago
d556a35
Issue #27358: Backported tests.
by Serhiy Storchaka
· 8 years ago
6498e52
Issue #28257: Backported a test.
by Serhiy Storchaka
· 8 years ago
85c3f26
Issue #28322: Fixed possible crashes when unpickle itertools objects from
by Serhiy Storchaka
· 8 years ago
38317d3
Issue #28275: Clean up to avoid use-after-free after bzip decompress failure
by Martin Panter
· 8 years ago
34b9d14
Issue #28283: Remove flaky test test_sock_connect_sock_write_race again
by Berker Peksag
· 8 years ago
b334ee0
Issue #28319: Fix typo in lzma.rst
by Berker Peksag
· 8 years ago
5e3677d
Fix markup in pathlib.rst
by Berker Peksag
· 8 years ago
06a8ac0
Fix Path.glob() link, reported by SilentGhost
by Berker Peksag
· 8 years ago
30eee4d
Issue #28815: Change '?' to '<module>' in some doc examples.
by Terry Jan Reedy
· 8 years ago
e3c65a7
Misc asyncio improvements from upstream
by Guido van Rossum
· 8 years ago
07cfd50
Merge heads
by Serhiy Storchaka
· 8 years ago
00a0fc1
Issue #27942: String constants now interned recursively in tuples and frozensets.
by Serhiy Storchaka
· 8 years ago
1813aa1
Issue #25488: Stpp idle.py from adding a entry when it is a duplicate.
by Terry Jan Reedy
· 8 years ago
55f3ae6
Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.
by Terry Jan Reedy
· 8 years ago
8d50d62
Issue #28258: Explain the LC_ALL change in a comment
by Victor Stinner
· 8 years ago
Next »