Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
dd023ad1619b6f1ab313986e8953eea32c18f50c
dd023ad
bpo-30780: Add IDLE configdialog tests (#3592)
by Cheryl Sabella
· 6 years ago
2528a6c
Add test.test_import.data.unwritable package to makefile (#18211)
by Dino Viehland
· 6 years ago
47ee8a6
bpo-38631: Avoid Py_FatalError() in _memory_release() (GH-18214)
by Victor Stinner
· 6 years ago
a94c6b6
bpo-38631: Avoid Py_FatalError() in PyModule_Create2() (GH-18212)
by Victor Stinner
· 6 years ago
4a46adc
bpo-39459: test.pythoninfo logs effective uid/gid (GH-18203)
by Victor Stinner
· 6 years ago
9e1ed51
bpo-39453: Add testcase for bpo-39453 (GH-18202)
by Dong-hee Na
· 6 years ago
7023288
Ignore NEWS snippets in code coverage stats (GH-18194)
by Nick Coghlan
· 6 years ago
4dbf2d8
bpo-39453: Make list.__contains__ hold strong references to avoid crashes (GH-18181)
by Dong-hee Na
· 6 years ago
a46575a
Clarify and fix assertions that mocks have not been awaited (GH-18196)
by Chris Withers
· 6 years ago
c7dd3c7
Use relative imports in mock and its tests to help backporting (GH-18197)
by Chris Withers
· 6 years ago
997443c
Fix so that test.test_distutils can be executed by unittest and not just regrtest (GH-13480)
by Toshio Kuratomi
· 6 years ago
8a4cd70
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
by Mark Shannon
· 6 years ago
72b1004
bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock (#16029)
by Karthikeyan Singaravelan
· 6 years ago
10355ed
bpo-36018: Add another example for NormalDist() (#18191)
by Raymond Hettinger
· 6 years ago
4515a59
Fix linecache.py add lazycache to __all__ and use dict.clear to clear the cache (GH-4641)
by 加和
· 6 years ago
8271441
bpo-39374: Updated sorting documentation (GH-18177)
by Juhana Jauhiainen
· 6 years ago
4b09dc7
bpo-36654: Add examples for using tokenize module programmically (#12947)
by Windson yang
· 6 years ago
7de6174
bpo-15243: Document __prepare__ as classmethod (GH-17124)
by alclarks
· 6 years ago
aef7dc8
bpo-38932: Mock fully resets child objects on reset_mock(). (GH-17409)
by Vegard Stikbakke
· 6 years ago
9bfb4a7
Update 3.8.rst (GH-18173)
by fireattack
· 6 years ago
d23b08f
Post 3.9.0a3
by Łukasz Langa
· 6 years ago
b07ead3
Merge tag 'v3.9.0a3'
by Łukasz Langa
· 6 years ago
40c0809
bpo-37955: correct mock.patch docs with respect to the returned type (GH-15521)
by Paulo Henrique Silva
· 6 years ago
62865f4
bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18116)
by Matthew Kokotovich
· 6 years ago
d0d9fa8
bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
by Cheryl Sabella
· 6 years ago
c33378d
Python 3.9.0a3
by Łukasz Langa
· 6 years ago
9017e0b
bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
by Serhiy Storchaka
· 6 years ago
656c45e
bpo-38631: Avoid Py_FatalError() in GC collect() (GH-18164)
by Victor Stinner
· 6 years ago
8870433
bpo-39390 shutil: fix argument types for ignore callback (GH-18122)
by mbarkhau
· 6 years ago
66b00a9
bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784)
by Karthikeyan Singaravelan
· 6 years ago
b8d1262
bpo-39395: putenv() and unsetenv() always available (GH-18135)
by Victor Stinner
· 6 years ago
161e7b3
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
by Victor Stinner
· 6 years ago
2d50976
bpo-39361: Document the removal of PyTypeObject.tp_print (GH-18125)
by Ammar Askar
· 6 years ago
e9652e8
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
by Mark Dickinson
· 6 years ago
b9783d2
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
by Victor Stinner
· 6 years ago
e131c97
Fix `mock.patch.dict` to be stopped with `mock.patch.stopall` (#17606)
by Mario Corchero
· 6 years ago
1d0c5e1
bpo-24928: Add test case for patch.dict using OrderedDict (GH -11437)
by Emmanuel Arias
· 6 years ago
65ecc39
bpo-17005: Minor improvements to the documentation of TopologicalSorter (GH-18155)
by Pablo Galindo
· 6 years ago
7142df5
bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
by Shanavas M
· 6 years ago
99e6c26
bpo-17005: Add a class to perform topological sorting to the standard library (GH-11583)
by Pablo Galindo
· 6 years ago
79f89e6
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
by Pablo Galindo
· 6 years ago
13bc139
bpo-39320: Handle unpacking of *values in compiler (GH-17984)
by Mark Shannon
· 6 years ago
f9e07e1
bpo-32989: IDLE - remove unneeded parameter (GH-18138)
by Terry Jan Reedy
· 6 years ago
2e43b64
bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
by Zackery Spytz
· 6 years ago
dd754ca
bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)
by William Woodruff
· 6 years ago
41f0ef6
bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131)
by Pablo Galindo
· 6 years ago
9b6fec4
bpo-39336: Allow packages to not let their child modules be set on them (#18006)
by Dino Viehland
· 6 years ago
d3ae95e
bpo-35182: fix communicate() crash after child closes its pipes (GH-17020) (GH-18117)
by Alex Rebert
· 6 years ago
1f0f102
bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035)
by Dong-hee Na
· 6 years ago
b477d19
bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)
by Victor Stinner
· 6 years ago
0852c7d
bpo-39406: os.putenv() avoids putenv_dict on Windows (GH-18126)
by Victor Stinner
· 6 years ago
b73dd02
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)
by Victor Stinner
· 6 years ago
beea26b
bpo-39353: Deprecate the binhex module (GH-18025)
by Victor Stinner
· 6 years ago
14d80d0
bpo-39425: Fix list.count performance regression (GH-18119)
by Dong-hee Na
· 6 years ago
5bbac8c
bpo-39377: json: Update doc about the encoding option. (GH-18076)
by Inada Naoki
· 6 years ago
0d5eac8
closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105)
by Dong-hee Na
· 6 years ago
47be7d0
PyLong_AsLongLong() docs should say 'long long' (#18082)
by Keith Erskine
· 6 years ago
623ed61
bpo-39406: Add PY_PUTENV_DICT macro to posixmodule.c (GH-18106)
by Victor Stinner
· 6 years ago
56cd371
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
by Victor Stinner
· 6 years ago
59e2d26
Move test_math tests (GH-18098)
by Victor Stinner
· 6 years ago
629023c
bpo-33387: Fix compiler warning in frame_block_unwind() (GH-18099)
by Victor Stinner
· 6 years ago
eab3b3f
bpo-39389: gzip: fix compression level metadata (GH-18077)
by William Chargin
· 6 years ago
85ead4f
bpo-39396: Fix math.nextafter(-0.0, +0.0) on AIX 7.1 (GH-18094)
by Victor Stinner
· 6 years ago
ec64640
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
by Cheryl Sabella
· 6 years ago
8698b34
improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079)
by Carl Friedrich Bolz-Tereick
· 6 years ago
8d57a41
bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054)
by Peter Bittner
· 6 years ago
a96e06d
bpo-39386: Prevent double awaiting of async iterator (GH-18081)
by Andrew Svetlov
· 6 years ago
2c49bec
Fix asyncio.get_event_loop() documentation (GH-18051)
by Andrew Svetlov
· 6 years ago
1e420f8
bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (GH-18052)
by Nick Coghlan
· 6 years ago
5492bfc
bpo-39377: json: Remove the encoding option. (GH-18075)
by Inada Naoki
· 6 years ago
e96d954
bpo-38536: locale: Remove trailing space in formatted currency (GH-16864)
by Inada Naoki
· 6 years ago
d8ef644
bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
by Zackery Spytz
· 6 years ago
558f078
Fix typo from base to based (GH-18055)
by Michael Haas
· 6 years ago
cd7db76
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
by Pablo Galindo
· 6 years ago
6aabb63
Run doctests in GitHub actions Docs targer (GH-18041)
by Pablo Galindo
· 6 years ago
ef8844f
Fix Lock.locked() to remove extra bold highlighting (#18042)
by Grant Jenks
· 6 years ago
1d3b0aa
bpo-39356, zipfile: Remove code handling DeprecationWarning (GH-18027)
by Victor Stinner
· 6 years ago
10fd6b2
bpo-39357: Update bz2 docstring: remove buffering (GH-18036)
by Victor Stinner
· 6 years ago
9baf242
bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028)
by Victor Stinner
· 6 years ago
c5b7900
bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)
by Niklas Fiekas
· 6 years ago
4691a2f
bpo-39350: Remove deprecated fractions.gcd() (GH-18021)
by Victor Stinner
· 6 years ago
210c19e
bpo-39351: Remove base64.encodestring() (GH-18022)
by Victor Stinner
· 6 years ago
fad8b56
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)
by Oz N Tiram
· 6 years ago
01602ae
bpo-37958: Adding get_profile_dict to pstats (GH-15495)
by Daniel Olshansky
· 6 years ago
dc0284e
Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932)
by Antoine
· 6 years ago
e92d393
Fix compiler warning on Windows (GH-18012)
by Ammar Askar
· 6 years ago
e85a305
bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984)
by Victor Stinner
· 6 years ago
ed154c3
bpo-1635741: Port _json extension module to multiphase initialization (PEP 489) (GH-17835)
by Hai Shi
· 6 years ago
3f12ac1
bpo-39164: Fix compiler warning in PyErr_GetExcInfo() (GH-18010)
by Victor Stinner
· 6 years ago
cf288b5
Fix AsyncMock base class in the docs (GH-18008)
by Elena Oat
· 6 years ago
54f743e
Improve test coverage for AsyncMock. (GH-17906)
by Karthikeyan Singaravelan
· 6 years ago
45cf5db
Allow pgen to produce a DOT format dump of the grammar (GH-18005)
by Pablo Galindo
· 6 years ago
65a5ce2
bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998)
by Dong-hee Na
· 6 years ago
7d63780
bpo-38901: Allow setting a venv's prompt to the basename of the current directory. (GH-17946)
by Vinay Sajip
· 6 years ago
4b0d91a
venv: Suppress warning message when bash hashing is disabled. (GH-17966)
by Dima
· 6 years ago
b4cdb3f
Fix documentation in code.py (GH-17988)
by Kyle Pollina
· 6 years ago
f04750b
bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557)
by Václav Bartoš
· 6 years ago
b679137
bpo-39322: Add gc.is_finalized to the gc module docstring (GH-18000)
by Pablo Galindo
· 6 years ago
a2ec3f0
bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc (GH-17989)
by Pablo Galindo
· 6 years ago
1d1b97a
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
by Géry Ogam
· 6 years ago
Next »