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
*
Include additional changes to support blurbified NEWS (#3340)
Ned Deily
2017-09-05
3
-3/+18
*
Simplify NEWS entry to prevent suspicious warnings. (#3339)
Ned Deily
2017-09-05
1
-8/+1
*
bpo-31347: _PyObject_FastCall_Prepend: do not call memcpy if args might not b...
Benjamin Peterson
2017-09-05
2
-3/+4
*
Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on ...
Neil Schemenauer
2017-09-05
5
-75/+1
*
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#...
Neil Schemenauer
2017-09-05
5
-1/+75
*
Fix terminology in comment and add more design rationale. (#3335)
Raymond Hettinger
2017-09-05
1
-3/+10
*
Add comment to explain the implications of not sorting keywords (#3331)
Raymond Hettinger
2017-09-05
1
-0/+4
*
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
Victor Stinner
2017-09-04
20
-57/+570
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
18
-111/+261
*
random_triangular: sqrt() is more accurate than **0.5 (#3317)
Raymond Hettinger
2017-09-04
1
-1/+1
*
Travis: use ccache (#3307)
Christian Heimes
2017-09-04
1
-2/+4
*
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
2017-09-04
16
-115/+36
*
Code clean-up. Remove unnecessary pre-increment before the loop starts. (#3312)
Raymond Hettinger
2017-09-04
1
-17/+10
*
Regen Moduls/clinic/_ssl.c.h (GH-3320)
Zachary Ware
2017-09-04
1
-3/+3
*
bpo-30502: Fix handling of long oids in ssl. (#2909)
Serhiy Storchaka
2017-09-04
2
-43/+48
*
Cache externals, depending on changes to PCbuild (#3308)
Zachary Ware
2017-09-04
1
-0/+2
*
bpo-30622: Change NPN detection: (#2079)
Melvyn Sopacua
2017-09-04
2
-9/+11
*
What's New for bpo-1198569 (#3303)
Barry Warsaw
2017-09-04
1
-0/+7
*
Fixes doc/make.bat to properly handle quoted paths. (#3302)
Steve Dower
2017-09-04
1
-8/+8
*
remove configure.ac support for SGI_ABI (#3294)
Benjamin Peterson
2017-09-04
2
-38/+0
*
remote note about IRIX in aifc (#3299)
Benjamin Peterson
2017-09-04
1
-6/+0
*
bpo-1198569: Allow string.Template braced pattern to be different (#3288)
Barry Warsaw
2017-09-04
4
-4/+45
*
Blurbify master branch. (#3298)
larryhastings
2017-09-04
503
-9808/+25702
*
bpo-25674: remove sha256.tbs-internet.com ssl test (#3297)
Christian Heimes
2017-09-04
3
-156/+1
*
Clarify nature of parse_args 'args' argument. (#3292)
R. David Murray
2017-09-04
1
-3/+15
*
Add references to modules I am responsible for (#3291)
Raymond Hettinger
2017-09-04
1
-0/+9
*
Use a team to maintain the email related packages. (#3290)
Barry Warsaw
2017-09-04
1
-5/+5
*
Improve clarity (and small speed-up) by using tuple unpacking (#3289)
Raymond Hettinger
2017-09-04
1
-8/+8
*
remove check for bug last seem in Solaris 9 (#3285)
Benjamin Peterson
2017-09-04
2
-54/+0
*
Change code owners for hashlib and ssl to the crypto team (#3284)
Alex Gaynor
2017-09-04
1
-3/+6
*
bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208)
Zhiming Wang
2017-09-04
3
-1/+16
*
remove autoconf check for select() (#3283)
Benjamin Peterson
2017-09-04
3
-5/+2
*
remove configure check for 'volatile' (#3281)
Benjamin Peterson
2017-09-04
3
-37/+3
*
Add missing _sha3 module to Setup.dist (#2395)
Segev Finer
2017-09-04
1
-0/+1
*
bpo-12383: Also ignore __PYVENV_LAUNCHER__ (#3278)
Ned Deily
2017-09-04
1
-0/+1
*
bpo-9146: add the missing NEWS entry. (#3275)
Gregory P. Smith
2017-09-03
1
-0/+3
*
Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (#3270)
Antoine Pitrou
2017-09-03
2
-8/+20
*
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)
Serhiy Storchaka
2017-09-03
4
-219/+248
*
remove a redundant lower in urllib.parse.urlsplit (#3008)
Oren Milman
2017-09-03
1
-2/+1
*
bpo-31323: Fix reference leak in test_ssl (#3263)
Victor Stinner
2017-09-01
1
-2/+6
*
bpo-31250, test_asyncio: fix EventLoopTestsMixin.tearDown() (#3264)
Victor Stinner
2017-09-01
1
-2/+2
*
bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265)
Victor Stinner
2017-09-01
2
-1/+8
*
bpo-27144: concurrent.futures as_complete and map iterators do not keep refer...
Grzegorz Grzywacz
2017-09-01
4
-10/+91
*
bpo-31250, test_asyncio: fix dangling threads (#3252)
Victor Stinner
2017-09-01
3
-2/+10
*
bpo-31217: Fix regrtest -R for small integer (#3260)
Victor Stinner
2017-09-01
1
-3/+11
*
bpo-30096: Use ABC in abc reference examples (#1220)
Eric Appelt
2017-08-30
1
-24/+39
*
bpo-30737: Update DevGuide links to new URL (GH-3228)
Lisa Hewus Fresh
2017-08-30
14
-21/+22
*
[Trivial] Remove now redundant assert (#3245)
Antoine Pitrou
2017-08-30
1
-1/+0
*
Fix the indentation in Extending Python code example (GH-3244)
Sergey Fedoseev
2017-08-30
1
-6/+6
*
Removed noop branch from ctypes code (#3234)
Alex Gaynor
2017-08-30
1
-4/+1
[next]