index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31972: Improve docstrings for pathlib classes (#5310)
chason
2018-02-18
1
-0/+1
*
Improve error message for "setup.py upload" without dist files (#21060)
Éric Araujo
2018-02-18
1
-0/+3
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
1
-0/+10
*
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
Kyle Altendorf
2018-02-17
1
-0/+1
*
bpo-32436: Add docs for contextvars (#5685)
Yury Selivanov
2018-02-16
1
-0/+1
*
bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665)
Bar Harel
2018-02-14
1
-0/+2
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Oren Milman
2018-02-13
1
-0/+2
*
bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (...
Segev Finer
2018-02-13
1
-0/+2
*
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
Terry Jan Reedy
2018-02-12
1
-0/+2
*
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5...
Terry Jan Reedy
2018-02-12
1
-0/+5
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)
Коренберг Марк
2018-02-12
1
-0/+4
*
bpo-29248: Fix os.readlink() on Windows (GH-5577)
SSE4
2018-02-12
1
-0/+3
*
bpo-11015: Update test.support documentation (GH-5610)
Cheryl Sabella
2018-02-11
1
-0/+1
*
bpo-32792: Preserve mapping order in ChainMap() (GH-5586)
Raymond Hettinger
2018-02-11
1
-0/+1
*
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)
sblondon
2018-02-10
1
-0/+1
*
bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)
Serhiy Storchaka
2018-02-09
2
-0/+3
*
bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601)
Serhiy Storchaka
2018-02-09
2
-0/+3
*
bpo-32775: Fix regular expression warnings in fnmatch. (#5583)
Serhiy Storchaka
2018-02-09
1
-0/+5
*
bpo-32585: Add tkinter.ttk.Spinbox. (#5221)
Alan D Moore
2018-02-09
2
-0/+2
*
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
Alexey Izbyshev
2018-02-06
1
-0/+3
*
bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (...
Serhiy Storchaka
2018-02-05
1
-0/+3
*
bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4...
Cheryl Sabella
2018-02-05
1
-0/+2
*
bpo-32765: Update configdialog General tab create page docstring (GH-5529)
Cheryl Sabella
2018-02-04
1
-0/+1
*
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-...
Serhiy Storchaka
2018-02-04
1
-0/+2
*
bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474)
Mario Corchero
2018-02-03
1
-0/+1
*
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466)
Bar Harel
2018-02-02
2
-0/+3
*
bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265)
Cheryl Sabella
2018-02-02
1
-0/+3
*
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
2018-02-02
2
-0/+3
*
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
Yury Selivanov
2018-02-02
2
-11/+2
*
Implement TimerHandle.when() (#5473)
Andrew Svetlov
2018-02-01
1
-0/+1
*
bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)
Stéphane Wirtel
2018-02-01
1
-0/+1
*
[3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selectio...
Serhiy Storchaka
2018-02-01
1
-0/+3
*
bpo-32722: Remove useless example in the Classes tutorial (#5446)
Stéphane Wirtel
2018-02-01
1
-0/+2
*
Update NEWS, docs, and patchlevel for 3.7.0b1
Ned Deily
2018-01-31
88
-187/+888
*
bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6
Ned Deily
2018-01-31
1
-1/+1
*
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
Xiang Zhang
2018-01-31
1
-0/+2
*
bpo-30693: zip+tarfile: sort directory listing (#2263)
Bernhard M. Wiedemann
2018-01-31
2
-0/+2
*
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and...
Stéphane Wirtel
2018-01-31
1
-0/+1
*
bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (...
Ned Deily
2018-01-30
1
-0/+4
*
bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445)
Ned Deily
2018-01-30
1
-0/+2
*
bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)
Stéphane Wirtel
2018-01-30
1
-0/+2
*
bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
John Jolly
2018-01-30
1
-0/+2
*
bpo-31961: subprocess now accepts path-like args (GH-4329)
Anders Lorentsen
2018-01-30
1
-0/+4
*
bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
Bo Bayles
2018-01-30
2
-0/+2
*
closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441)
Benjamin Peterson
2018-01-30
1
-0/+1
*
bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (...
Stéphane Wirtel
2018-01-30
1
-0/+2
*
bpo-21417: Add compresslevel= to the zipfile module (GH-5385)
Bo Bayles
2018-01-30
1
-0/+1
*
bpo-25942: make subprocess more graceful on ^C (GH-5026)
Gregory P. Smith
2018-01-30
1
-0/+6
*
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...
Eric Snow
2018-01-30
1
-0/+4
*
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon
2018-01-30
1
-0/+1
[next]