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-30445: Allow appended output in RecursionError message (#3356)
Victor Stinner
2017-09-05
1
-1/+2
*
[3.6] bpo-29334: Fix ssl.getpeercert for auto-handshake (GH-1769) (#1778)
Christian Heimes
2017-09-05
1
-21/+12
*
[3.6] bpo-30502: Fix handling of long oids in ssl. (GH-2909) (#3321)
Christian Heimes
2017-09-05
2
-43/+48
*
[3.6] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3342)
Christian Heimes
2017-09-05
3
-2/+13
*
[3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344)
Christian Heimes
2017-09-05
6
-5/+83
*
[3.6] Travis: use ccache (GH-3307) (#3332)
Christian Heimes
2017-09-05
1
-2/+4
*
[3.6] bpo-30622: Change NPN detection: (GH-2079) (#3314)
Christian Heimes
2017-09-05
2
-10/+12
*
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
*
Fix malformed handcrafted blurb filename. (#3327)
larryhastings
2017-09-05
0
-0/+0
*
Rename my manually mis-named NEWS.d file. #sorry (#3326)
Gregory P. Smith
2017-09-04
1
-0/+0
*
[3.6] Added effect of re.ASCII and reworded slightly (GH-1782) (#3313)
Gregory P. Smith
2017-09-04
1
-3/+5
*
bpo-22536 [3.6] Set filename in FileNotFoundError (#3305)
Gregory P. Smith
2017-09-04
3
-6/+20
*
[3.6] remote note about IRIX in aifc (#3304)
Benjamin Peterson
2017-09-04
1
-6/+0
*
[3.6] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3300)
Christian Heimes
2017-09-04
3
-156/+1
*
Blurbify 3.6. (#3287)
larryhastings
2017-09-04
43
-8935/+26440
*
[3.6] Add missing _sha3 module to Setup.dist (GH-2395) (#3280)
Segev Finer
2017-09-04
1
-0/+1
*
bpo-31095: fix potential crash during GC (GH-3195)
INADA Naoki
2017-09-04
14
-13/+60
*
[3.6] bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (GH-2315...
Gregory P. Smith
2017-09-03
3
-5/+13
*
[3.6] bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func (#3274)
Gregory P. Smith
2017-09-03
2
-9/+39
*
[3.6] Fix a typo in the Programming FAQ. (GH-3230) (#3273)
Gregory P. Smith
2017-09-03
1
-1/+1
*
[3.6] Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (GH...
Antoine Pitrou
2017-09-03
2
-8/+20
*
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) (#3269)
Serhiy Storchaka
2017-09-03
4
-225/+255
*
bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934)...
Christopher Wilcox
2017-09-01
2
-3/+18
*
[3.6] bpo-27144: concurrent.futures as_complete and map iterators do not keep...
Antoine Pitrou
2017-09-01
4
-10/+91
*
bpo-31217: Fix regrtest -R for small integer (#3260) (#3261)
Victor Stinner
2017-09-01
1
-3/+11
*
bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3253)
Victor Stinner
2017-09-01
3
-14/+26
*
[3.6] Fix the indentation in Extending Python code example (GH-3244) (GH-3250)
Mariatta
2017-08-31
1
-6/+6
*
[3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data...
Oren Milman
2017-08-30
3
-1/+22
*
[3.6] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...
Pauli Virtanen
2017-08-30
3
-30/+123
*
[3.6] bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, an...
Terry Jan Reedy
2017-08-30
2
-38/+46
*
[3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3233)
Oren Milman
2017-08-29
4
-21/+65
*
[3.6] bpo-26656: Improve re.compile documentation (GH-3211) (GH-3225)
Mariatta
2017-08-28
1
-3/+4
*
[3.6] bpo-30617: IDLE: docstrings and unittest for outwin.py (GH-2046) (#3223)
Terry Jan Reedy
2017-08-27
3
-62/+278
*
bpo-31191: Improve grammar in threading.Barrier docs (GH-3080) (GH-3224)
Mariatta
2017-08-27
1
-2/+2
*
[3.6] bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests...
Terry Jan Reedy
2017-08-27
3
-7/+16
*
[3.6] bpo-30781: IDLE - use ttk widgets in configdialog (GH-2654) (#3214)
Terry Jan Reedy
2017-08-26
3
-86/+87
*
[3.6] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201...
Oren Milman
2017-08-26
3
-0/+17
*
[3.6] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used t...
Oren Milman
2017-08-26
4
-2/+33
*
bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#5...
Victor Stinner
2017-08-22
2
-5/+5
*
[3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (GH-3153) ...
Ćukasz Langa
2017-08-22
3
-9/+18
*
bpo-31161: only check for parens error for SyntaxError (#3083)
Martijn Pieters
2017-08-22
3
-5/+41
*
bpo-31259: test_urllib2_localnet uses addCleanup(server.stop) (#3186)
Victor Stinner
2017-08-22
1
-5/+14
*
bpo-31234: fork_wait tests now join threads (#3139) (#3187)
Victor Stinner
2017-08-22
1
-8/+17
*
[3.6] bpo-30871: Add test.pythoninfo (#3174)
Victor Stinner
2017-08-21
5
-3/+479
*
[3.6] bpo-30121: Fix debug assert in subprocess on Windows (#1224) (#3173)
Victor Stinner
2017-08-21
2
-9/+59
*
bpo-31247: xmlrpc.server: break reference cycle (#3166) (#3168)
Victor Stinner
2017-08-21
2
-12/+26
*
[3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3160) (#3162)
Cheryl Sabella
2017-08-20
1
-657/+0
*
[3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3156) (#3159)
Cheryl Sabella
2017-08-20
2
-39/+37
*
[3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3141) (#3154)
Cheryl Sabella
2017-08-19
2
-0/+645
[next]