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-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-0/+5
*
bpo-40756: Default second argument of LoggerAdapter.__init__ to None (GH-20362)
Arturo Escaip
2020-05-26
1
-0/+2
*
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
idomic
2020-05-26
1
-0/+2
*
bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323)
Erlend Egeberg Aasland
2020-05-26
1
-0/+1
*
Remove duplicated words words (GH-20413)
Serhiy Storchaka
2020-05-26
2
-2/+2
*
bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399)
Lysandros Nikolaou
2020-05-26
1
-0/+1
*
bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-1...
Rotuna
2020-05-25
1
-0/+1
*
bpo-40750: Support -d flag in the new parser (GH-20340)
Pablo Galindo
2020-05-25
1
-0/+1
*
bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290)
Dong-hee Na
2020-05-25
1
-0/+2
*
bpo-40671: Prepare _hashlib for PEP 489 (GH-20180)
Christian Heimes
2020-05-25
1
-0/+1
*
bpo-40695: Limit hashlib builtin hash fallback (GH-20259)
Christian Heimes
2020-05-25
1
-0/+3
*
bpo-35714: Reject null characters in struct format strings (GH-16928)
Zackery Spytz
2020-05-25
1
-0/+2
*
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Rémi Lapeyre
2020-05-24
1
-0/+2
*
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
Florian Dahlitz
2020-05-24
1
-0/+1
*
bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992)
Antoine
2020-05-23
1
-0/+2
*
bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236)
Dennis Sweeney
2020-05-22
1
-0/+2
*
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Chris Jerdonek
2020-05-22
1
-0/+2
*
bpo-9216: hashlib usedforsecurity fixes (GH-20258)
Christian Heimes
2020-05-22
1
-0/+3
*
bpo-40630: Add tracemalloc.reset_peak (GH-20102)
Huon Wilson
2020-05-22
2
-0/+3
*
bpo-40698: Improve distutils upload hash digests (GH-20260)
Christian Heimes
2020-05-20
1
-0/+2
*
bpo-34956: edit and format better NEWS item in 3.9.0b1 changelog (GH-20255)
Ned Deily
2020-05-20
1
-6/+7
*
bpo-39631: Adds NEWS entry (GH-20227)
Steve Dower
2020-05-19
1
-0/+2
*
bpo-32604: PEP 554 for use in test suite (GH-19985)
Joannah Nanjekye
2020-05-19
1
-0/+2
*
bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229)
Paul Ganssle
2020-05-19
1
-0/+2
*
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
Minmin Gong
2020-05-19
1
-0/+1
*
Consolidate 3.9.0b1 NEWS in the master branch
Łukasz Langa
2020-05-19
96
-173/+960
*
bpo-32309: Implement asyncio.to_thread() (GH-20143)
Kyle Stanley
2020-05-19
1
-0/+4
*
bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-...
Batuhan Taskaya
2020-05-18
1
-0/+2
*
bpo-40662: Fixed ast.get_source_segment for ast nodes that have incomplete lo...
Irit Katriel
2020-05-18
1
-0/+1
*
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
Serhiy Storchaka
2020-05-18
1
-0/+1
*
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...
Minmin Gong
2020-05-18
1
-0/+1
*
bpo-40653: Move _dirnameW out of #ifdef HAVE_SYMLINK/#endif (GH-20144)
Minmin Gong
2020-05-18
1
-0/+1
*
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (...
Ned Deily
2020-05-18
2
-2/+0
*
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
Ned Deily
2020-05-18
2
-0/+2
*
bpo-34956: Fix macOS _tkinter use of Tcl/Tk in /Library/Frameworks (GH-20171)
Ned Deily
2020-05-18
1
-0/+6
*
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Kjell Braden
2020-05-18
1
-0/+3
*
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek
2020-05-18
1
-0/+2
*
bpo-40665: Use Argument Clinic for the bisect module (GH-20163)
Shantanu
2020-05-18
1
-0/+1
*
bpo-40536: Add zoneinfo.available_timezones (GH-20158)
Paul Ganssle
2020-05-18
1
-0/+2
*
bpo-39058: Preserve attribute order in argparse Namespace reprs. (GH-17621)
Raymond Hettinger
2020-05-18
1
-0/+4
*
bpo-39705 : sorted() tutorial example under looping techniques improved (GH-1...
Rahul Kumaresan
2020-05-18
1
-0/+2
*
bpo-40645: Implement HMAC in C (GH-20129)
Christian Heimes
2020-05-17
1
-0/+1
*
bpo-35569: add Erlend to Misc/ACKS (GH-20146)
Ned Deily
2020-05-17
1
-0/+1
*
bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526)
Erlend Egeberg Aasland
2020-05-17
1
-0/+1
*
bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132)
Christian Heimes
2020-05-16
1
-0/+3
*
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
Christian Heimes
2020-05-16
1
-0/+2
*
bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006)
Paul Ganssle
2020-05-16
1
-0/+1
*
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
Paul Ganssle
2020-05-16
1
-0/+3
*
bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817)
Dong-hee Na
2020-05-16
1
-0/+2
*
bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-...
Batuhan Taskaya
2020-05-16
1
-0/+4
[next]