Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6240917b773b52f8883387b9e3a5f327a4372068
6240917
bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)
by Steve Dower
· 7 years ago
5537646
bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758)
by Zachary Ware
· 7 years ago
4c7108a
bpo-32682: Improve libz version parsing in test_zilb (GH-5347)
by pmp-p
· 7 years ago
dfa015c
bpo-31972: Improve docstrings for pathlib classes (#5310)
by chason
· 7 years ago
08a6926
Improve error message for "setup.py upload" without dist files (#21060)
by Éric Araujo
· 7 years ago
3fb813d
bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)
by Terry Jan Reedy
· 7 years ago
b3b4a9d
bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (#5739)
by Alexey Izbyshev
· 7 years ago
e8eb972
Correct venv doc (fix #32540) (#5736)
by TROUVERIE Joachim
· 7 years ago
7eb3f82
Clean up Travis config (GH-5727)
by Zachary Ware
· 7 years ago
03e3c34
bpo-31333: Re-implement ABCMeta in C (#5273)
by Ivan Levkivskyi
· 7 years ago
667b91a
Add missing backslashes to get_externals.bat (GH-5731)
by Steve Dower
· 7 years ago
01423cb
Improves the ability to build in CI (GH-5728)
by Steve Dower
· 7 years ago
d6ff8a7
bpo-30638: Add clinic to `make regen-all` (GH-5671)
by Zachary Ware
· 7 years ago
17ab8f0
Fix a typo in asyncio docs (#5721)
by Andrew Svetlov
· 7 years ago
9f42232
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
by Kyle Altendorf
· 7 years ago
243d6d7
DOC: fix documentation for copyright and credits (GH-5706)
by Gerrit Holl
· 7 years ago
6887d86
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712)
by Zackery Spytz
· 7 years ago
4c6955e
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5709)
by Eric Snow
· 7 years ago
bd09335
bpo-32436: Add docs for contextvars (#5685)
by Yury Selivanov
· 7 years ago
b65cb16
Correct the code example in Python 3.7's What's New (GH-5696)
by xpvpc
· 7 years ago
997b8c1
Update and sync importlib.resources documentation (#5694)
by Barry Warsaw
· 7 years ago
7745ec4
Update comment in posixmodule.c (GH-5681)
by ngie-eign
· 7 years ago
5746510
bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665)
by Bar Harel
· 7 years ago
3384d38
Fix installation instructions for *nix (GH-5605)
by Eitan Adler
· 7 years ago
2b86f4c
remove mercurial dot files (GH-5558)
by Benjamin Peterson
· 7 years ago
88c38a4
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
by Zackery Spytz
· 7 years ago
f0bc645
bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)
by INADA Naoki
· 7 years ago
2b77a92
bpo-29803: remove a redandunt op and fix a comment in unicodeobject.c (#660)
by Xiang Zhang
· 7 years ago
d019bc8
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
by Oren Milman
· 7 years ago
aec7532
bpo-30579: Docs for dynamic traceback creation (GH-5653)
by Nick Coghlan
· 7 years ago
da6c3da
bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608)
by Segev Finer
· 7 years ago
b7e2d67
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636)
by Serhiy Storchaka
· 7 years ago
688722c
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
by Terry Jan Reedy
· 7 years ago
f34e03e
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639)
by Terry Jan Reedy
· 7 years ago
7766b96
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)
by Коренберг Марк
· 7 years ago
3c34aad
bpo-29248: Fix os.readlink() on Windows (GH-5577)
by SSE4
· 7 years ago
6ea20fc
Fix AppVeyor doc short-circuit (GH-5632)
by Zachary Ware
· 7 years ago
e14c010
bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622)
by Pablo Galindo
· 7 years ago
28607e0
Add short-circuit for doc changes to AppVeyor (GH-5519)
by Zachary Ware
· 7 years ago
310b052
bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516)
by Zachary Ware
· 7 years ago
136c8e0
Code beautification using f-strings (#5618)
by Raymond Hettinger
· 7 years ago
988fb28
bpo-11015: Update test.support documentation (GH-5610)
by Cheryl Sabella
· 7 years ago
3793f95
bpo-32792: Preserve mapping order in ChainMap() (GH-5586)
by Raymond Hettinger
· 7 years ago
8d1f2f4
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)
by sblondon
· 7 years ago
8ff5356
travis: Use -O3 option (GH-5599)
by INADA Naoki
· 7 years ago
5df5286
bpo-30688: Import unicodedata only when needed. (GH-5606)
by Zhou Fangyi
· 7 years ago
a445feb
bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)
by Serhiy Storchaka
· 7 years ago
2411292
bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601)
by Serhiy Storchaka
· 7 years ago
bfe4fd5
Fix some warnings produced by different compilers. (#5593)
by Serhiy Storchaka
· 7 years ago
5bb0005
Make formatting of some return codes conforming to the general style. (#5587)
by Serhiy Storchaka
· 7 years ago
23cdbfa
bpo-32775: Fix regular expression warnings in fnmatch. (#5583)
by Serhiy Storchaka
· 7 years ago
feaefc7
Cleanup inspect
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 7 years ago
a48e78a
bpo-32585: Add tkinter.ttk.Spinbox. (#5221)
by Alan D Moore
· 7 years ago
32921f9
bpo-32802: Fix Travis build (GH-5589)
by Stéphane Wirtel
· 7 years ago
fc1ce81
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)
by Brice Gros
· 7 years ago
517da1e
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568)
by Alexey
· 7 years ago
4ad703b
bpo-30693: Fix tarfile test cleanup on MSWindows (#5557)
by Bernhard M. Wiedemann
· 7 years ago
c1e46e9
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
by Alexey Izbyshev
· 7 years ago
22864bc
Add What's new entry for datetime.fromisoformat (#5559)
by Paul Ganssle
· 7 years ago
6c85efa5
bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497)
by Serhiy Storchaka
· 7 years ago
c309bcf
Fix typo in whatsnew/3.7.rst (GH-5551)
by Dag Heyman
· 7 years ago
7a561af
bpo-32720: Fixed the replacement field grammar documentation. (GH-5544)
by Mariatta
· 7 years ago
d1f3181
bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4754)
by Cheryl Sabella
· 7 years ago
05e8067
Add entry for uniform lower context; add 'since' to be explicit. (GH-5539)
by Terry Jan Reedy
· 7 years ago
845d864
bpo-32765: Update configdialog General tab create page docstring (GH-5529)
by Cheryl Sabella
· 7 years ago
6850450
Try to fix the AppVeyor cache mechanism (GH-5536)
by Zachary Ware
· 7 years ago
7de25b1
Fix version in AppVeyor (GH-5535)
by Zachary Ware
· 7 years ago
ca6c125
Fix typo -- missing "not" (GH-5528)
by Raymond Hettinger
· 7 years ago
95c3262
Use assertTrue() instead of deprecated assert_(). (#5526)
by Serhiy Storchaka
· 7 years ago
07ca9af
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564)
by Serhiy Storchaka
· 7 years ago
8b5fa28
bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482)
by nathankerr96
· 7 years ago
c3d9508
bpo-32746: Fix multiple typos (GH-5144)
by Leo Arias
· 7 years ago
589c718
bpo-32739: Show default value for rotate() (GH-5485)
by Raymond Hettinger
· 7 years ago
38bfa84
bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474)
by Mario Corchero
· 7 years ago
4e9da0d
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507)
by Eric Snow
· 7 years ago
2f79c01
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466)
by Bar Harel
· 7 years ago
6677142
bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265)
by Cheryl Sabella
· 7 years ago
bbbcf86
bpo-32303 - Consistency fixes for namespace loaders (#5481)
by Barry Warsaw
· 7 years ago
383b32f
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
by Yury Selivanov
· 7 years ago
aa0735f
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
by oldk
· 7 years ago
2efb973
bpo-32733: Make test_coroutines robust against -Werror (GH-5487)
by Nathaniel J. Smith
· 7 years ago
461d225
bpo-32674: Improve the docstring for __import__ (GH-5339)
by oldk
· 7 years ago
55e0839
bpo-32436: Fix compiler warning (#5483)
by Yury Selivanov
· 7 years ago
01a0cb8
Fix typo in hamt.c comments (#5478)
by Dmitry Alimov
· 7 years ago
3d4dbd8
Implement TimerHandle.when() (#5473)
by Andrew Svetlov
· 7 years ago
83ab995
bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)
by Stéphane Wirtel
· 7 years ago
97f1ca1
[3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. (GH-3651)
by Serhiy Storchaka
· 7 years ago
12e7cd8
bpo-32565: Add missed versionadded directives for all new opcodes. (#5199)
by Serhiy Storchaka
· 7 years ago
ab32875
bpo-32722: Remove useless example in the Classes tutorial (#5446)
by Stéphane Wirtel
· 7 years ago
07a1892
Update Doc build to 3.8
by Ned Deily
· 7 years ago
5489bda
Start of 3.8.0a0
by Ned Deily
· 7 years ago
6e41cd9
Update NEWS, docs, and patchlevel for 3.7.0b1
by Ned Deily
· 7 years ago
1ca2ffd
bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6
by Ned Deily
· 7 years ago
b299393
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)
by Cheryl Sabella
· 7 years ago
c66f9f8
bpo-25988: Emit a warning when use or import ABCs from 'collections'. (#5460)
by Serhiy Storchaka
· 7 years ago
a29ddf4
Make site documentation more clear (#5461)
by Xiang Zhang
· 7 years ago
2c7fd46
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
by Xiang Zhang
· 7 years ago
8452104
bpo-30693: zip+tarfile: sort directory listing (#2263)
by Bernhard M. Wiedemann
· 7 years ago
8d83e4b
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451)
by Stéphane Wirtel
· 7 years ago
1e17d4a
compare with difflib not diff(1) (GH-5450)
by Benjamin Peterson
· 7 years ago
Next »