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
...
*
remove 3 redundant casts in Objects/longobject.c (#445)
orenmn
2017-03-06
1
-3/+3
*
bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-494)
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-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Serhiy Storchaka
2017-03-05
12
-2/+65
*
Add Appveyor (GH-324)
Zachary Ware
2017-03-05
2
-0/+10
*
bpo-29638: Fix spurious refleaks after typing is imported (#469)
Ivan Levkivskyi
2017-03-05
1
-3/+8
*
Change assertRaises to assertRaisesRegex in test_xmlrpc (#481)
Dillon Brock
2017-03-05
1
-3/+3
*
Docs: Add note regarding "reversed" flag in heapq.merge (#300)
Adam Niederer
2017-03-05
1
-1/+3
*
distutils docs: Fix a typo (GH-470)
Mariatta
2017-03-05
1
-1/+1
*
remove merge=union attribute for Misc/NEWS (GH-460)
INADA Naoki
2017-03-04
1
-2/+0
*
Correct spelling "instanciate" (#465)
J. W
2017-03-04
1
-2/+2
*
bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462)
Ned Deily
2017-03-04
3
-0/+9
*
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457)
Ned Deily
2017-03-04
2
-4/+4
*
bpo-29550: Temporarily skip "make touch" in Mac installer build. (#456)
Ned Deily
2017-03-04
1
-6/+7
*
Fixes git command (#451)
Steve Dower
2017-03-04
1
-1/+1
*
bpo-27593: Updates Windows build to use information from git (#262)
Steve Dower
2017-03-04
3
-18/+18
*
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily
2017-03-04
9
-78/+84
*
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439)
Zachary Ware
2017-03-03
4
-3/+5
*
bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (#238)
Ivan Levkivskyi
2017-03-03
1
-2/+53
*
bpo-29709: Improve Boolean Operations documentation (#433)
Mariatta
2017-03-03
1
-2/+2
*
bpo-29455: Mention coverage.py in trace module documentation (#261)
Marco Buttu
2017-03-03
1
-0/+6
*
bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)
David Ellis
2017-03-03
4
-8/+31
*
Fixed a typo in the comment in Include/pyport.h (#425)
Joseph Shen
2017-03-03
1
-1/+1
*
Fix config file syntax (hopefully).
Stefan Krah
2017-03-03
1
-2/+1
*
Find my own reviewers for PRs.
Stefan Krah
2017-03-03
1
-1/+2
*
bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359)
Aviv Palivoda
2017-03-03
6
-9/+30
*
bpo-29693: Fix for DeprecationWarning in test_import (#421)
Anish Shah
2017-03-03
1
-2/+2
*
asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop
Yury Selivanov
2017-03-03
1
-2/+3
*
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/...
Yury Selivanov
2017-03-03
3
-1/+33
*
asyncio: Fix trailing whitespace/code style
Yury Selivanov
2017-03-03
2
-6/+8
*
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
Seth M. Larson
2017-03-03
3
-2/+40
*
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
Yury Selivanov
2017-03-03
3
-3/+44
*
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)
Yury Selivanov
2017-03-03
4
-9/+29
*
bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)
Yury Selivanov
2017-03-03
4
-2/+36
*
Don't require the Python org to mention someone (GH-393)
Donald Stufft
2017-03-02
1
-2/+1
*
bpo-28129: fix ctypes crashes (#386)
orenmn
2017-03-02
7
-9/+87
*
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-395)
Donald Stufft
2017-03-02
1
-2/+2
*
Add Python version since deprecation in base64 methods. (#33)
Matthias Bussonnier
2017-03-02
3
-6/+25
*
fix an error message and a comment in _testcapimodule.c (GH-392)
orenmn
2017-03-02
1
-2/+3
*
bpo-27200: fix configparser, copyreg and ctypes doctests (#240)
Marco Buttu
2017-03-02
3
-15/+22
*
bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376)
Brian Coleman
2017-03-02
2
-10/+17
*
In SSL module version examples, don't use a legacy version. (#381)
Alex Gaynor
2017-03-02
1
-4/+4
*
bpo-29176 Use tmpfile() in curses module (#235)
Christian Heimes
2017-03-02
1
-37/+15
*
fix subprocess on Windows (#391)
Benjamin Peterson
2017-03-02
1
-1/+1
*
require uuid_generate_time_safe for all tests of it (#390)
Benjamin Peterson
2017-03-02
1
-7/+8
*
allow path-like objects to be cwd on windows (#389)
Benjamin Peterson
2017-03-02
1
-1/+1
*
correct check for _uuid_generate_time (#388)
Benjamin Peterson
2017-03-02
1
-1/+1
*
Revert "make the locale_flag fallback code work again (#375)" (#387)
Benjamin Peterson
2017-03-02
1
-2/+3
*
Don't mention Guido automatically for reviews from the mention bot (GH-385)
Brett Cannon
2017-03-01
1
-1/+1
*
Fixes bpo-29680: Older gdb does not have gdb.error. (#363)
Lev Abalkin
2017-03-01
1
-1/+1
[prev]
[next]