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-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-608)
Mariatta
2017-03-11
1
-2/+2
*
bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-607)
Brett Cannon
2017-03-10
1
-30/+39
*
bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode (GH-605)
Brett Cannon
2017-03-10
1
-4/+15
*
bpo-28739: Document that f-strings cannot be used as docstring (GH-592) (GH-600)
Mariatta
2017-03-10
1
-0/+11
*
Ignore Include/pydtrace_probes.h (#596)
Ćukasz Langa
2017-03-10
1
-0/+1
*
Add Appveyor (GH-324 backport) (GH-491)
Zachary Ware
2017-03-10
2
-0/+10
*
[3.6] bpo-29773: Add more cases for testing string to float conversion error...
Serhiy Storchaka
2017-03-09
1
-8/+20
*
bpo-29619: Convert st_ino using unsigned integer (#557) (#584)
Victor Stinner
2017-03-09
3
-8/+11
*
[3.6] bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements ...
orenmn
2017-03-09
3
-61/+89
*
[3.6] bpo-29768: Fixed compile-time check for expat version. (#576)
Serhiy Storchaka
2017-03-09
1
-1/+1
*
Fix the only non-C90 comment to be C90 compatible. (#568)
n.d. parker
2017-03-08
1
-1/+1
*
bpo-29176: Fix name of the _curses.window class (#52) (#532)
Mariatta
2017-03-08
1
-1/+1
*
[3.6] bpo-28231: The zipfile module now accepts path-like objects for extern...
Serhiy Storchaka
2017-03-08
4
-21/+143
*
[3.6] bpo-28230: Document the pathlib support in tarfile and add tests. (#559)
Serhiy Storchaka
2017-03-08
2
-4/+100
*
Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554) (#555)
Benjamin Peterson
2017-03-08
2
-1/+2
*
bpo-26915: Test identity first in index() and count() of collections.abc.Sequ...
Xiang Zhang
2017-03-08
3
-6/+19
*
Fixes bpo-29680: Older gdb does not have gdb.error. (GH-363) (GH-534)
Mariatta
2017-03-07
1
-1/+1
*
PCbuild: Add -q option to svn export (GH-537)
INADA Naoki
2017-03-07
1
-1/+1
*
bpo-28728: clarify possible test failure due to ISP (GH-412) (GH-531)
Xiang Zhang
2017-03-07
1
-5/+15
*
bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-475)
Mariatta
2017-03-06
1
-2/+0
*
fix minor bug in pymalloc. (GH-335) (GH-476)
Mariatta
2017-03-06
1
-1/+1
*
[3.6] bpo-29714: Fix a regression that bytes format may fail when containing ...
Xiang Zhang
2017-03-06
3
-2/+15
*
bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500)
INADA Naoki
2017-03-06
1
-2/+0
*
Fixes the upload script to purge the CDN correctly and display success output...
Steve Dower
2017-03-06
1
-0/+2
*
bpo-29638: Fix spurious refleaks after typing is imported (#469) (#483)
Ivan Levkivskyi
2017-03-05
1
-3/+8
*
bpo-29615: backport to 3.6 (#478)
Petr Motejlek
2017-03-05
3
-20/+117
*
Merge 3.6.1rc1 releasing branch into 3.6
Ned Deily
2017-03-05
3
-205/+189
|
\
|
*
Bump to v3.6.1rc1+.
Ned Deily
2017-03-05
2
-1/+13
|
*
Update docs and patchlevel for 3.6.1rc1.
v3.6.1rc1
Ned Deily
2017-03-04
2
-7/+7
|
*
Update pydoc topics for 3.6.0rc1
Ned Deily
2017-03-04
1
-199/+171
*
|
distutils docs: Fix a typo (GH-470) (GH-471)
Mariatta
2017-03-05
1
-1/+1
*
|
Correct spelling "instanciate" (GH-465) (GH-467)
Mariatta
2017-03-04
1
-2/+2
|
/
*
Refresh Python/importlib.h and Python/importlib_external.h (#464)
Ned Deily
2017-03-04
2
-2/+2
*
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463)
Ned Deily
2017-03-04
3
-0/+9
*
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#459)
Ned Deily
2017-03-04
2
-4/+4
*
bpo-29550: Temporarily skip "make touch" in Mac installer build. (#456) (#458)
Ned Deily
2017-03-04
1
-6/+7
*
[3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454)
Ned Deily
2017-03-04
9
-78/+86
*
Fixes git command (#451) (#452)
Steve Dower
2017-03-04
1
-1/+1
*
bpo-27593: Updates Windows build to use information from git (#262) (#450)
Steve Dower
2017-03-04
3
-18/+18
*
bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-440)
Brett Cannon
2017-03-03
1
-2/+53
*
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-442)
Zachary Ware
2017-03-03
4
-3/+5
*
bpo-29709: Improve Boolean Operations documentation (#433) (#437)
Mariatta
2017-03-03
1
-2/+2
*
bpo-29455: Mention coverage.py in trace module documentation (GH-435)
Brett Cannon
2017-03-03
1
-0/+6
*
[3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) (...
Berker Peksag
2017-03-03
4
-9/+31
*
Add Python version since deprecation in base64 methods. (#33) (#429)
Berker Peksag
2017-03-03
3
-6/+25
*
Restore NEWS file after incorrect git automerge
Yury Selivanov
2017-03-03
1
-785/+3
*
getpass: update docstrings (GH-49) (GH-419)
Mariatta
2017-03-03
1
-1/+0
*
bpo-29026: Clarify documentation of time.time (GH-34) (GH-417)
Mariatta
2017-03-03
1
-7/+35
*
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/...
Yury Selivanov
2017-03-03
3
-1/+33
*
asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop
Yury Selivanov
2017-03-03
1
-2/+3
[next]