Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
89ecb4ac1046397ae0fc09676adf90ef7a72ea95
89ecb4a
Issue #28115: Added tests for CLI of the zipfile module.
by Serhiy Storchaka
· 8 years ago
61c4c44
Issue #28115: Added tests for CLI of the zipfile module.
by Serhiy Storchaka
· 8 years ago
662cef6
Issue #25953: re.sub() now raises an error for invalid numerical group
by Serhiy Storchaka
· 8 years ago
265dce6
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. (3.5->3.6)
by Guido van Rossum
· 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
85e81cf
Issue #28435: Merge urllib test fixes from 3.5 into 3.6
by Martin Panter
· 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
7e0062f
Two minor typing.py fixes (upstream #305) (3.5->3.6)
by Guido van Rossum
· 8 years ago
3b55799
Two minor typing.py fixes (upstream #305)
by Guido van Rossum
· 8 years ago
e238ab5
Issue #28482: Skip a few test_typing tests if asyncio unavailable (3.5->3.6)
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
6330f2a
Merge 3.5 (issue #26796)
by Yury Selivanov
· 8 years ago
e8a6045
Issue #26796: Don't configure the number of workers for default threadpool executor.
by Yury Selivanov
· 8 years ago
2ae0d64
Fix indent (merge)
by Guido van Rossum
· 8 years ago
9f91e85
Fix indent
by Guido van Rossum
· 8 years ago
6c950ce
Sync typing.py from upstream (3.5->3.6)
by Guido van Rossum
· 8 years ago
7ef22d6
Sync typing.py from upstream
by Guido van Rossum
· 8 years ago
e145efc
Merge 3.5 (issue #26923)
by Yury Selivanov
· 8 years ago
3d67615
Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done.
by Yury Selivanov
· 8 years ago
ed05406
Issue #28500: Fix asyncio to handle async gens GC from another thread.
by Yury Selivanov
· 8 years ago
68adfa3
Merge (issue #25152)
by Brett Cannon
· 8 years ago
f8c1505
Issue #25152: Mention the deprecation of pyvenv
by Brett Cannon
· 8 years ago
eb7ebd3
Merge (issue #28396)
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
d5d32d2
Issue #28214: Improved exception reporting for problematic __set_name__
by Serhiy Storchaka
· 8 years ago
467ab19
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
by Serhiy Storchaka
· 8 years ago
b0426cd
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions().
by Serhiy Storchaka
· 8 years ago
9e373be
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions().
by Serhiy Storchaka
· 8 years ago
0a421a2
Issue #18219: Optimize csv.DictWriter for large number of columns.
by INADA Naoki
· 8 years ago
4510e6d
mark dtrace stubs as static inline; remove stubs
by Benjamin Peterson
· 8 years ago
a836362
Issue #28448: Fix C implemented asyncio.Future didn't work on Windows
by INADA Naoki
· 8 years ago
56b2cf5
Issue #28484: Skip tests if GIL is not used or multithreading is disabled
by Martin Panter
· 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
10f29c9
Issue #28471: Avoid ResourceWarning by detaching test socket
by Martin Panter
· 8 years ago
53478f8
Issue #28493: Fix typos in _asynciomodule.c
by Yury Selivanov
· 8 years ago
b738a1f
Issue #26010: fix typos; rewording
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
e20fed9
Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010
by Yury Selivanov
· 8 years ago
94332cb
Issue #28480: Adjust or skip tests if multithreading is disabled
by Martin Panter
· 8 years ago
fa27d5f
Issue #28480: Avoid label at end of compound statement --without-threads
by Martin Panter
· 8 years ago
c6b1e15
Close #28479: Fix reST syntax in windows.rst
by Victor Stinner
· 8 years ago
69d3de6
Issue #19795: Fixed formatting a table.
by Serhiy Storchaka
· 8 years ago
807e2f3
Issue #19795: Fixed formatting a table.
by Serhiy Storchaka
· 8 years ago
7d6dda4
Issue #19795: Improved more markups of True/False.
by Serhiy Storchaka
· 8 years ago
4adf01c
Issue #19795: Improved more markups of True/False.
by Serhiy Storchaka
· 8 years ago
3f561b7
Issue #19795: Fixed markup errors.
by Serhiy Storchaka
· 8 years ago
1883542
Issue #19795: Fixed markup errors.
by Serhiy Storchaka
· 8 years ago
0bbf8c0
Issue #19795: Mark up True and False as literal text instead of bold.
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
989db5c
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 8 years ago
ecf41da
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 8 years ago
24c3b49
Issue #26944: Fix test_posix for Android where 'id -G' is entirely wrong
by Xavier de Gaye
· 8 years ago
8166a5d
always use double quotes for SystemTap string literals (closes #28472)
by Benjamin Peterson
· 8 years ago
b17ba09
bold arguments
by Benjamin Peterson
· 8 years ago
fa22b29
Issue #28471: Fix crash (GIL state related) in socket.setblocking
by Yury Selivanov
· 8 years ago
33bb64f
Merge 3.5
by Victor Stinner
· 8 years ago
df0fd74
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
by Serhiy Storchaka
· 8 years ago
04eb777
Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
by Serhiy Storchaka
· 8 years ago
c411a7d
Issue #28452: Remove _asyncio._init_module function
by INADA Naoki
· 8 years ago
80b618b
Merge from 3.5
by Berker Peksag
· 8 years ago
e5b0bd1
Fix default value of StreamReader.readuntil()
by Berker Peksag
· 8 years ago
a506a93
Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments.
by Victor Stinner
· 8 years ago
1f6b69b
Issue #28409: regrtest: fix the parser of command line arguments.
by Victor Stinner
· 8 years ago
066b121
Issue #28455: Merge from 3.5
by Berker Peksag
· 8 years ago
5493e47
Issue #28455: Clarify example of overriding the convert_arg_line_to_args method
by Berker Peksag
· 8 years ago
3aa7552
merge 3.5 (#28454)
by Benjamin Peterson
· 8 years ago
8d761ff
remove extra PyErr_Format arguments (closes #28454)
by Benjamin Peterson
· 8 years ago
b8bddec
Issue #28432: Merge from 3.5
by Berker Peksag
· 8 years ago
90e0289
Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation
by Berker Peksag
· 8 years ago
9f2e377
Issue #27896: Allow passing sphinx options to Doc/Makefile
by Victor Stinner
· 8 years ago
bf7dcb9
Remove spurious article.
by Ned Deily
· 8 years ago
11194f7
Remove spurious article.
by Ned Deily
· 8 years ago
9f2ce25
Issue #28428: Rename _futures module to _asyncio.
by INADA Naoki
· 8 years ago
479eb76
Issue #27800: Merge RE repetition doc from 3.5 into 3.6
by Martin Panter
· 8 years ago
684340e
Issue #27800: Document limitation and workaround for multiple RE repetitions
by Martin Panter
· 8 years ago
36700e4
Issue #23231: Merge codecs doc from 3.5 into 3.6
by Martin Panter
· 8 years ago
c73e9d8
Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings
by Martin Panter
· 8 years ago
c972d1c
[merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc.
by Senthil Kumaran
· 8 years ago
1cea56b
Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang.
by Senthil Kumaran
· 8 years ago
7b16652
Issue #18844: Add more tests
by Raymond Hettinger
· 8 years ago
a0ef768
Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (3.5->3.6)
by Guido van Rossum
· 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
5236ac6
Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) (3.5->3.6)
by Guido van Rossum
· 8 years ago
4a45235
Issue #26869: Document unittest.TestCase.longMessage. (Mariatta)
by Guido van Rossum
· 8 years ago
a03b1ea
Issue #21443: Show how to change log level for asyncio. (Merge 3.5->3.6)
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
5cade88
Check return value of _PyDict_SetItemId()
by Christian Heimes
· 8 years ago
2ccdb5a
Issue #24452: Make webbrowser support Chrome on Mac OS X (merge 3.5->3.6)
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
291417d
Issue #20766: Merge with 3.5.
by Xavier de Gaye
· 8 years ago
10e54ae
Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers.
by Xavier de Gaye
· 8 years ago
ebe17e0
Fix _Py_normalize_encoding() command
by Victor Stinner
· 8 years ago
b329e1b
va_end vargs2 once (closes #28417)
by Benjamin Peterson
· 8 years ago
1c3a121
Issue #18844: Fix-up examples for random.choices(). Remove over-specified test.
by Raymond Hettinger
· 8 years ago
95b826d
- Modules/Setup.dist: Add the _blake2 module
by doko@ubuntu.com
· 8 years ago
de69ee7
- dictobject.c: Make dict_merge symbol a static symbol
by doko@ubuntu.com
· 8 years ago
1609997
prefix freegrammar (closes #28413)
by Benjamin Peterson
· 8 years ago
Next »