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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ...
Miss Islington (bot)
2019-09-17
3
-38/+50
*
bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)
Miss Islington (bot)
2019-09-17
3
-4/+17
*
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
Miss Islington (bot)
2019-09-17
3
-12/+29
*
Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16210)
Miss Islington (bot)
2019-09-17
1
-0/+4
*
bpo-38183: Test_idle ignores user config directory GH-16198)
Miss Islington (bot)
2019-09-17
5
-35/+45
*
bpo-28556: Update the opening note in typing docs (GH-16204)
Miss Islington (bot)
2019-09-16
1
-4/+3
*
bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)
Miss Islington (bot)
2019-09-16
2
-1/+3
*
Doc: Fix Wikipedia link for functools.lru_cache (GH-16183)
Miss Islington (bot)
2019-09-16
1
-1/+1
*
bpo-38100: Fix spelling error in unittest.mock code (GH-16168)
Miss Islington (bot)
2019-09-16
1
-3/+3
*
Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-...
Miss Islington (bot)
2019-09-16
1
-7/+8
*
bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156)
Miss Islington (bot)
2019-09-16
1
-7/+34
*
bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184)
Miss Islington (bot)
2019-09-16
3
-4/+5
*
bpo-38153: detect shake independently from sha3 (GH-16143)
Miss Islington (bot)
2019-09-16
1
-2/+11
*
bpo-33095: Add reference to isolated mode in -m and script option (GH-7764)
Miss Islington (bot)
2019-09-16
1
-0/+13
*
[3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144)
Christian Heimes
2019-09-16
4
-32/+179
*
Doc: remove duplicate word in controlflow tutorial (GH-16163)
Miss Islington (bot)
2019-09-16
1
-1/+1
*
[3.8] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136...
Miss Islington (bot)
2019-09-16
1
-1/+2
*
bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)
Miss Islington (bot)
2019-09-16
2
-3/+4
*
bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159)
Miss Islington (bot)
2019-09-15
1
-7/+7
*
bpo-37798: Prevent undefined behavior in direct calls to the C helper functio...
Miss Islington (bot)
2019-09-15
1
-1/+17
*
bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (...
Miss Islington (bot)
2019-09-15
1
-4/+0
*
bpo-37635: Update arg name for seek() in IO tutorial (GH-16147)
Miss Islington (bot)
2019-09-14
1
-3/+3
*
[3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID....
Serhiy Storchaka
2019-09-14
5
-177/+153
*
[3.8] bpo-37206: Unrepresentable default values no longer represented as None...
Serhiy Storchaka
2019-09-14
45
-252/+251
*
bpo-37953: Fix deprecation warnings in test_typing (GH-16133)
Miss Islington (bot)
2019-09-14
1
-2/+2
*
[3.8] Doc: Fix link to window.getch in curses documentation (GH-16132) (GH-16...
Stéphane Wirtel
2019-09-14
1
-1/+1
*
bpo-37953: Fix ForwardRef hash and equality checks (GH-15400)
Miss Islington (bot)
2019-09-13
3
-3/+123
*
Fix typo in test_api.py. (GH-16119)
Miss Islington (bot)
2019-09-13
1
-1/+1
*
bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108)...
Miss Islington (bot)
2019-09-13
3
-3/+11
*
Doc: fcntl.lockf() is more powerful than written (GH-6750)
Miss Islington (bot)
2019-09-13
1
-2/+2
*
bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624)
Miss Islington (bot)
2019-09-13
1
-1/+2
*
[3.8] bpo-38150: Fix refleak in the finalizer of a _testcapimodule type (GH-1...
Stéphane Wirtel
2019-09-13
1
-5/+13
*
bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual en...
Miss Islington (bot)
2019-09-13
3
-2/+3
*
bpo-37199: Replace the early returns added in c2cda63. (GH-14535)
Miss Islington (bot)
2019-09-13
1
-37/+34
*
Run autoreconf. (GH-16106)
Miss Islington (bot)
2019-09-13
1
-60/+30
*
bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489)
Miss Islington (bot)
2019-09-13
3
-15/+19
*
closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998)
Miss Islington (bot)
2019-09-13
2
-2/+4
*
bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (...
Miss Islington (bot)
2019-09-13
1
-1/+2
*
[3.8] bpo-38148: Add slots to asyncio transports (GH-16077) (GH-16093)
Andrew Svetlov
2019-09-13
3
-4/+24
*
bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095)
Miss Islington (bot)
2019-09-13
1
-6/+0
*
Doc: Improve consistency of os.path.normcase with other os.path functions (GH...
Miss Islington (bot)
2019-09-13
1
-2/+0
*
bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (G...
Miss Islington (bot)
2019-09-13
3
-2/+12
*
bpo-36889: Document Stream class and add docstrings (GH-14488)
Miss Islington (bot)
2019-09-13
3
-11/+225
*
Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)
Miss Islington (bot)
2019-09-13
1
-3/+4
*
bpo-37785: Fix xgettext warning in argparse (GH-15161)
Miss Islington (bot)
2019-09-13
2
-2/+4
*
bpo-38133: Allow py.exe launcher to locate installations from the Microsoft S...
Miss Islington (bot)
2019-09-12
2
-101/+211
*
Emphasize the need to always call PySequence_Fast. (GH-11140)
Miss Islington (bot)
2019-09-12
1
-7/+14
*
closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)
Miss Islington (bot)
2019-09-12
2
-1/+2
*
bpo-37908: Add an example of ArgumentParser.exit() (GH-15455)
Miss Islington (bot)
2019-09-12
1
-1/+8
*
[3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) (GH-16...
Jason R. Coombs
2019-09-12
4
-1084/+979
[next]