Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c7f490c8b19d5458d692f243279f7ad898f13ec4
c7f490c
Issue #28376: Creating instances of range_iterator by calling range_iterator
by Serhiy Storchaka
· 8 years ago
639098c
Merge from 3.5.
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
88212ae
Merge from 3.5.
by Serhiy Storchaka
· 8 years ago
3bd9fde
Issue #28376: Fixed typos. Based on patch by Oren Milman.
by Serhiy Storchaka
· 8 years ago
2674bc7
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
by Serhiy Storchaka
· 8 years ago
3e49264
Issue #28390: Fix header levels in whatsnew/3.6.rst
by Berker Peksag
· 8 years ago
dd102f7
Issue #28317: The disassembler now decodes FORMAT_VALUE argument.
by Serhiy Storchaka
· 8 years ago
56588b7
Issue #26906: Resolving special methods of uninitialized type now causes
by Serhiy Storchaka
· 8 years ago
8ef3460
Issue #26906: Resolving special methods of uninitialized type now causes
by Serhiy Storchaka
· 8 years ago
2b80145
Issue #25783: Fixed test_traceback when run directly (without regrtest).
by Serhiy Storchaka
· 8 years ago
1c1130f
Issue #25783: Fixed test_traceback when run directly (without regrtest).
by Serhiy Storchaka
· 8 years ago
1d7d622
Null merge
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
e45b7c0
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
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
242c170
Issue #26293: Fixed writing ZIP files that starts not from the start of the
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
5e80855
Issue #24098: Fixed possible crash when AST is changed in process of
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
3df053e
Merge 3.5 (asyncio)
by Yury Selivanov
· 8 years ago
36e7e97
asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection
by Yury Selivanov
· 8 years ago
ac5084b
Fixes issue28380: unittest.mock Mock autospec functions now properly support
by Gregory P. Smith
· 8 years ago
0ebdd07
Null merge with 3.5
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
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
267941c
Issue #28201: Dict reduces possibility of 2nd conflict in hash table.
by INADA Naoki
· 8 years ago
87845bc
merge 3.5
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
a886142
Merge 3.5 (issue #23749)
by Yury Selivanov
· 8 years ago
92e7c7f
asyncio: Add "call_connection_made" arg to SSLProtocol.__init__
by Yury Selivanov
· 8 years ago
996dd4a
Merge 3.5 (issue #28372)
by Yury Selivanov
· 8 years ago
8dc3e43
Issue #28372: Fix asyncio to support formatting of non-python coroutines
by Yury Selivanov
· 8 years ago
d2c5fab
Merge 3.5 (issue #28371)
by Yury Selivanov
· 8 years ago
0de3de6
Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.
by Yury Selivanov
· 8 years ago
139914a
Merge 3.5 (issue #28370)
by Yury Selivanov
· 8 years ago
3e56ff0
Issue #28370: Speedup asyncio.StreamReader.readexactly
by Yury Selivanov
· 8 years ago
bb8eb92
Merge 3.5 (issue #28369)
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
67ea618
Merge 3.5 (issue #28368)
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
3ae4155
Issue #27998: Removed workarounds for supporting bytes paths on Windows in
by Serhiy Storchaka
· 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
fae2829
Issue #27181 remove geometric_mean and defer for 3.7.
by Steven D'Aprano
· 8 years ago
d3dbba4
Issue #28222: Merge from 3.5
by Berker Peksag
· 8 years ago
5cb63ae
Issue #28348: Merge from 3.5
by Berker Peksag
· 8 years ago
5f59ddd
Issue #28229: lzma module now supports pathlib
by Berker Peksag
· 8 years ago
db8d626
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
by Serhiy Storchaka
· 8 years ago
27b4098
Null merge
by Serhiy Storchaka
· 8 years ago
7fd9f4b
Merge heads
by Serhiy Storchaka
· 8 years ago
e81b0d3
Issue #28350: String constants with null character no longer interned.
by Serhiy Storchaka
· 8 years ago
09f3d08
Issue #28350: String constants with null character no longer interned.
by Serhiy Storchaka
· 8 years ago
8044809
merge 3.5 (#26617)
by Benjamin Peterson
· 8 years ago
8f657c3
ensure gc tracking is off when invoking weakref callbacks (closes #26617)
by Benjamin Peterson
· 8 years ago
fb12ce1
Issue #28218: Fixes versionadded description in using/windows.rst
by Steve Dower
· 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
7fe091d
More updates from upstream typing.py (3.5->3.6)
by Guido van Rossum
· 8 years ago
b47c9d2
More updates from upstream typing.py
by Guido van Rossum
· 8 years ago
0a6ef79
test_invalid_sequences seems don't have to stay in CAPITest.
by Serhiy Storchaka
· 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
1edebef
Moved Unicode C API related tests to separate test class.
by Serhiy Storchaka
· 8 years ago
63b5b6f
Moved Unicode C API related tests to separate test class.
by Serhiy Storchaka
· 8 years ago
8bdd448
Issue #28225: bz2 module now supports pathlib
by Berker Peksag
· 8 years ago
03020cf
Issue #28227: gzip now supports pathlib
by Berker Peksag
· 8 years ago
8e9045d
Issue #27358: Fix typo in error message
by Berker Peksag
· 8 years ago
02e247f
Issue #28338: Restore test_pdb doctests.
by Xavier de Gaye
· 8 years ago
d261cb6
Issue #20254: Merge from 3.5
by Berker Peksag
· 8 years ago
480b069
Issue #20254: Fix duplicate tests in test_socket
by Berker Peksag
· 8 years ago
aa7a55e
Null merge
by Serhiy Storchaka
· 8 years ago
d556a35
Issue #27358: Backported tests.
by Serhiy Storchaka
· 8 years ago
e036ef8
Issue #27358: Optimized merging var-keyword arguments and improved error
by Serhiy Storchaka
· 8 years ago
0a3beff
Null merge
by Serhiy Storchaka
· 8 years ago
6498e52
Issue #28257: Backported a test.
by Serhiy Storchaka
· 8 years ago
7344285
Issue #28257: Improved error message when pass a non-iterable as
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
bf090e3
Issue #28324: Remove vestigal MacOS 9 references in os.py docstring.
by Ned Deily
· 8 years ago
c6ef503
Issue #28323: Remove vestigal MacOS 9 checks from exit() and quit().
by Ned Deily
· 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
ef223a1
Issue #28228: imghdr now supports pathlib
by Berker Peksag
· 8 years ago
6c63f19
Issue #28283: Merge from 3.5
by Berker Peksag
· 8 years ago
34b9d14
Issue #28283: Remove flaky test test_sock_connect_sock_write_race again
by Berker Peksag
· 8 years ago
d8e9713
Issue #28226: Fix test_compileall on Windows
by Berker Peksag
· 8 years ago
41937bc
Issue #28319: Merge from 3.5
by Berker Peksag
· 8 years ago
b334ee0
Issue #28319: Fix typo in lzma.rst
by Berker Peksag
· 8 years ago
009bc05
Merge from 3.5
by Berker Peksag
· 8 years ago
5e3677d
Fix markup in pathlib.rst
by Berker Peksag
· 8 years ago
50bb940
Merge from 3.5
by Berker Peksag
· 8 years ago
06a8ac0
Fix Path.glob() link, reported by SilentGhost
by Berker Peksag
· 8 years ago
Next »