Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
19b7f6694af56a1c9fdc0f1f9fc09ae48439ab4c
19b7f66
bpo-31972: Improve docstrings for pathlib classes (GH-5310)
by Miss Islington (bot)
· 7 years ago
034a945
bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)
by Miss Islington (bot)
· 7 years ago
ca82e3c
bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739)
by Miss Islington (bot)
· 7 years ago
2e84e47
bpo-25988: add NEWS entry for 3.7.0b2 (#5743)
by Ned Deily
· 7 years ago
0442de5
bpo-25988: Emit a warning when use or import ABCs from 'collections'. (GH-5734)
by Ivan Levkivskyi
· 7 years ago
3892899
bpo-31333: Re-implement ABCMeta in C (GH-5733)
by Ivan Levkivskyi
· 7 years ago
7da582d
Clean up Travis config (GH-5727)
by Miss Islington (bot)
· 7 years ago
fa9a502
[3.7] Improves the ability to build in CI (GH-5729)
by Miss Islington (bot)
· 7 years ago
d5be8e1
bpo-30638: Add clinic to `make regen-all` (GH-5671)
by Miss Islington (bot)
· 7 years ago
aeb5d73
Fix a typo in asyncio docs (GH-5721)
by Miss Islington (bot)
· 7 years ago
afb5e55
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
by Miss Islington (bot)
· 7 years ago
025544a
DOC: fix documentation for copyright and credits (GH-5706)
by Miss Islington (bot)
· 7 years ago
0f76411
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712)
by Miss Islington (bot)
· 7 years ago
3db05a3
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5710)
by Miss Islington (bot)
· 7 years ago
803e1a5
Correct the code example in Python 3.7's What's New (GH-5696)
by Miss Islington (bot)
· 7 years ago
af6eaae
bpo-32436: Add docs for contextvars (GH-5685)
by Miss Islington (bot)
· 7 years ago
f26b019
Update and sync importlib.resources documentation (GH-5694) (#5697)
by Miss Islington (bot)
· 7 years ago
f0616ce
Update comment in posixmodule.c (GH-5681)
by Miss Islington (bot)
· 7 years ago
8caee0f
bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665)
by Miss Islington (bot)
· 7 years ago
8e29fd4
Fix installation instructions for *nix (GH-5605)
by Miss Islington (bot)
· 7 years ago
deab193
remove mercurial dot files (GH-5558)
by Miss Islington (bot)
· 7 years ago
2e8d900
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
by Miss Islington (bot)
· 7 years ago
e81a6c8
bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)
by Miss Islington (bot)
· 7 years ago
ef20abe
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
by Miss Islington (bot)
· 7 years ago
9b5a90b
bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608)
by Miss Islington (bot)
· 7 years ago
53374cc
bpo-30579: Docs for dynamic traceback creation (GH-5653)
by Miss Islington (bot)
· 7 years ago
09819ef
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636) (GH-5650)
by Miss Islington (bot)
· 7 years ago
65c32bb
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
by Miss Islington (bot)
· 7 years ago
74ebbae
bpo-29248: Fix os.readlink() on Windows (GH-5577)
by Miss Islington (bot)
· 7 years ago
38b4dd7
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639)
by Miss Islington (bot)
· 7 years ago
0442599
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) (#5641)
by Miss Islington (bot)
· 7 years ago
972edd9
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5569)
by Miss Islington (bot)
· 7 years ago
ba4f218
bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622) (GH-5631)
by Miss Islington (bot)
· 7 years ago
09df4b7
Fix AppVeyor doc short-circuit (GH-5633)
by Miss Islington (bot)
· 7 years ago
40f7d9a
[3.7] Add short-circuit for doc changes to AppVeyor (GH-5626)
by Zachary Ware
· 7 years ago
fe61e8d
bpo-32604: Make _xxsubinterpreters build on Windows (GH-5624)
by Miss Islington (bot)
· 7 years ago
a0b998d
bpo-11015: Update test.support documentation (GH-5619)
by Miss Islington (bot)
· 7 years ago
170b3f7
bpo-32792: Preserve mapping order in ChainMap() (GH-5586) (#GH-5617)
by Miss Islington (bot)
· 7 years ago
e603320
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5611)
by Miss Islington (bot)
· 7 years ago
e39429a
travis: Use -O3 option (GH-5599)
by Miss Islington (bot)
· 7 years ago
2ef69a1
bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5602)
by Miss Islington (bot)
· 7 years ago
7df8049
Fix some warnings produced by different compilers. (GH-5593) (GH-5600)
by Miss Islington (bot)
· 7 years ago
3a047a7
Make formatting of some return codes conforming to the general style. (GH-5587) (GH-5597)
by Miss Islington (bot)
· 7 years ago
0e36173
bpo-32775: Fix regular expression warnings in fnmatch. (GH-5583) (GH-5596)
by Miss Islington (bot)
· 7 years ago
105fcbf
bpo-32585: Add tkinter.ttk.Spinbox. (GH-5221) (GH-5592)
by Miss Islington (bot)
· 7 years ago
ad3997c
bpo-32802: Fix Travis build (GH-5589) (GH-5590)
by Miss Islington (bot)
· 7 years ago
a747cf6
bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5546)
by Miss Islington (bot)
· 7 years ago
a702f6b
Fix typo in whatsnew/3.7.rst (GH-5551) (GH-5553)
by Miss Islington (bot)
· 7 years ago
4e7a964
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) (GH-5572)
by Miss Islington (bot)
· 7 years ago
2c6f668
bpo-30693: Fix tarfile test cleanup on MSWindows (GH-5557) (GH-5567)
by Miss Islington (bot)
· 7 years ago
2bb0bfa
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5562)
by Miss Islington (bot)
· 7 years ago
fea0a12
[3.7] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5543)
by Miss Islington (bot)
· 7 years ago
4abcbc0
bpo-30928: IDLE - update NEWS.txt. (GH-5539) (GH-5540)
by Miss Islington (bot)
· 7 years ago
5b933aa
bpo-32765: Update configdialog General tab create page docstring (GH-5529) (GH-5537)
by Miss Islington (bot)
· 7 years ago
5c5e61b
Fix typo -- missing "not" (GH-5528) (GH-5530)
by Miss Islington (bot)
· 7 years ago
e6499a0
Use assertTrue() instead of deprecated assert_(). (GH-5526) (GH-5527)
by Miss Islington (bot)
· 7 years ago
1a0239e
[3.7] bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5510)
by Miss Islington (bot)
· 7 years ago
133514e
bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) (GH-5524)
by Miss Islington (bot)
· 7 years ago
e86db34
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
by Miss Islington (bot)
· 7 years ago
52f7458
bpo-32739: Show default value for rotate() (GH-5485) (GH-5514)
by Miss Islington (bot)
· 7 years ago
f33eced
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507)
by Miss Islington (bot)
· 7 years ago
a23d30f
bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503)
by Barry Warsaw
· 7 years ago
2b5937e
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5501)
by Miss Islington (bot)
· 7 years ago
c7de1d7
bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) (#5499)
by Miss Islington (bot)
· 7 years ago
29fd9ea
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)
by Miss Islington (bot)
· 7 years ago
709f6ad
bpo-32733: Make test_coroutines robust against -Werror (GH-5487) (GH-5490)
by Miss Islington (bot)
· 7 years ago
e985afc
bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5488)
by Miss Islington (bot)
· 7 years ago
7876778
bpo-32436: Fix compiler warning (GH-5483) (GH-5486)
by Miss Islington (bot)
· 7 years ago
5d2dcd0
Fix typo in hamt.c comments (GH-5478) (#5484)
by Miss Islington (bot)
· 7 years ago
71a0b0e
Implement TimerHandle.when() (GH-5473) (GH-5480)
by Miss Islington (bot)
· 7 years ago
78758f2
[3.7] bpo-32711: Fix warnings for Python/ast_unparse.c (GH-5426) (#5475)
by Miss Islington (bot)
· 7 years ago
4d65430
bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199) (GH-5470)
by Miss Islington (bot)
· 7 years ago
7f38637
Update Doc build for split off of 3.7 branch
by Ned Deily
· 7 years ago
70e3042
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)
by Cheryl Sabella
· 7 years ago
f3da70f
Make site documentation more clear (#5461)
by Xiang Zhang
· 7 years ago
86fdad0
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
by Xiang Zhang
· 7 years ago
57750be
bpo-30693: zip+tarfile: sort directory listing (#2263)
by Bernhard M. Wiedemann
· 7 years ago
209108b
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451)
by Stéphane Wirtel
· 7 years ago
f5f8a74
finished 3.7.0b1 - on to b1+
by Ned Deily
· 7 years ago
9561d7f
Update NEWS, docs, and patchlevel for 3.7.0b1
by Ned Deily
· 7 years ago
7fdefac
bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6
by Ned Deily
· 7 years ago
1e17d4a
compare with difflib not diff(1) (GH-5450)
by Benjamin Peterson
· 7 years ago
8c9bb72
bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (GH-5448)
by Ned Deily
· 7 years ago
b8d9032
bpo-28914: Fix compilation of select on Android (#5447)
by Victor Stinner
· 7 years ago
763f094
bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445)
by Ned Deily
· 7 years ago
67adb31
bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)
by Stéphane Wirtel
· 7 years ago
066df4f
bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
by John Jolly
· 7 years ago
2e0ecde
bpo-28134: Ignore proto in unknown socket test (GH-5435)
by Christian Heimes
· 7 years ago
dd42cb7
bpo-31961: subprocess now accepts path-like args (GH-4329)
by Anders Lorentsen
· 7 years ago
14e976e
closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242)
by Eric Appelt
· 7 years ago
ce0f33d
bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
by Bo Bayles
· 7 years ago
9544180
closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441)
by Benjamin Peterson
· 7 years ago
3d86e48
bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346)
by Stéphane Wirtel
· 7 years ago
ce237c7
bpo-21417: Add compresslevel= to the zipfile module (GH-5385)
by Bo Bayles
· 7 years ago
f4d644f
bpo-25942: make subprocess more graceful on ^C (GH-5026)
by Gregory P. Smith
· 7 years ago
83e64c8
bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437)
by Eric Snow
· 7 years ago
9424dcb
bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401)
by Julien Palard
· 7 years ago
77526f0
replace dynamic import with 'exec' with importlib.import_module (#5433)
by Benjamin Peterson
· 7 years ago
7f8bfc9
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748)
by Eric Snow
· 7 years ago
332cd5e
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
by Mark Shannon
· 7 years ago
Next »