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-38382: Document the early-out behavior for a zero (GH-17037) (GH-17078)
Miss Islington (bot)
2019-11-07
1
-1/+6
*
bpo-38696: Fix usage example of HTTPStatus (GH-17066)
Miss Islington (bot)
2019-11-06
1
-1/+1
*
bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (GH-17043)
Miss Islington (bot)
2019-11-06
2
-1/+2
*
[3.8] Update interpreter.rst (GH-17059) (GH-17060)
Jules Lasne (jlasne)
2019-11-05
1
-1/+1
*
[3.8] bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) (GH-17...
Miss Islington (bot)
2019-11-05
1
-0/+11
*
Convert argument to snake_case (GH-16990) (GH-17033)
Miss Islington (bot)
2019-11-05
1
-2/+2
*
closes bpo-37633: Reƫxport some function compatibility wrappers for macros i...
Miss Islington (bot)
2019-11-05
2
-16/+17
*
Fix a typo in wave module docstring (GH-17009)
Miss Islington (bot)
2019-11-05
1
-1/+1
*
bpo-37759: Show output from var_access_benchmark (GH-17040) (GH-17041)
Miss Skeleton (bot)
2019-11-04
1
-3/+52
*
bpo-38388: Document pickle protocol version 5 (GH-16639)
Miss Skeleton (bot)
2019-11-03
1
-1/+5
*
bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679)
Miss Skeleton (bot)
2019-11-02
2
-2/+11
*
[3.8] Slightly improve plistlib test coverage. (GH-17025) (GH-17028)
Jon Janzen
2019-11-02
2
-7/+23
*
[3.8] bpo-16575: Add checks for unions passed by value to functions. (GH-1679...
Vinay Sajip
2019-10-31
5
-0/+178
*
Add docstring for shlex.split (GH-16740) (GH-17013)
Miss Skeleton (bot)
2019-10-31
1
-0/+1
*
Update the URL for the requests package (GH-17006)
Miss Skeleton (bot)
2019-10-31
2
-2/+2
*
[3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003)
Serhiy Storchaka
2019-10-30
27
-68/+68
*
[3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...
Serhiy Storchaka
2019-10-30
55
-723/+723
*
bpo-38640: Allow break and continue in always false while loops (GH-16992)
Miss Skeleton (bot)
2019-10-30
3
-0/+29
*
bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972)
Victor Stinner
2019-10-29
1
-1/+1
*
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (G...
Miss Skeleton (bot)
2019-10-29
3
-0/+236
*
Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)
Miss Skeleton (bot)
2019-10-29
1
-1/+2
*
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive ...
Miss Skeleton (bot)
2019-10-28
2
-1/+2
*
bpo-38534: Replace wrong KB number references (GH-16955)
Miss Skeleton (bot)
2019-10-28
2
-5/+5
*
bpo-38519: Internal include files missing on Windows (GH-16921)
Miss Skeleton (bot)
2019-10-28
2
-6/+3
*
bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16953)
Miss Skeleton (bot)
2019-10-27
2
-0/+2
*
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
Miss Skeleton (bot)
2019-10-27
3
-26/+70
*
[3.8] bpo-37309: First idlelib/NEWS.txt for 3.8.1 (GH-16947)
Terry Jan Reedy
2019-10-27
1
-1/+9
*
bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943)
Miss Skeleton (bot)
2019-10-27
1
-0/+9
*
bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939)
Miss Skeleton (bot)
2019-10-27
2
-0/+8
*
bpo-38434: Fixes some audit event documentation (GH-16932)
Miss Skeleton (bot)
2019-10-26
5
-11/+26
*
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
Miss Skeleton (bot)
2019-10-26
3
-12/+19
*
bpo-38535: Fix positions for AST nodes for calls without arguments in decorat...
Miss Skeleton (bot)
2019-10-26
3
-8/+12
*
bpo-38558: Mention `:=` in conditions tutorial (GH-16919)
Miss Skeleton (bot)
2019-10-25
1
-4/+4
*
Fix typo in formatter_unicode (GH-16831)
Miss Skeleton (bot)
2019-10-25
1
-1/+1
*
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
Miss Skeleton (bot)
2019-10-24
6
-11/+14
*
Add missing asyncio changes from 3.8 whatsnew (GH-16911)
Miss Skeleton (bot)
2019-10-24
1
-10/+85
*
Update URL in macOS installer copy of license (GH-16905)
Miss Skeleton (bot)
2019-10-23
1
-1/+1
*
bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)
Miss Skeleton (bot)
2019-10-23
3
-3/+7
*
Spell Bitbucket correctly. (GH-16862) (GH-16898)
Miss Skeleton (bot)
2019-10-23
2
-3/+3
*
bpo-38555: Fix an undefined behavior. (GH-16883)
Miss Skeleton (bot)
2019-10-23
1
-8/+7
*
Fix Zope URL (GH-16880)
Miss Skeleton (bot)
2019-10-22
1
-1/+1
*
bpo-38466: Fix threading.excepthook doc (GH-16891)
Miss Skeleton (bot)
2019-10-22
1
-2/+2
*
bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717)
Miss Skeleton (bot)
2019-10-22
4
-19/+15
*
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
Miss Skeleton (bot)
2019-10-21
3
-18/+26
*
bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869)
Miss Skeleton (bot)
2019-10-21
2
-2/+29
*
bpo-38531: document extend action's added version (GH-16865) (GH-16868)
Miss Islington (bot)
2019-10-20
1
-0/+2
*
bpo-37759: More updates to Whatsnew 3.8 (GH-16854) (GH-16867)
Miss Islington (bot)
2019-10-20
1
-26/+183
*
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dic...
Miss Islington (bot)
2019-10-19
3
-2/+34
*
Remove doc reference to unmaitained Nose package (GH-16849)
Miss Islington (bot)
2019-10-19
1
-2/+2
*
bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842)
Miss Islington (bot)
2019-10-18
3
-1/+6
[prev]
[next]