Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
480833808e918a1dcebbbcfd07d5a8de3c5c2a66
/
Lib
cfaafda
bpo-35317: Fix mktime() error in test_email (GH-10721)
by Victor Stinner
· 6 years ago
b619b09
bpo-31241: Fix AST node position for list and generator comprehensions. (GH-10633)
by Serhiy Storchaka
· 6 years ago
d1cbc6f
Include the highest pickle protocol in a couple of tests. (GH-10735)
by Zackery Spytz
· 6 years ago
8c281ed
bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)
by Zhiming Wang
· 6 years ago
65c216e
bpo-33723: Fix test_time.test_thread_time() (GH-10724)
by Victor Stinner
· 6 years ago
433433f
Adds IPv6 support when invoking http.server directly. (GH-10595)
by Lisa Roach
· 6 years ago
282c03d
pythoninfo: log more environment variable (GH-10719)
by Victor Stinner
· 6 years ago
c2e1607
bpo-34100: Merge constants recursively (GH-8341)
by INADA Naoki
· 6 years ago
f0b366a
bpo-35313: Cleanup test_embed.py (GH-10716)
by Victor Stinner
· 6 years ago
a6537fb
bpo-35313: Fix test_embed when run from venv (GH-10713)
by Victor Stinner
· 6 years ago
1586958
closes bpo-35309: cpath should be capath (GH-10699)
by Boštjan Mejak
· 6 years ago
4bb186d
bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592)
by Serhiy Storchaka
· 6 years ago
1d817e4
bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)
by Dustin Spicuzza
· 6 years ago
9de3632
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)
by Victor Stinner
· 6 years ago
b409ffa
bpo-35189: Retry fnctl calls on EINTR (GH-10413)
by nierob
· 6 years ago
f1d002c
bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642)
by Victor Stinner
· 6 years ago
aac1f81
bpo-35189: Fix eintr_tester.py (GH-10637)
by Victor Stinner
· 6 years ago
7c2d570
bpo-35290: Add debug info to test_c_locale_coercion (GH-10631)
by Victor Stinner
· 6 years ago
3ec0f49
bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
by Serhiy Storchaka
· 6 years ago
97f1efb
bpo-35169: Improve error messages for forbidden assignments. (GH-10342)
by Serhiy Storchaka
· 6 years ago
8b9c33e
Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598)
by Donald Stufft
· 6 years ago
38df97a
Add --tempdir option for test run (GH-10322)
by Steve Dower
· 6 years ago
5a087d5
bpo-35202: Remove more unused imports in idlelib (GH-10573)
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 6 years ago
90d0cfb
bpo-35202: Remove unused imports in tests. (GH-10561)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
4edeaea
bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
37cd982
bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)
by Victor Stinner
· 6 years ago
b65413b
bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478)
by Terry Jan Reedy
· 6 years ago
70f61b9
bpo-35202: Remove unused imports in Lib directory (GH-10450)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
01de89c
bpo-35233: InitConfigTests tests more config vars (GH-10541)
by Victor Stinner
· 6 years ago
7ddd56f
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
by Victor Stinner
· 6 years ago
00b137c
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
by Victor Stinner
· 6 years ago
f966e53
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510)
by Victor Stinner
· 6 years ago
2c07c49
bpo-29564: warnings suggests to enable tracemalloc (GH-10486)
by Victor Stinner
· 6 years ago
7438792
bpo-30064: Refactor sock_* asyncio API (#10419)
by Andrew Svetlov
· 6 years ago
19c46a4
bpo-33695 shutil.copytree() + os.scandir() cache (#7874)
by Giampaolo Rodola
· 6 years ago
50ff02b
bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
by Terry Jan Reedy
· 6 years ago
b9498e2
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
43a74ab
bpo-35202: Remove unused imports in idlelib (GH-10438)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
2d1bc53
bpo-35202: Remove unused imports in Lib directory. (GH-10445)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
0a18e05
Hoist the float conversion out of the inner loop. (GH-10430)
by Raymond Hettinger
· 6 years ago
0f221d0
bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190)
by Lisa Roach
· 6 years ago
49fa4a9
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418)
by Gregory P. Smith
· 6 years ago
fd512d7
bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212)
by Vincent Michel
· 6 years ago
a44d34e
bpo-34966: Improve support of method aliases in pydoc. (GH-9823)
by Serhiy Storchaka
· 6 years ago
6843ffe
Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403)
by Pablo Galindo
· 6 years ago
b939250
Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)
by Pablo Galindo
· 6 years ago
a6e956b
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
by Elvis Pranskevichus
· 6 years ago
c64583b
bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)
by samstagern
· 6 years ago
637a33b
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
by Cheryl Sabella
· 6 years ago
5598cc9
bpo-34160: Preserve order of attributes in minidom. (GH-10219)
by Diego Rojas
· 6 years ago
f194479
bpo-31553: add --json-lines option to json.tool (#10051)
by HongWeipeng
· 6 years ago
0e7497c
bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)
by guoci
· 6 years ago
76cd0c3
bpo-33000: Document that IDLE's shell has no line limit. (#10373)
by Terry Jan Reedy
· 6 years ago
bccacd1
bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connection (GH-10305)
by Alexander Buchkovsky
· 6 years ago
75d9d59
bpo-23220: Explain how IDLE's Shell displays output (GH-10356)
by Terry Jan Reedy
· 6 years ago
f1b9ad3
closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347)
by Alexey Izbyshev
· 6 years ago
f1d3efc
bpo-35099: Update idlelib/help.html (#10353)
by Terry Jan Reedy
· 6 years ago
6531bf6
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
by Rémi Lapeyre
· 6 years ago
34fd4c2
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
by Serhiy Storchaka
· 6 years ago
ad1a25f
bpo-32512: Add -m option to profile for profiling modules (#5132)
by Mario Corchero
· 6 years ago
2810dd7
closes bpo-32285: Add unicodedata.is_normalized. (GH-4806)
by Max Bélanger
· 6 years ago
5d236ca
bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614)
by Julien Palard
· 6 years ago
59668aa
bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318)
by Lysandros Nikolaou
· 6 years ago
3e28eed
bpo-34969: Add --fast, --best on the gzip CLI (GH-9833)
by Stéphane Wirtel
· 6 years ago
488c0a6
bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290)
by Christopher Thorne
· 6 years ago
ac22f6a
bpo-33578: Add getstate/setstate for CJK codec (GH-6984)
by Christopher Thorne
· 6 years ago
4b5e62d
bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268)
by Pablo Aguiar
· 6 years ago
b08746b
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217)
by Xiang Zhang
· 6 years ago
0353b4e
bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239)
by Serhiy Storchaka
· 6 years ago
b232df9
bpo-31680: Add curses.ncurses_version. (GH-4217)
by Serhiy Storchaka
· 6 years ago
3e429dc
bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398)
by Serhiy Storchaka
· 6 years ago
95b6acf
bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731)
by Serhiy Storchaka
· 6 years ago
f6a47f3
bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011)
by Pablo Galindo
· 6 years ago
0227748
bpo-34945: Buffer output in test suite only when creating junit file (GH-10204)
by Pablo Galindo
· 6 years ago
3b05ad7
bpo-34160: Preserve user specified order of Element attributes in html. (GH-10190)
by Serhiy Storchaka
· 6 years ago
c93c58b
bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565)
by Serhiy Storchaka
· 6 years ago
ea9c8bd
bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206)
by Terry Jan Reedy
· 6 years ago
47d9424
bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090)
by Petter Strandmark
· 6 years ago
1803263
Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195)
by Terry Jan Reedy
· 6 years ago
372d705
bpo-33234 Improve list() pre-sizing for inputs with known lengths (GH-9846)
by Pablo Galindo
· 6 years ago
569d12f
Fix yet one error in checking Tcl version. (GH-10189)
by Serhiy Storchaka
· 6 years ago
e3685fd
bpo-34160: Preserve user specified order of Element attributes (GH-10163)
by Raymond Hettinger
· 6 years ago
18d57b4
Fix checking for bugfix Tcl version. (GH-10185)
by Serhiy Storchaka
· 6 years ago
68d6dc0
bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169)
by Terry Jan Reedy
· 6 years ago
6015cc5
bpo-32892: Support subclasses of base types in isinstance checks for AST constants. (GH-9934)
by Serhiy Storchaka
· 6 years ago
2b555fc
bpo-35088: Update idlelib.help.copy_string docstring (#10164)
by Terry Jan Reedy
· 6 years ago
db40cb5
bpo-35087: Update idlelib help files for the current doc build. (GH-10162)
by Terry Jan Reedy
· 6 years ago
aeb1be5
bpo-34751: improved hash function for tuples (GH-9471)
by jdemeyer
· 6 years ago
53125a5
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
by Steve Dower
· 6 years ago
fec35c9
bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139)
by Serhiy Storchaka
· 6 years ago
9e14e49
bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998)
by Quentin Agren
· 6 years ago
a6dc531
bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576)
by Andrés Delfino
· 6 years ago
10cb376
bpo-35017, socketserver: don't accept request after shutdown (GH-9952)
by Denis Ledoux
· 6 years ago
7cd2543
bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfunction work with functools.partial (GH-9903)
by Pablo Galindo
· 6 years ago
3ec9af7
bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109)
by Victor Stinner
· 6 years ago
6c83d9f
bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960)
by Max Bélanger
· 6 years ago
626bff8
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
by Victor Stinner
· 6 years ago
18618e65
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
by Victor Stinner
· 6 years ago
d03b775
bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)
by Tim Graham
· 6 years ago
e25d5fc
bpo-32321: Add pure Python fallback for functools.reduce (GH-8548)
by madman-bob
· 6 years ago
Next »