Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
dcfebb32e277a68b9c6582e6a0484e6dc24e9b66
dcfebb3
Issue #26676: Add missing XMLPullParser to ElementTree.__all__
by Martin Panter
· 9 years ago
0a85c69
Revert back to 3.6.0, buildbots do not want chocolate for 04-01
by Ned Deily
· 9 years ago
49f324f
Python 8: no pep8, no chocolate!
by Victor Stinner
· 9 years ago
0fc0318
Issue #22854: Merge test fix from 3.5
by Martin Panter
· 9 years ago
3ee147f
Issue #22854: Fix logic for skipping test
by Martin Panter
· 9 years ago
7b1e5a7
Remove redundant leading zeroes in PEP references.
by Serhiy Storchaka
· 9 years ago
e4ba872
Remove redundant leading zeroes in PEP references.
by Serhiy Storchaka
· 9 years ago
f810767
Issue #22854: Merge Windows pipe skipping from 3.5
by Martin Panter
· 9 years ago
0950e6a
Issue #22854: Skip pipe seek tests on Windows
by Martin Panter
· 9 years ago
c0aab1d
Issue #22854: Skip pipe seekable() tests on Windows
by Martin Panter
· 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
f39c0ac
Issue #26492: Added additional tests for exhausted iterators of mutable sequences.
by Serhiy Storchaka
· 9 years ago
8dc2ec1
Issue #26492: Added additional tests for exhausted iterators of mutable sequences.
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
fe4c012
Fix typo in xml.dom.pulldom.rst
by Berker Peksag
· 9 years ago
13b3acd
Fix typo in xml.dom.pulldom.rst
by Berker Peksag
· 9 years ago
8a34d41
Issue #26295: Enhanc test_regrtest.test_tools_script_run_tests()
by Victor Stinner
· 9 years ago
732599f
Issue #26295: Fix test_regrtest.test_tools_buildbot_test()
by Victor Stinner
· 9 years ago
d6e2502
Issue #26295: test_regrtest now uses a temporary directory
by Victor Stinner
· 9 years ago
9759dd3
Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn't
by Victor Stinner
· 9 years ago
7f24a98
Merge 3.5 (test_urllibnet)
by Victor Stinner
· 9 years ago
53f8ba5
test_urllibnet: set timeout on test_fileno()
by Victor Stinner
· 9 years ago
b1511f7
doctest now supports packages
by Victor Stinner
· 9 years ago
6e722bc
Merge 3.5 (test_unittest)
by Victor Stinner
· 9 years ago
9db2ae7
Fix ResourceWarning in test_unittest when interrupted
by Victor Stinner
· 9 years ago
bbcd294
Null merge 3.5
by Victor Stinner
· 9 years ago
06ddd35
Issue #25911: Backport os._DummyDirEntry fixes
by Victor Stinner
· 9 years ago
8a96389
Merge 3.5 (regrtest)
by Victor Stinner
· 9 years ago
8ba2083
Issue #26643: Add missing shutil resources to regrtest.py
by Victor Stinner
· 9 years ago
73030df
Fix os._DummyDirEntry.is_symlink()
by Victor Stinner
· 9 years ago
80ec58c
fix typo in comment
by Victor Stinner
· 9 years ago
50e648a
Merge 3.5
by Andrew Svetlov
· 9 years ago
6f57424
Document None as timeout for asyncio.timeout()
by Andrew Svetlov
· 9 years ago
eba2588
Issue #25314: Merge argparse doc from 3.5
by Martin Panter
· 9 years ago
ef4bb1e
Issue #23804: Merge SSL zero read fix from 3.5
by Martin Panter
· 9 years ago
f6b1d66
Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes
by Martin Panter
· 9 years ago
2a65ecb
Issue #26130: Remove redundant variable 's' from Parser/parser.c
by Berker Peksag
· 9 years ago
5a6c018
Issue #25195: Fix a regression in mock.MagicMock
by Berker Peksag
· 9 years ago
ce91387
Issue #25195: Fix a regression in mock.MagicMock
by Berker Peksag
· 9 years ago
f841909
Issue #23758: Improve num_params docs of create_{function,aggregate} functions
by Berker Peksag
· 9 years ago
fa0f62d
Issue #23758: Improve num_params docs of create_{function,aggregate} functions
by Berker Peksag
· 9 years ago
b61b0f1
Document sqlite3.Cursor.close()
by Berker Peksag
· 9 years ago
f70fe6f
Document sqlite3.Cursor.close()
by Berker Peksag
· 9 years ago
622583e
regrtest: round final timing towards +inf
by Victor Stinner
· 9 years ago
598b198
sqlite3 documentation: Connection.iterdump() is a method
by Berker Peksag
· 9 years ago
557a063
sqlite3 documentation: Connection.iterdump() is a method
by Berker Peksag
· 9 years ago
afd465d
Issue #26644: Merge SSL negative read fix from 3.5
by Martin Panter
· 9 years ago
3625af5
Moved misplaced functions to the section for C API functions.
by Raymond Hettinger
· 9 years ago
5503d47
Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()
by Martin Panter
· 9 years ago
3840b2a
Issue #25940: Use internal local server more in test_ssl
by Martin Panter
· 9 years ago
2c257ab
Responsibility for argument checking belongs in set.__init__() rather than set.__new__().
by Raymond Hettinger
· 9 years ago
9423023
Minor code cleanup for PyArg_UnpackTuple.
by Raymond Hettinger
· 9 years ago
53b0a41
Issue #25911: more info on test_os failure
by Victor Stinner
· 9 years ago
ca9dbc7
makeopcodetargets.py: we need to import Lib/opcode.py
by Victor Stinner
· 9 years ago
92c8dce
Null merge 3.5
by Victor Stinner
· 9 years ago
e984eb5
Fix test_os.test_symlink(): remove create symlink
by Victor Stinner
· 9 years ago
16b698b
merge
by Alexander Belopolsky
· 9 years ago
1dcf4f9
Issue#26616:Fixed a bug in datetime.astimezone() method.
by Alexander Belopolsky
· 9 years ago
d7ac00e
Backed out changeset 245a16f33c4b
by Victor Stinner
· 9 years ago
ba8cf10
Rework libregrtest.save_env
by Victor Stinner
· 9 years ago
3283014
changeset: 100749:0b61b2d28a07
by Victor Stinner
· 9 years ago
6384c66
Merge 3.5
by Victor Stinner
· 9 years ago
84ca9fe
doctest: fix _module_relative_path() error message
by Victor Stinner
· 9 years ago
931602a
test_doctest: remove unused imports
by Victor Stinner
· 9 years ago
bdc337b
test_venv: enhance test_devnull()
by Victor Stinner
· 9 years ago
b347788
Skip test_venv.test_with_pip() if ctypes miss
by Victor Stinner
· 9 years ago
a9a852c
Modernize Python/makeopcodetargets.py
by Victor Stinner
· 9 years ago
e77c974
test_os: Win32ErrorTests now ensures that TESTFN doesn't exist
by Victor Stinner
· 9 years ago
b72e21b
Speed-up construction of empty sets by approx 12-14%.
by Raymond Hettinger
· 9 years ago
734f284
Null merge 3.5
by Victor Stinner
· 9 years ago
6c45d39
Issue #21925: Fix test_warnings for release mode
by Victor Stinner
· 9 years ago
8a20851
Issue #25654:
by Victor Stinner
· 9 years ago
540a81c
Issue #21925: Fix test_warnings for release mode
by Victor Stinner
· 9 years ago
a6d865c
Issue #25654:
by Victor Stinner
· 9 years ago
47b4557
test_io: ignore DeprecationWarning on bytes path on Windows
by Victor Stinner
· 9 years ago
633ebda
Issue #26637: Fix test_io
by Victor Stinner
· 9 years ago
7285d52
remove duplicated check for fractions and complex numbers (closes #26076)
by Benjamin Peterson
· 9 years ago
4a2e663
Fix a few typos
by Zachary Ware
· 9 years ago
bfba2cd
Don't doc check the venv dir
by Zachary Ware
· 9 years ago
228ca33
Merge 3.5 (pystate.h)
by Victor Stinner
· 9 years ago
4b8b86c
pystate.h: fix _PyThreadState_UncheckedGet()
by Victor Stinner
· 9 years ago
4f17426
Fix bug in __import__ during Python shutdown
by Victor Stinner
· 9 years ago
e091d32
Merge 3.5
by Victor Stinner
· 9 years ago
2746168
warnings.formatwarning(): catch exceptions
by Victor Stinner
· 9 years ago
e0511e7
Fix test_warnings.test_improper_option()
by Victor Stinner
· 9 years ago
3aac0ad
Cleanup regrtest "main()" function
by Victor Stinner
· 9 years ago
8c08e0d
rt.bat: use -m test instead of Lib\test\regrtest.py
by Victor Stinner
· 9 years ago
4ffcc3e
Cleanup regrtest.py
by Victor Stinner
· 9 years ago
e403904
support.temp_dir(): call support.rmtree() instead of shutil.rmtree()
by Victor Stinner
· 9 years ago
3899b54
test_os: use support.rmtree() to cleanup WalkTests
by Victor Stinner
· 9 years ago
ae39d23
Enhance and modernize test_os
by Victor Stinner
· 9 years ago
f95a19b
test_os: use @support.requires_linux_version
by Victor Stinner
· 9 years ago
bc6b72e
Closes #26620: Fix ResourceWarning in test_urllib2_localnet
by Victor Stinner
· 9 years ago
e321274
Enhance and modernize test_genericpath
by Victor Stinner
· 9 years ago
ba8b0a7
Enhance os._DummyDirEntry
by Victor Stinner
· 9 years ago
56db16c
regrtest: when parallel tests are interrupted, display progress
by Victor Stinner
· 9 years ago
2b60b72
regrtest: mention in tests run sequentially or in parallel
by Victor Stinner
· 9 years ago
Next »