Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
af1d007bdb3d74cf107d1ad569f4d344f8c57fb8
af1d007
test.regrtest: flush stdout when display progress (GH-7105)
by Miss Islington (bot)
· 6 years ago
ef91dde
bpo-33012: Add -Wno-cast-function-type for gcc 8. (GH-6757)
by Serhiy Storchaka
· 6 years ago
82d727f
Document typing.NoReturn (GH-7107)
by Miss Islington (bot)
· 6 years ago
5734f41
bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099)
by Miss Islington (bot)
· 6 years ago
d9eb22c
bpo-33629: Prevent coredump in test_importlib (GH-7090)
by Miss Islington (bot)
· 6 years ago
2fe940c
bpo-33622: Fix issues with handling errors in the GC. (GH-7078)
by Miss Islington (bot)
· 6 years ago
b2ab5dc
bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)
by Miss Islington (bot)
· 6 years ago
dd7a255
bpo-33109: argparse subparsers are once again not required by default (GH-6919) (GH-7089)
by Miss Islington (bot)
· 6 years ago
fa286ed
bpo-33540: Add block_on_close attr to socketserver (GH-6911)
by Miss Islington (bot)
· 6 years ago
fa24c1c
[3.7] bpo-33353: Fix test_asyncio on FreeBSD (GH-7087)
by Victor Stinner
· 6 years ago
72ef4fc
[3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082)
by Miss Islington (bot)
· 6 years ago
508d769
bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069) (GH-7074)
by Miss Islington (bot)
· 6 years ago
2fc443c
bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)
by Miss Islington (bot)
· 6 years ago
0f9b68a
Reverse the meaning of is_argument when used for type check (GH-7039)
by Miss Islington (bot)
· 6 years ago
2751dcc
bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)
by Miss Islington (bot)
· 6 years ago
cd57b48
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)
by Miss Islington (bot)
· 6 years ago
1f22a30
[3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (GH-7061)
by Serhiy Storchaka
· 6 years ago
afec2d5
bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033)
by Miss Islington (bot)
· 6 years ago
ca6d7ae
Improve comments in test_idle.py. (GH-7057)
by Miss Islington (bot)
· 6 years ago
25fd6cc
bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048)
by Miss Islington (bot)
· 6 years ago
fecad4a
[3.7] Fix line breaks added after hyphens by blurb. (GH-7002) (GH-7050)
by Serhiy Storchaka
· 6 years ago
3718f92
Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038)
by Miss Islington (bot)
· 6 years ago
e1a78ca
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
by Miss Islington (bot)
· 6 years ago
d9055f8
Fix lambda parameters being refered as arguments (GH-7037)
by Miss Islington (bot)
· 6 years ago
2b4ed5d
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
by Miss Islington (bot)
· 7 years ago
316f869
Use IPv4 only to avoid IP address collision (GH-7030)
by Miss Islington (bot)
· 7 years ago
4d39ade
Fix asyncio flaky tests (GH-7023) (#7024)
by Miss Islington (bot)
· 7 years ago
b8b8000
bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7022)
by Miss Islington (bot)
· 7 years ago
4ecdc11
bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991) (GH-7012)
by Miss Islington (bot)
· 7 years ago
98a18de
Add idlelib and IDLE section to What's New in 3.7. (GH-7019) (GH-7020)
by Miss Islington (bot)
· 7 years ago
b85115e
[3.7] bpo-32262: Fix typo in f-string (GH-7016)
by Miss Islington (bot)
· 7 years ago
073eca3
bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922)
by Miss Islington (bot)
· 7 years ago
736e3b3
bpo-30940: Updating round() docs. (GH-6342) (GH-7009)
by Miss Islington (bot)
· 7 years ago
296b60a
Docs: be less specific about python versions (GH-6985) (GH-7008)
by Miss Islington (bot)
· 7 years ago
b32f889
[3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927)
by Serhiy Storchaka
· 7 years ago
52d1741
bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (GH-7005)
by Miss Islington (bot)
· 7 years ago
28ea38b9
bpo-26819: Prevent proactor double read on resume (GH-6921)
by Miss Islington (bot)
· 7 years ago
f0af69f
bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) (GH-7000)
by Miss Islington (bot)
· 7 years ago
15f3d0c
[3.7] bpo-32996: The bulk of What's New in Python 3.7 (GH-6978). (GH-6998)
by Elvis Pranskevichus
· 7 years ago
222ae1e
bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (#6996)
by Miss Islington (bot)
· 7 years ago
6414da9
Fix typo in error message when decoding PYTHONPATH. (GH-6981) (GH-6993)
by Miss Islington (bot)
· 7 years ago
0efa135
bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638)
by Miss Islington (bot)
· 7 years ago
436972e
bpo-19950: Clarify unittest TestCase instance use. (GH-6875) (GH-6938)
by Miss Islington (bot)
· 7 years ago
a3a554a
[3.7] bpo-33518: Add PEP entry to documentation glossary (GH-6860) (#6934)
by Andrés Delfino
· 7 years ago
09ca590
bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979)
by Miss Islington (bot)
· 7 years ago
abde17e
bpo-33556: Remove reference to thread module from docstring (GH-6963)
by Miss Islington (bot)
· 7 years ago
bef7031
Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967)
by Miss Islington (bot)
· 7 years ago
b2a02b9
bpo-33564: Add async to IDLE's code context block openers. (GH-6960) (#6961)
by Miss Islington (bot)
· 7 years ago
efa6427
bpo-33559: Attribute changed repr of exceptions (GH-6954)
by Miss Islington (bot)
· 7 years ago
df4852c
Fix Windows build of Python for latest WinSDK. (GH-6874) (GH-6952)
by Miss Islington (bot)
· 7 years ago
f34ade3
asyncio/docs: Mark asyncio.run() as provisional in 3.7. (GH-6946) (GH-6949)
by Miss Islington (bot)
· 7 years ago
54fc497
bpo-33559: Document changed repr of exceptions (GH-6943) (GH-6950)
by Miss Islington (bot)
· 7 years ago
d27bc91
Only upload docs for CI build and not pull requests (GH-6945)
by Miss Islington (bot)
· 7 years ago
56882db
Provide a little better debug output (GH-6940) (#6942)
by Miss Islington (bot)
· 7 years ago
6417d33
bpo-33537: Add an __all__ to importlib.resources (GH-6920) (#6941)
by Miss Islington (bot)
· 7 years ago
8965d75
bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926)
by Miss Islington (bot)
· 7 years ago
54a5247
Update Python Folder.icns icon file to match new macOS look (GH-1780) (GH-6930)
by Miss Islington (bot)
· 7 years ago
216a277
bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) (GH-6929)
by Miss Islington (bot)
· 7 years ago
d504108
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) (GH-6928)
by Miss Islington (bot)
· 7 years ago
9c17cd3
Fix ClassVar as string fails when getting type hints (GH-6824) (#6912)
by Miss Islington (bot)
· 7 years ago
0c62e09
bpo-32216: Update dataclasses documentation (GH-6913) (#6918)
by Miss Islington (bot)
· 7 years ago
447fdd1
bpo-24318: Rewrite the README PGO section. (GH-6863)
by Miss Islington (bot)
· 7 years ago
6409e75
bpo-33536: Validate make_dataclass() field names. (GH-6906)
by Miss Islington (bot)
· 7 years ago
e2db6ad
[3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) (#6877)
by Miss Islington (bot)
· 7 years ago
51b2f6d
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) (GH-6872)
by Miss Islington (bot)
· 7 years ago
81defcc
Minor tweaks to dataclasses docs. (GH-6903)
by Miss Islington (bot)
· 7 years ago
8e20fc3
bpo-33534: Remove unneeded test. (GH-6897)
by Miss Islington (bot)
· 7 years ago
8d486fb
Reflow dataclasses comments (GH-6893)
by Miss Islington (bot)
· 7 years ago
04e96da
bpo-32216: Add documentation for dataclasses (GH-6886)
by Miss Islington (bot)
· 7 years ago
4af6110
bpo-32384: Skip test when _testcapi isn't available (GH-4940)
by Miss Islington (bot)
· 7 years ago
c73268a
bpo-33453: Handle string type annotations in dataclasses. (GH-6768)
by Miss Islington (bot)
· 7 years ago
3d48443
bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (GH-6873)
by Miss Islington (bot)
· 7 years ago
2cdb70a
bpo-33465: Use an unlikely to be built-in C extension in a test (GH-6797) (#6869)
by Miss Islington (bot)
· 7 years ago
820219f
bpo-33509: Fix _warnings for module_globals=None (GH-6833)
by Miss Islington (bot)
· 7 years ago
8717cfe
bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846)
by Miss Islington (bot)
· 7 years ago
f4fdb61
bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) (GH-6862)
by Miss Islington (bot)
· 7 years ago
6bd0c47
bpo-32604: Remove xid registry. (#6813)
by Eric Snow
· 7 years ago
5c7e079
bpo-33517: dataclasses: Add the field type to Field repr (GH-6858)
by Miss Islington (bot)
· 7 years ago
28ff86e
Remove accidentally checked in files. (GH-6835) (GH-6844)
by Miss Islington (bot)
· 7 years ago
2ce72e2
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
by Miss Islington (bot)
· 7 years ago
cc598ae
Add AsyncContextManager to typing module documentation. (GH-6822)
by Miss Islington (bot)
· 7 years ago
b57aeac
bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812)
by Miss Islington (bot)
· 7 years ago
3b26e8c
Fixed an unused variable warning introduced in GH-6800 (GH-6816)
by Miss Islington (bot)
· 7 years ago
5195039
bpo-33497: Add NEWS and ACKS entries. (GH-6838) (GH-6840)
by Miss Islington (bot)
· 7 years ago
e8f968d
bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) (GH-6837)
by Miss Islington (bot)
· 7 years ago
8e633a4
bpo-20104: Remove posix_spawn from 3.7 (GH-6794)
by Pablo Galindo
· 7 years ago
c6348cf
Add versionchanged in create_datagram_endpoint doc (GH-4697)
by Miss Islington (bot)
· 7 years ago
c3fa1f2
[3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795)
by Miss Islington (bot)
· 7 years ago
67d1968
Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6807)
by Miss Islington (bot)
· 7 years ago
ceb45f0
bpo-33494: Change dataclasses.Fields repr to use the repr of each of its members (GH-6798)
by Miss Islington (bot)
· 7 years ago
050e041
bpo-22069: Update TextIO documentation (GH-6609)
by Miss Islington (bot)
· 7 years ago
2e01f7d
bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246)
by Miss Islington (bot)
· 7 years ago
f1ee4a2
[3.7] bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786)
by Benjamin Peterson
· 7 years ago
8ed545f
bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)
by Miss Islington (bot)
· 7 years ago
6e9456e
bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753)
by Miss Islington (bot)
· 7 years ago
c5444b3
Fix a bug in Generic.__new__ (GH-6758)
by Miss Islington (bot)
· 7 years ago
22df418
bpo-26701: Tweak the documentation for special methods in int(). (GH-6741)
by Miss Islington (bot)
· 7 years ago
8ffff34
bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738)
by Miss Islington (bot)
· 7 years ago
c587235
Fix superfluous if in documentation. (GH-6728)
by Miss Islington (bot)
· 7 years ago
a0ff519
Fix typo in __mul__ and __rmul__ docstring (GH-6674)
by Miss Islington (bot)
· 7 years ago
Next »