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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32604: Swap threads only if the interpreter is different. (gh-5778)
Eric Snow
2018-02-20
1
-0/+49
*
bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...
Zackery Spytz
2018-02-20
2
-0/+9
*
bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)
Steve Dower
2018-02-20
2
-0/+31
*
bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758)
Zachary Ware
2018-02-19
1
-1/+1
*
bpo-32682: Improve libz version parsing in test_zilb (GH-5347)
pmp-p
2018-02-19
1
-4/+9
*
bpo-31972: Improve docstrings for pathlib classes (#5310)
chason
2018-02-18
1
-1/+29
*
Improve error message for "setup.py upload" without dist files (#21060)
Éric Araujo
2018-02-18
1
-1/+2
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
5
-536/+631
*
Improves the ability to build in CI (GH-5728)
Steve Dower
2018-02-18
2
-6/+13
*
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
Kyle Altendorf
2018-02-17
2
-1/+11
*
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...
Eric Snow
2018-02-17
1
-9/+69
*
bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665)
Bar Harel
2018-02-14
2
-5/+32
*
bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)
INADA Naoki
2018-02-13
1
-0/+1
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Oren Milman
2018-02-13
6
-0/+74
*
bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (...
Segev Finer
2018-02-13
1
-4/+6
*
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
Terry Jan Reedy
2018-02-12
2
-4/+5
*
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5...
Terry Jan Reedy
2018-02-12
1
-25/+27
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)
Коренберг Марк
2018-02-12
1
-0/+66
*
bpo-29248: Fix os.readlink() on Windows (GH-5577)
SSE4
2018-02-12
1
-0/+15
*
Code beautification using f-strings (#5618)
Raymond Hettinger
2018-02-11
1
-2/+1
*
bpo-32792: Preserve mapping order in ChainMap() (GH-5586)
Raymond Hettinger
2018-02-11
2
-1/+21
*
bpo-30688: Import unicodedata only when needed. (GH-5606)
Zhou Fangyi
2018-02-10
1
-1/+2
*
bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)
Serhiy Storchaka
2018-02-09
2
-7/+66
*
bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601)
Serhiy Storchaka
2018-02-09
2
-1/+11
*
bpo-32775: Fix regular expression warnings in fnmatch. (#5583)
Serhiy Storchaka
2018-02-09
2
-2/+33
*
Cleanup inspect
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-02-09
1
-4/+4
*
bpo-32585: Add tkinter.ttk.Spinbox. (#5221)
Alan D Moore
2018-02-09
2
-2/+206
*
bpo-30693: Fix tarfile test cleanup on MSWindows (#5557)
Bernhard M. Wiedemann
2018-02-06
1
-4/+4
*
bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (...
Serhiy Storchaka
2018-02-05
2
-40/+21
*
Add entry for uniform lower context; add 'since' to be explicit. (GH-5539)
Terry Jan Reedy
2018-02-05
1
-4/+7
*
bpo-32765: Update configdialog General tab create page docstring (GH-5529)
Cheryl Sabella
2018-02-04
1
-0/+16
*
Use assertTrue() instead of deprecated assert_(). (#5526)
Serhiy Storchaka
2018-02-04
1
-1/+1
*
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-...
Serhiy Storchaka
2018-02-04
2
-11/+5
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-04
10
-21/+21
*
bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474)
Mario Corchero
2018-02-03
2
-2/+33
*
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507)
Eric Snow
2018-02-03
1
-8/+10
*
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466)
Bar Harel
2018-02-02
2
-10/+72
*
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
2018-02-02
5
-8/+47
*
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
Yury Selivanov
2018-02-02
1
-70/+1
*
bpo-32733: Make test_coroutines robust against -Werror (GH-5487)
Nathaniel J. Smith
2018-02-02
1
-7/+2
*
Implement TimerHandle.when() (#5473)
Andrew Svetlov
2018-02-01
2
-0/+14
*
[3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selectio...
Serhiy Storchaka
2018-02-01
2
-42/+2
*
Update NEWS, docs, and patchlevel for 3.7.0b1
Ned Deily
2018-01-31
1
-50/+149
*
bpo-25988: Emit a warning when use or import ABCs from 'collections'. (#5460)
Serhiy Storchaka
2018-01-31
1
-21/+27
*
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
Xiang Zhang
2018-01-31
1
-0/+52
*
bpo-30693: zip+tarfile: sort directory listing (#2263)
Bernhard M. Wiedemann
2018-01-31
3
-4/+28
*
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and...
Stéphane Wirtel
2018-01-31
2
-1/+19
*
compare with difflib not diff(1) (GH-5450)
Benjamin Peterson
2018-01-30
1
-13/+9
*
bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445)
Ned Deily
2018-01-30
2
-19/+2
*
bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
John Jolly
2018-01-30
2
-0/+116
[next]