September 2017 Archives by thread
Starting: Fri Sep 1 05:06:35 EDT 2017
Ending: Sat Sep 30 20:32:32 EDT 2017
Messages: 553
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=12
solipsis at pitrou.net
- [Python-checkins] bpo-31217: Fix regrtest -R for small integer (#3260)
Victor Stinner
- [Python-checkins] bpo-31250, test_asyncio: fix dangling threads (#3252)
Victor Stinner
- [Python-checkins] bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3253)
Victor Stinner
- [Python-checkins] bpo-31217: Fix regrtest -R for small integer (#3260) (#3261)
Victor Stinner
- [Python-checkins] bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (#1560)
Antoine Pitrou
- [Python-checkins] [3.6] bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (GH-1560) (#3266)
Antoine Pitrou
- [Python-checkins] bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934) (#3267)
Antoine Pitrou
- [Python-checkins] bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265)
Victor Stinner
- [Python-checkins] bpo-31250, test_asyncio: fix EventLoopTestsMixin.tearDown() (#3264)
Victor Stinner
- [Python-checkins] bpo-31323: Fix reference leak in test_ssl (#3263)
Victor Stinner
- [Python-checkins] [65 flat] Results for Python (master branch) 2017-08-31
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-60
solipsis at pitrou.net
- [Python-checkins] [2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH-31) (#3242)
Antoine Pitrou
- [Python-checkins] remove a redundant lower in urllib.parse.urlsplit (#3008)
Senthil Kumaran
- [Python-checkins] bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)
Serhiy Storchaka
- [Python-checkins] bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) (#3269)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-2
solipsis at pitrou.net
- [Python-checkins] Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (#3270)
Antoine Pitrou
- [Python-checkins] [3.6] Fix a c.f.as_completed() refleak previously introduced in bpo-27144 (GH-3270) (#3271)
Antoine Pitrou
- [Python-checkins] [3.6] Fix a typo in the Programming FAQ. (GH-3230) (#3273)
Gregory P. Smith
- [Python-checkins] bpo-9146: add the missing NEWS entry. (#3275)
Gregory P. Smith
- [Python-checkins] [3.6] bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func (#3274)
Gregory P. Smith
- [Python-checkins] [3.6] bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (GH-2315) (#3276)
Gregory P. Smith
- [Python-checkins] bpo-31095: fix potential crash during GC (GH-3195)
INADA Naoki
- [Python-checkins] bpo-31095: Fix potential crash during GC (GH-3197)
INADA Naoki
- [Python-checkins] bpo-12383: Also ignore __PYVENV_LAUNCHER__ (#3278)
Ned Deily
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] Add missing _sha3 module to Setup.dist (#2395)
Benjamin Peterson
- [Python-checkins] [3.6] Add missing _sha3 module to Setup.dist (GH-2395) (#3280)
Benjamin Peterson
- [Python-checkins] remove configure check for 'volatile' (#3281)
Benjamin Peterson
- [Python-checkins] remove autoconf check for select() (#3283)
Benjamin Peterson
- [Python-checkins] bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208)
ericvsmith
- [Python-checkins] Change code owners for hashlib and ssl to the crypto team (#3284)
Alex Gaynor
- [Python-checkins] remove check for bug last seem in Solaris 9 (#3285)
Benjamin Peterson
- [Python-checkins] Blurbify 2.7. (#3286)
larryhastings
- [Python-checkins] Improve clarity (and small speed-up) by using tuple unpacking (#3289)
Raymond Hettinger
- [Python-checkins] Blurbify 3.6. (#3287)
larryhastings
- [Python-checkins] Use a team to maintain the email related packages. (#3290)
Barry Warsaw
- [Python-checkins] Add references to modules I am responsible for (#3291)
Raymond Hettinger
- [Python-checkins] Clarify nature of parse_args 'args' argument. (#3292)
R. David Murray
- [Python-checkins] bpo-25674: remove sha256.tbs-internet.com ssl test (#3297)
Christian Heimes
- [Python-checkins] Blurbify master branch. (#3298)
larryhastings
- [Python-checkins] bpo-1198569: Allow string.Template braced pattern to be different (#3288)
Barry Warsaw
- [Python-checkins] remote note about IRIX in aifc (#3299)
Benjamin Peterson
- [Python-checkins] [3.6] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3300)
Christian Heimes
- [Python-checkins] [3.6] remote note about IRIX in aifc (#3304)
Benjamin Peterson
- [Python-checkins] remove configure.ac support for SGI_ABI (#3294)
Benjamin Peterson
- [Python-checkins] [2.7] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3301)
Christian Heimes
- [Python-checkins] bpo-22536 [3.6] Set filename in FileNotFoundError (#3305)
Gregory P. Smith
- [Python-checkins] Fixes doc/make.bat to properly handle quoted paths. (#3302)
Steve Dower
- [Python-checkins] What's New for bpo-1198569 (#3303)
Barry Warsaw
- [Python-checkins] bpo-30622: Change NPN detection: (#2079)
Christian Heimes
- [Python-checkins] [3.6] Added effect of re.ASCII and reworded slightly (GH-1782) (#3313)
Gregory P. Smith
- [Python-checkins] Cache externals, depending on changes to PCbuild (#3308)
Zachary Ware
- [Python-checkins] bpo-30502: Fix handling of long oids in ssl. (#2909)
Christian Heimes
- [Python-checkins] Regen Moduls/clinic/_ssl.c.h (GH-3320)
Zachary Ware
- [Python-checkins] [2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN (GH-1783) (GH-3306)
Zachary Ware
- [Python-checkins] Code clean-up. Remove unnecessary pre-increment before the loop starts. (#3312)
Raymond Hettinger
- [Python-checkins] [2.7] bpo-30622: Change NPN detection: (GH-2079) (#3316)
Christian Heimes
- [Python-checkins] remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
- [Python-checkins] Rename my manually mis-named NEWS.d file. #sorry (#3326)
Gregory P. Smith
- [Python-checkins] Travis: use ccache (#3307)
Christian Heimes
- [Python-checkins] random_triangular: sqrt() is more accurate than **0.5 (#3317)
Raymond Hettinger
- [Python-checkins] bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
- [Python-checkins] bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
Victor Stinner
- [Python-checkins] Add comment to explain the implications of not sorting keywords (#3331)
Raymond Hettinger
- [Python-checkins] Fix terminology in comment and add more design rationale. (#3335)
Raymond Hettinger
- [Python-checkins] bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)
Neil Schemenauer
- [Python-checkins] Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)" (#3337)
Neil Schemenauer
- [Python-checkins] bpo-31347: _PyObject_FastCall_Prepend: do not call memcpy if args might not be null (#3329)
Benjamin Peterson
- [Python-checkins] Fix malformed handcrafted blurb filename. (#3327)
Ned Deily
- [Python-checkins] Simplify NEWS entry to prevent suspicious warnings. (#3339)
Ned Deily
- [Python-checkins] Include additional changes to support blurbified NEWS (#3340)
Ned Deily
- [Python-checkins] Prevent a few make suspicious warnings. (#3341)
Ned Deily
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=1
solipsis at pitrou.net
- [Python-checkins] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (#3112)
Christian Heimes
- [Python-checkins] bpo-31343: Include sys/sysmacros.h (#3318)
Christian Heimes
- [Python-checkins] [3.6] bpo-30622: Change NPN detection: (GH-2079) (#3314)
Christian Heimes
- [Python-checkins] [3.6] Travis: use ccache (GH-3307) (#3332)
Christian Heimes
- [Python-checkins] [2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345)
Christian Heimes
- [Python-checkins] [3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344)
Christian Heimes
- [Python-checkins] [3.6] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3342)
Christian Heimes
- [Python-checkins] [2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3343)
Christian Heimes
- [Python-checkins] Don't use `where`, it doesn't exist on XP (GH-3330)
Zachary Ware
- [Python-checkins] Conceptually, roots is a set. Also searching it as a set is a tiny bit faster (#3338)
Raymond Hettinger
- [Python-checkins] [3.6] bpo-30502: Fix handling of long oids in ssl. (GH-2909) (#3321)
Christian Heimes
- [Python-checkins] [2.7] bpo-30502: Fix handling of long oids in ssl. (GH-2909). (#3322)
Christian Heimes
- [Python-checkins] [2.7] Travis: use ccache (GH-3307) (#3333)
Christian Heimes
- [Python-checkins] Link to blurb on PyPI in the NEWS.d READMEs. (#3323)
Gregory P. Smith
- [Python-checkins] bpo-27448: Work around a gc.disable race condition in subprocess. (#1932)
Gregory P. Smith
- [Python-checkins] bpo-30450: Don't use where, XP doesn't have it (GH-3348)
Zachary Ware
- [Python-checkins] [3.6] bpo-29334: Fix ssl.getpeercert for auto-handshake (GH-1769) (#1778)
Christian Heimes
- [Python-checkins] _pickle: Fix whichmodule() (#3358)
Christian Heimes
- [Python-checkins] bpo-30445: Allow appended output in RecursionError message (#3356)
Victor Stinner
- [Python-checkins] bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (#2179)
Raymond Hettinger
- [Python-checkins] link to legacy doc on the non-legacy website (#3362)
Benjamin Peterson
- [Python-checkins] bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) (#3350)
Victor Stinner
- [Python-checkins] bpo-31339: Rewrite time.asctime() and time.ctime() (#3293)
Victor Stinner
- [Python-checkins] bpo-31320: No traceback to sys.stderr in test_ssl (#3360)
Christian Heimes
- [Python-checkins] bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767) (#3363)
Victor Stinner
- [Python-checkins] bpo-31350: Optimize get_event_loop and _get_running_loop (#3347)
Yury Selivanov
- [Python-checkins] [3.6] link to legacy doc on the non-legacy website (GH-3362) (#3368)
Benjamin Peterson
- [Python-checkins] bpo-31355: Travis CI: remove the macOS job (#3367)
Victor Stinner
- [Python-checkins] [3.6] Cache externals, depending on changes to PCbuild (GH-3308) (#3366)
Zachary Ware
- [Python-checkins] [2.7] Cache externals, depending on changes to PCbuild (GH-3308) (#3365)
Zachary Ware
- [Python-checkins] [1 down, 1 up, 63 flat] Results for Python (master branch) 2017-09-05
lp_benchmark_robot at intel.com
- [Python-checkins] [3.6] bpo-31320: No traceback to sys.stderr in test_ssl (GH-3360) (GH-3369)
Mariatta
- [Python-checkins] [3.6] bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (GH-2179) (GH-3370)
Mariatta
- [Python-checkins] [2.7] Issue GH-28705: greatly simplify the FAQ entry on transpiling. (#3371)
Benjamin Peterson
- [Python-checkins] bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
- [Python-checkins] bpo-31350: Optimize get_event_loop and _get_running_loop (GH-3347) (GH-3373)
Mariatta
- [Python-checkins] correct initialization code (#3376)
Benjamin Peterson
- [Python-checkins] pytime: include winsock2, so we can have a complete timeval type (#3377)
Benjamin Peterson
- [Python-checkins] Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
- [Python-checkins] [3.6] _pickle: Fix whichmodule() (GH-3358) (#3361)
Christian Heimes
- [Python-checkins] Stop test_xmlrpc from writing to sys.stderr (#3359)
Christian Heimes
- [Python-checkins] bpo-29781: Fix SSLObject.version before handshake (#3364)
Christian Heimes
- [Python-checkins] bpo-31178: Avoid concatenating bytes with str in subprocess error (#3066)
Gregory P. Smith
- [Python-checkins] Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383)
Antoine Pitrou
- [Python-checkins] [3.6] bpo-29781: Fix SSLObject.version before handshake (GH-3364) (#3381)
Christian Heimes
- [Python-checkins] bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311)
Steve Dower
- [Python-checkins] [3.6] Stop test_xmlrpc from writing to sys.stderr (GH-3359) (#3380)
Raymond Hettinger
- [Python-checkins] bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878)
Gregory P. Smith
- [Python-checkins] bpo-30912: Don't check the content of ffi.h (GH-2687)
Zachary Ware
- [Python-checkins] [3.6] bpo-31178: Avoid concatenating bytes with str in subprocess error (GH-3066) (#3388)
Gregory P. Smith
- [Python-checkins] Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391)
Steve Dower
- [Python-checkins] [3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)
Mariatta
- [Python-checkins] [3.6] Fixes Tix build by correcting the directories used by Tcl and Tk. (GH-3391) (#3392)
Steve Dower
- [Python-checkins] bpo-27584: New addition of vSockets to the python socket module (#2489)
Christian Heimes
- [Python-checkins] [2.7] bpo-30824: Add mimetype for .json (GH-3048) (#3394)
R. David Murray
- [Python-checkins] Remove all mention of Windows IA-64 support (GH-3389)
Zachary Ware
- [Python-checkins] [3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (GH-3311) (#3386)
Steve Dower
- [Python-checkins] bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387)
Christian Heimes
- [Python-checkins] [3.6] bpo-30824: Add mimetype for .json (GH-3048) (#3401)
R. David Murray
- [Python-checkins] bpo-14191 Add parse_intermixed_args. (#3319)
R. David Murray
- [Python-checkins] Create PULL_REQUEST_TEMPLATE.md (GH-3404)
Mariatta
- [Python-checkins] bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800)
ericvsmith
- [Python-checkins] bpo-31358: Pull zlib out of the repository (GH-3375)
Zachary Ware
- [Python-checkins] [3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399)
Mariatta
- [Python-checkins] [2.7] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3400)
Mariatta
- [Python-checkins] [1 down, 64 flat] Results for Python (master branch) 2017-09-06
lp_benchmark_robot at intel.com
- [Python-checkins] [3.6] Update `make patchcheck` for blurb and NEWS.d (GH-3406)
Nick Coghlan
- [Python-checkins] bpo-22635: subprocess.getstatusoutput doc update. (#3398)
Gregory P. Smith
- [Python-checkins] Avoid UB in test selection macro. (#3407)
Gregory P. Smith
- [Python-checkins] Update multissl test helper (#3349)
Christian Heimes
- [Python-checkins] Add props file for nuget packages (#3410)
Steve Dower
- [Python-checkins] bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409)
ericvsmith
- [Python-checkins] [3.6] bpo-22635: subprocess.getstatusoutput doc update. (GH-3398) (#3411)
Christian Heimes
- [Python-checkins] Link to generated changelog, not website.
Ned Deily
- [Python-checkins] Add props file for nuget packages (#3410) (#3413)
Steve Dower
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-21
solipsis at pitrou.net
- [Python-checkins] bpo-31370: Remove support for threads-less builds (#3385)
Victor Stinner
- [Python-checkins] [3.6] Update multissl test helper (GH-3349) (#3415)
Christian Heimes
- [Python-checkins] [2.7] Update multissl test helper (GH-3349) (#3416)
Christian Heimes
- [Python-checkins] remove current_filename optimization from marshal (#3423) (closes bpo-31384)
Benjamin Peterson
- [Python-checkins] bpo-31373: fix undefined floating-point demotions (#3396)
Benjamin Peterson
- [Python-checkins] [3.6] bpo-30096: Use ABC in abc reference examples (GH-1220) (GH-3408)
Mariatta
- [Python-checkins] [3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)
Benjamin Peterson
- [Python-checkins] [2.7] bpo-29766: Fix configure/.ac to match LTO/enable-optimizations behavior. (#2705)
Gregory P. Smith
- [Python-checkins] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
Steve Dower
- [Python-checkins] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (#3272)
R. David Murray
- [Python-checkins] bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229)
Christian Heimes
- [Python-checkins] [3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 (#3425)
Steve Dower
- [Python-checkins] Update copyright PSF to 2001-2017 (#3421)
Raymond Hettinger
- [Python-checkins] bpo-31270: Modification of Pr 3200 (#3427)
Raymond Hettinger
- [Python-checkins] bpo-28958: Improve SSLContext error reporting. (#3414)
Christian Heimes
- [Python-checkins] [2.7] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (GH-3272) (GH-3428)
R. David Murray
- [Python-checkins] bpo-27340: Use memoryview in SSLSocket.sendall() (#3384)
Christian Heimes
- [Python-checkins] [3.6] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (GH-3272) (GH-3429)
R. David Murray
- [Python-checkins] [3.6] bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (GH-3229) (#3430)
Christian Heimes
- [Python-checkins] bpo-22635: Update the getstatusoutput docstring. (#3435)
Gregory P. Smith
- [Python-checkins] [1 down, 2 up, 62 flat] Results for Python (master branch) 2017-09-07
lp_benchmark_robot at intel.com
- [Python-checkins] [3.6] bpo-22635: Update the getstatusoutput docstring. (GH-3435) (#3439)
Gregory P. Smith
- [Python-checkins] [2.7] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3433)
Christian Heimes
- [Python-checkins] [3.6] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3432)
Christian Heimes
- [Python-checkins] [3.6] bpo-27340: Use memoryview in SSLSocket.sendall() (GH-3384) (#3434)
Christian Heimes
- [Python-checkins] bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
- [Python-checkins] bpo-31036: Allow sphinx and blurb to be found automatically (#3440)
Ned Deily
- [Python-checkins] [3.6] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440) (#3441)
Ned Deily
- [Python-checkins] optimize all_name_chars (#3442)
Benjamin Peterson
- [Python-checkins] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363)
Christian Heimes
- [Python-checkins] [3.6] bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (GH-2919) (#2964)
Victor Stinner
- [Python-checkins] bpo-31379: Added $(RUNSHARED) to run_profile_task (#3422)
Xiang Zhang
- [Python-checkins] Updates PCBuild/readme.txt (#3418)
Steve Dower
- [Python-checkins] [3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444)
Christian Heimes
- [Python-checkins] [2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446)
Christian Heimes
- [Python-checkins] bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
- [Python-checkins] update all_name_chars comment after 9020ac7cce97dddad51b285fffc31fe4ddf60898 (#3452)
Benjamin Peterson
- [Python-checkins] Show example of itemgetter() applied to a dictionary (#3431)
Raymond Hettinger
- [Python-checkins] bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31393: Fix the use of PyUnicode_READY(). (GH-3451). (#3453)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-1
solipsis at pitrou.net
- [Python-checkins] replace custom table with pyctype (#3456)
Benjamin Peterson
- [Python-checkins] [3.5] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440)
Ned Deily
- [Python-checkins] [2.7] bpo-30450: Fall back on the old env.bat (GH-3443)
Zachary Ware
- [Python-checkins] [3.5] Fix broken `Show Source` links on documentation pages (GH-3113) (#3126)
Ned Deily
- [Python-checkins] Fixes reference leak (#3457)
Steve Dower
- [Python-checkins] bpo-28182: Expose OpenSSL verification results (#3412)
Christian Heimes
- [Python-checkins] bpo-31354: Let configure --with-lto work on all builds
Gregory P. Smith
- [Python-checkins] [3.6] Fixes reference leak (GH-3457) (#3460)
Steve Dower
- [Python-checkins] delete dead locale initialization code for windows (#3461)
Benjamin Peterson
- [Python-checkins] bpo-28182: restore backwards compatibility (#3464)
Christian Heimes
- [Python-checkins] bpo-31400: Improve SSL error handling on Windows (#3463)
Christian Heimes
- [Python-checkins] [3.6] bpo-30822: Deduplicate ZoneInfoTest classes in test_datetime. (GH-2534) (#3405)
Victor Stinner
- [Python-checkins] bpo-26669: Fix nan arg value error in pytime.c (#3085)
Victor Stinner
- [Python-checkins] [2 down, 1 up, 62 flat] Results for Python (master branch) 2017-09-08
lp_benchmark_robot at intel.com
- [Python-checkins] [3.6] bpo-26669: Fix nan arg value error in pytime.c (GH-3085) (GH-3467)
Mariatta
- [Python-checkins] bpo-29639: change test.support.HOST to "localhost"
Gregory P. Smith
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=7
solipsis at pitrou.net
- [Python-checkins] bpo-31392: Update SSL build for 1.1.0 (#3448)
Steve Dower
- [Python-checkins] [3.6] bpo-31400: Improve SSL error handling on Windows (GH-3463) (#3466)
Christian Heimes
- [Python-checkins] Make `json.dumps()` example to be PEP-8 compliant. (GH-3472)
Mariatta
- [Python-checkins] bpo-31403: Remove WITHOUT_THREADS from _decimal. (#3474)
Stefan Krah
- [Python-checkins] [3.6] Make `json.dumps()` example to be PEP-8 compliant. (GH-3472) (GH-3473)
Mariatta
- [Python-checkins] [3.6] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3325)
Mariatta
- [Python-checkins] [2.7] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3328)
Mariatta
- [Python-checkins] bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (GH-2960)
Mariatta
- [Python-checkins] Improve IncrementalEncoder documentation (GH-2746)
Mariatta
- [Python-checkins] [3.6] Improve IncrementalEncoder documentation (GH-2746) (GH-3475)
Mariatta
- [Python-checkins] bpo-31406: Fix crash due to lack of type checking in subclassing. (#3477)
Stefan Krah
- [Python-checkins] [3.6] bpo-31406: Fix crash due to lack of type checking in subclassing. (GH-3477) (#3479)
Stefan Krah
- [Python-checkins] bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#3454)
Raymond Hettinger
- [Python-checkins] Simplify run_tests.py (#3482)
Antoine Pitrou
- [Python-checkins] bpo-29136: Fix versionchange for TLS 1.3 changes (#3483)
Christian Heimes
- [Python-checkins] bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-27099: IDLE - Convert built-in extensions to regular features (GH-2494) (#3487)
Terry Jan Reedy
- [Python-checkins] Backport docstring improvements to OrderedDict. (GH-3470)
Mariatta
- [Python-checkins] bpo-30781: IDLE: Fix help button on configdialog (#3238)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-30781: IDLE: Fix help button on configdialog (GH-3238) (#3489)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-166). (#3491)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-166). (#3492)
Serhiy Storchaka
- [Python-checkins] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (#3485)
Serhiy Storchaka
- [Python-checkins] bpo-31373: remove overly strict float range checks (#3486)
Benjamin Peterson
- [Python-checkins] [2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (GH-3485). (#3493)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (GH-3485). (#3494)
Serhiy Storchaka
- [Python-checkins] Remove a null statement that was necessary for --without-threads (#3478)
Christian Heimes
- [Python-checkins] test_ssl: Implement timeout in ssl_io_loop() (#3500)
Victor Stinner
- [Python-checkins] bpo-30860: Add Include/internal/ in "make tags" (#3498)
Victor Stinner
- [Python-checkins] bpo-31414: IDLE -- fix tk entry box tests by deleting first. (#3501)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-31414: IDLE -- fix tk entry box tests by deleting first. (GH-3501) (#3502)
Terry Jan Reedy
- [Python-checkins] bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (#3503)
Terry Jan Reedy
- [Python-checkins] bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (#3496)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (GH-3503) (#3504)
Terry Jan Reedy
- [Python-checkins] bpo-17085: test_socket: cancel scheduled alarm on test failure (#3505)
Victor Stinner
- [Python-checkins] bpo-30860: Always provide serialno. (#3507)
Eric Snow
- [Python-checkins] bpo-30860: Fix a refleak. (#3506)
Victor Stinner
- [Python-checkins] [4 down, 2 up, 59 flat] Results for Python (master branch) 2017-09-11
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-30860: Move windows.h include out of internal/*.h. (#3458)
Eric Snow
- [Python-checkins] [3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495)
Benjamin Peterson
- [Python-checkins] [3.6] bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (GH-3496) (#3509)
Serhiy Storchaka
- [Python-checkins] bpo-27099: Finish updating IDLE doc and help text. (#3510)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-27099: Finish updating IDLE doc and help text. (GH-3510) (#3511)
Terry Jan Reedy
- [Python-checkins] bpo-31421: Document how IDLE runs tkinter programs. (#3513)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-31421: Document how IDLE runs tkinter programs. (GH-3513) (#3514)
Terry Jan Reedy
- [Python-checkins] bpo-31428: Prevent raising a SystemError in case the memo arg of ElementTree.Element.__deepcopy__() isn't a dictionary. (#3512)
Serhiy Storchaka
- [Python-checkins] bpo-31234: Enhance test_thread.test_forkinthread() (#3516)
Victor Stinner
- [Python-checkins] [3.6] bpo-31250: test_asyncio: fix dangling threads (#3517)
Victor Stinner
- [Python-checkins] [3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0 (#3518)
Victor Stinner
- [Python-checkins] [3.6] bpo-31234: Enhance test_thread.test_forkinthread() (GH-3516) (#3519)
Victor Stinner
- [Python-checkins] bpo-31249: Fix test_concurrent_futures dangling thread (#3521)
Victor Stinner
- [Python-checkins] [3.6] bpo-31249: Fix test_concurrent_futures dangling thread (GH-3521) (#3522)
Victor Stinner
- [Python-checkins] [1 down, 3 up, 61 flat] Results for Python (master branch) 2017-09-12
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-31394: Clarify documentation about token type attribute (GH-3469)
Mariatta
- [Python-checkins] [3.6] bpo-31394: Clarify documentation about token type attribute (GH-3469) (GH-3525)
Mariatta
- [Python-checkins] bpo-31394: Make tokenize.rst PEP 8-compliant (GH-3526)
Mariatta
- [Python-checkins] Mention enum as an ex (#2982)
Mariatta
- [Python-checkins] [3.6] Mention enum as a potential use for metaclasses (GH-2982) (GH-3527)
Mariatta
- [Python-checkins] bpo-30830: logging.config.listen() calls server_close() (#3524)
Victor Stinner
- [Python-checkins] bpo-31233: socketserver.ThreadingMixIn.server_close() (#3523)
Victor Stinner
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=5
solipsis at pitrou.net
- [Python-checkins] bpo-31234: fork_wait tests now join threads (#3139) (#3535)
Victor Stinner
- [Python-checkins] [3.6] bpo-31323: Fix reference leak in test_ssl (GH-3263) (#3538)
Victor Stinner
- [Python-checkins] [3.6] bpo-31234: test_threaded_import: fix test_side_effect_import() (GH-3189) (#3537)
Victor Stinner
- [Python-checkins] [3.6] bpo-31234: test_httpservers joins the server thread (GH-3188) (#3536)
Victor Stinner
- [Python-checkins] bpo-31234: Fix dangling thread in test_ftp/poplib (#3540)
Victor Stinner
- [Python-checkins] Travis CI: run coverage test using --fail-env-changed (#3541)
Victor Stinner
- [Python-checkins] bpo-31448, test_poplib: Fix ResourceWarning (#3542)
Victor Stinner
- [Python-checkins] [3.6] bpo-31448, test_poplib: Fix ResourceWarning (GH-3542) (#3543)
Victor Stinner
- [Python-checkins] bpo-31234: Fix dangling thread in test_ftplib (#3544)
Victor Stinner
- [Python-checkins] bpo-31234, socket.create_connection(): Fix ref cycle (#3546)
Victor Stinner
- [Python-checkins] Update subprocess.communicate() docstring.
Gregory P. Smith
- [Python-checkins] bpo-31234: threading_cleanup() now warns immediately (#3138)
Victor Stinner
- [Python-checkins] [2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-1767) (#3549)
Victor Stinner
- [Python-checkins] bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__ attribute. (#3539)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31234, socket.create_connection(): Fix ref cycle (GH-3546) (#3552)
Victor Stinner
- [Python-checkins] [3.6] bpo-31234: Fix dangling thread in test_ftp/poplib (#3554)
Victor Stinner
- [Python-checkins] [65 flat] Results for Python (master branch) 2017-09-13
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-28556: Minor updates to typing module (#3550)
Łukasz Langa
- [Python-checkins] bpo-31234: Try to fix lock_tests warning (#3557)
Victor Stinner
- [Python-checkins] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555)
Mariatta
- [Python-checkins] [3.6] bpo-28556: Minor updates to typing module (GH-3550) (#3558)
Łukasz Langa
- [Python-checkins] bpo-30246: fix several error messages which only mention bytes in struct (#1421)
Xiang Zhang
- [Python-checkins] [3.6] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) (GH-3560)
Mariatta
- [Python-checkins] [3.6] bpo-30246: fix several error messages which only mention bytes in struct (#3561)
Xiang Zhang
- [Python-checkins] consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)
Benjamin Peterson
- [Python-checkins] Improve code examples in hashlib cookie signing (GH-3562)
Mariatta
- [Python-checkins] bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__ attribute. (GH-3539) (#3556)
Serhiy Storchaka
- [Python-checkins] bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
- [Python-checkins] bpo-30860: Fix a refleak. (#3567)
Eric Snow
- [Python-checkins] _ssl_: Fix compiler warning (#3559)
Christian Heimes
- [Python-checkins] [3.6] _ssl_: Fix compiler warning (GH-3559) (#3569)
Christian Heimes
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=69
solipsis at pitrou.net
- [Python-checkins] Improve code examples in hashlib cookie signing (GH-3562) (GH-3566)
Mariatta
- [Python-checkins] bpo-31457: Allow for nested LoggerAdapter objects (#3551)
Łukasz Langa
- [Python-checkins] bpo-31234: Join threads in tests (#3572)
Victor Stinner
- [Python-checkins] bpo-31234: Join threads in test_hashlib (#3573)
Victor Stinner
- [Python-checkins] [3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) (#3576)
Łukasz Langa
- [Python-checkins] bpo-28411: Isolate PyInterpreterState.modules (#3575)
Eric Snow
- [Python-checkins] bpo-28556: typing.get_type_hints: better globalns for classes and modules (#3582)
Łukasz Langa
- [Python-checkins] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (#3580)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (GH-3580) (#3584)
Serhiy Storchaka
- [Python-checkins] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545)
Serhiy Storchaka
- [Python-checkins] bpo-31234: Join threads in test_threading (#3579)
Victor Stinner
- [Python-checkins] bpo-31234: Add test.support.wait_threads_exit() (#3578)
Victor Stinner
- [Python-checkins] [3.6] bpo-28556: typing.get_type_hints: better globalns for classes and modules (GH-3582) (#3583)
Łukasz Langa
- [Python-checkins] bpo-31234: Join threads in test_queue (#3586)
Victor Stinner
- [Python-checkins] bpo-31234: Add support.join_thread() helper (#3587)
Victor Stinner
- [Python-checkins] bpo-30860: Fix deadcode in obmalloc.c (#3499)
Victor Stinner
- [Python-checkins] bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011)
Éric Araujo
- [Python-checkins] bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (GH-3545) (#3585)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (GH-3590) (#3591)
Terry Jan Reedy
- [Python-checkins] [1 down, 64 flat] Results for Python (master branch) 2017-09-14
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-31338 (#3374)
Barry Warsaw
- [Python-checkins] [3.6] bpo-31462: IDLE - remove trailing whitespaces (GH-3564) (#3594)
Terry Jan Reedy
- [Python-checkins] bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568)
Benjamin Peterson
- [Python-checkins] [2.7] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (GH-3580) (#3595)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=11
solipsis at pitrou.net
- [Python-checkins] bpo-31234: Join timers in test_threading (#3598)
Victor Stinner
- [Python-checkins] bpo-31234: test_multiprocessing: wait 30 seconds (#3599)
Victor Stinner
- [Python-checkins] bpo-29916: Include PyGetSetDef in C API extension documentation. (#831)
Serhiy Storchaka
- [Python-checkins] Fix description in Python 3.7 What's New (#3603)
Serhiy Storchaka
- [Python-checkins] bpo-314777: IDLE - improve rstrip entry in doc (#3602)
Terry Jan Reedy
- [Python-checkins] bpo-31386: Custom wrap_bio and wrap_socket type (#3426)
Christian Heimes
- [Python-checkins] bpo-31474: Fix -Wint-in-bool-context warnings (#3581)
Christian Heimes
- [Python-checkins] bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
Christian Heimes
- [Python-checkins] bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531)
Christian Heimes
- [Python-checkins] [3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)
Terry Jan Reedy
- [Python-checkins] bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
- [Python-checkins] [2 down, 3 up, 60 flat] Results for Python (master branch) 2017-09-15
lp_benchmark_robot at intel.com
- [Python-checkins] [3.6] bpo-31234: Join threads in tests (#3589)
Victor Stinner
- [Python-checkins] bpo-31488: IDLE - update former extensions when options change. (#3612)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-31488: IDLE - update former extensions when options change. (GH-3612) (#3613)
Terry Jan Reedy
- [Python-checkins] bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3607)
Serhiy Storchaka
- [Python-checkins] bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3609)
Serhiy Storchaka
- [Python-checkins] bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-3617)
Mariatta
- [Python-checkins] 2.7.14 final version bumps
Benjamin Peterson
- [Python-checkins] bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-3617) (GH-3618)
Mariatta
- [Python-checkins] Improve f-strings documentation (GH-3604)
Mariatta
- [Python-checkins] bpo-31487: Improve f-strings documentation (GH-3604) (GH-3619)
Mariatta
- [Python-checkins] bpo-31493: Fix code context update and font update timers. (#3622)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-31493: Fix code context update and font update timers. (GH-3622) (#3623)
Terry Jan Reedy
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=14
solipsis at pitrou.net
- [Python-checkins] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (#3615)
Serhiy Storchaka
- [Python-checkins] bpo-31487: Update F-strings doc example (GH-3627)
Mariatta
- [Python-checkins] bpo-31487: Update F-strings doc example (GH-3627) (GH-3628)
Mariatta
- [Python-checkins] bpo-31482: Missing bytes support for random.seed() version 1 (#3614)
Raymond Hettinger
- [Python-checkins] bpo-31497: Add private helper _PyType_Name(). (#3630)
Serhiy Storchaka
- [Python-checkins] bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (#3634)
Terry Jan Reedy
- [Python-checkins] bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (#3635)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (GH-3634) (#3636)
Terry Jan Reedy
- [Python-checkins] bpo-31501: Operator precedence description for arithmetic operators (#3633)
Raymond Hettinger
- [Python-checkins] [3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (GH-3635) (#3637)
Terry Jan Reedy
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=10
solipsis at pitrou.net
- [Python-checkins] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (#3641)
Victor Stinner
- [Python-checkins] [3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645)
Victor Stinner
- [Python-checkins] os.test_utime_current(): tolerate 50 ms delta (#3646)
Victor Stinner
- [Python-checkins] Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648)
Antoine Pitrou
- [Python-checkins] Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou
- [Python-checkins] [2 down, 4 up, 59 flat] Results for Python (master branch) 2017-09-18
lp_benchmark_robot at intel.com
- [Python-checkins] Update Mac installer Welcome and ReadMe files for 3.7.0a1
Ned Deily
- [Python-checkins] Update pydoc topics and NEWS blurbs for 3.6.3rc1
Ned Deily
- [Python-checkins] Update PyDoc topics and NEWS blurbs for 3.7.0a1
Ned Deily
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=6
solipsis at pitrou.net
- [Python-checkins] bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620)
Serhiy Storchaka
- [Python-checkins] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (#3257)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (GH-3257) (#3653)
Serhiy Storchaka
- [Python-checkins] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a bad as_integer_ratio() method. (#3227)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a bad as_integer_ratio() method. (GH-3227) (#3654)
Serhiy Storchaka
- [Python-checkins] pythoninfo: ignore OSError(ENOSYS) on getrandom() (#3655)
Victor Stinner
- [Python-checkins] [3.6] pythoninfo: ignore OSError(ENOSYS) on getrandom() (GH-3655) (#3657)
Victor Stinner
- [Python-checkins] bpo-31479: Always reset the signal alarm in tests (#3588)
Victor Stinner
- [Python-checkins] [3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614) (GH-3659)
Mariatta
- [Python-checkins] bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr (gh-3647)
R. David Murray
- [Python-checkins] Fix build issues in Doc/make.bat (#3658)
Steve Dower
- [Python-checkins] Fix build issues in Doc/make.bat (#3663)
Steve Dower
- [Python-checkins] bpo-31501: Operator precedence description for arithmetic operators (GH-3633) (GH-3638)
Mariatta
- [Python-checkins] bpo-31500: Removed fixed size of IDLE config dialog. (#3664)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-31500: Removed fixed size of IDLE config dialog. (GH-3664) (#3665)
Terry Jan Reedy
- [Python-checkins] [3 down, 1 up, 61 flat] Results for Python (master branch) 2017-09-19
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-31506: Improve the error message logic for object.__new__ and object.__init__. (GH-3650)
Nick Coghlan
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=3
solipsis at pitrou.net
- [Python-checkins] bpo-30486: Make cell_set_contents() symbol private (#3668)
Victor Stinner
- [Python-checkins] closes bpo-31525: require sqlite3_prepare_v2 (#3666)
Benjamin Peterson
- [Python-checkins] bpo-31533: fix broken link to OpenSSL docs (#3674)
Christian Heimes
- [Python-checkins] bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3675)
Mariatta
- [Python-checkins] bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3676)
Mariatta
- [Python-checkins] bpo-26510: make argparse subparsers required by default (#3027)
Éric Araujo
- [Python-checkins] bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678)
Victor Stinner
- [Python-checkins] [3 down, 2 up, 60 flat] Results for Python (master branch) 2017-09-20
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-31532: Fix memory corruption due to allocator mix (#3679)
Benjamin Peterson
- [Python-checkins] [3.6] closes bpo-31532: Fix memory corruption due to allocator mix (GH-3679) (#3681)
Benjamin Peterson
- [Python-checkins] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (#3639)
Serhiy Storchaka
- [Python-checkins] bpo-31351: Set return code in ensurepip when pip fails (GH-3626)
Nick Coghlan
- [Python-checkins] bpo-27541: Reprs of subclasses of some classes now contain actual type name. (#3631)
Serhiy Storchaka
- [Python-checkins] bpo-31410: Optimized calling wrapper and classmethod descriptors. (#3481)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) (#3686)
Terry Jan Reedy
- [Python-checkins] [2 down, 2 up, 61 flat] Results for Python (master branch) 2017-09-21
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)
Mariatta
- [Python-checkins] bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688)
Stefan Krah
- [Python-checkins] bpo-31443: Update included code. (#3697)
Stefan Krah
- [Python-checkins] bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)
Barry Warsaw
- [Python-checkins] bpo-31423: Fix building the PDF documentation (GH-3693)
Zachary Ware
- [Python-checkins] bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#3372)
Neil Schemenauer
- [Python-checkins] [3.6] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3699)
Zachary Ware
- [Python-checkins] [2.7] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3700)
Zachary Ware
- [Python-checkins] bpo-1612262: IDLE: Class Browser shows nested functions, classes (#2573)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-1612262: IDLE: Class Browser shows nested functions, classes (GH-2573) (#3702)
Terry Jan Reedy
- [Python-checkins] sqlite: delete some bsddb cargo-culted code to work around Python 2.3/2.4 bugs
Benjamin Peterson
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=15
solipsis at pitrou.net
- [Python-checkins] Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)
Benjamin Peterson
- [Python-checkins] [3.6] Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)
Benjamin Peterson
- [Python-checkins] bpo-31559: Remove test order dependence in idle_test.test_browser. (#3708)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-31559: Remove test order dependence in idle_test.test_browser. (GH-3708) (#3709)
Terry Jan Reedy
- [Python-checkins] bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (#3704)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser. (GH-3704) (#3710)
Terry Jan Reedy
- [Python-checkins] bpo-25359: Add missed "goto error" after setting an exception. (#3712)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-25359: Add missed "goto error" after setting an exception. (GH-3712) (#3714)
Serhiy Storchaka
- [Python-checkins] bpo-31564: Update typing documentation (GH-3696)
Mariatta
- [Python-checkins] bpo-31564: Update typing documentation (GH-3696) (GH-3715)
Mariatta
- [Python-checkins] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (#3643)
Serhiy Storchaka
- [Python-checkins] bpo-31311: Impove error reporting in case the first argument to PyCData_setstate() isn't a dictionary. (#3255)
Serhiy Storchaka
- [Python-checkins] bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569)
Serhiy Storchaka
- [Python-checkins] bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (GH-3667) (#3719)
Serhiy Storchaka
- [Python-checkins] Update Email library documentation example (GH-3720)
Mariatta
- [Python-checkins] bpo-31570: Update Email library documentation example (GH-3720) (GH-3721)
Mariatta
- [Python-checkins] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (#3219)
Serhiy Storchaka
- [Python-checkins] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (#3717)
Serhiy Storchaka
- [Python-checkins] bpo-30085: Improve documentation for operator (#1171)
Terry Jan Reedy
- [Python-checkins] remove configure check for memmove (#3716)
Benjamin Peterson
- [Python-checkins] [3.6] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (GH-3717) (#3730)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-30085: Improve documentation for operator (GH-1171) (#3736)
Terry Jan Reedy
- [Python-checkins] bpo-31568, Travis CI: Fix python3.5 (#3737)
larryhastings
- [Python-checkins] [3.5][Security] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3354)
larryhastings
- [Python-checkins] [2.7] bpo-31351: Set return code in ensurepip when pip fails (GH-3734)
Nick Coghlan
- [Python-checkins] [1 down, 64 flat] Results for Python (master branch) 2017-09-22
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-18558: Clarify glossary entry for "Iterable" (#3732)
Raymond Hettinger
- [Python-checkins] [3.6] bpo-18558: Clarify glossary entry for "Iterable" (GH-3732) (#3741)
Raymond Hettinger
- [Python-checkins] bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods (#3739)
Raymond Hettinger
- [Python-checkins] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (#3254)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods (GH-3739) (#3742)
Raymond Hettinger
- [Python-checkins] bpo-27385: Clarify docstring for groupby() (#3738)
Raymond Hettinger
- [Python-checkins] bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570)
Victor Stinner
- [Python-checkins] [3.6] bpo-27385: Clarify docstring for groupby() (GH-3738) (#3744)
Raymond Hettinger
- [Python-checkins] bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3745)
Victor Stinner
- [Python-checkins] [3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (GH-3254) (#3743)
Serhiy Storchaka
- [Python-checkins] bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3746)
Victor Stinner
- [Python-checkins] bpo-26491 Defer DECREFs until enumobject is in a consistent state (#3747)
Raymond Hettinger
- [Python-checkins] bpo-25732: Make functools.total_ordering implementing __ne__. (#3748)
Serhiy Storchaka
- [Python-checkins] bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
Paul Moore
- [Python-checkins] bpo-30152: Reduce the number of imports for argparse. (#1269)
Serhiy Storchaka
- [Python-checkins] bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)
Mariatta
- [Python-checkins] bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691) (GH-3754)
Mariatta
- [Python-checkins] [2 up, 63 flat] Results for Python (master branch) 2017-09-25
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-31579: Fixed a possible leak in enumerate() with large indices. (#3753)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH-3753). (#3761)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH-3753). (#3760)
Serhiy Storchaka
- [Python-checkins] [3.5] bpo-31170: Fix inclusion of expat in Windows build projects. (#3751)
larryhastings
- [Python-checkins] test: gg
benjamin.peterson
- [Python-checkins] bpo-28293: Don't completely dump the regex cache when full. (#3768)
Serhiy Storchaka
- [Python-checkins] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (#1557)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557) (#3770)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557). (#3772)
Serhiy Storchaka
- [Python-checkins] bpo-31095: fix potential crash during GC (GH-2974) (#3196)
larryhastings
- [Python-checkins] [1 down, 64 flat] Results for Python (master branch) 2017-09-26
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-31586: Use _count_element fast path for real dicts.
Raymond Hettinger
- [Python-checkins] [3.6] bpo-31586: Use _count_element fast path for real dicts. (#3776)
Raymond Hettinger
- [Python-checkins] [3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (GH-3620). (#3773)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3774)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (GH-3219) (#3775)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (GH-3643) (#3777)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-25359: Add missed "goto error" after setting an exception. (GH-3712) (#3779)
Serhiy Storchaka
- [Python-checkins] closes bpo-22140: Prevent double substitution of prefix in python-config.sh (#3769)
Benjamin Peterson
- [Python-checkins] point to the module-level get_ident function rather than the one in _thread (#3782)
Benjamin Peterson
- [Python-checkins] [3.6] point to the module-level get_ident function rather than the one in _thread (GH-3782) (#3783)
Benjamin Peterson
- [Python-checkins] [2.7] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (GH-3254). (#3781)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-25532: Protect against infinite loops in inspect.unwrap() (GH-1717) (#3778)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3780)
Serhiy Storchaka
- [Python-checkins] bpo-31593: test_socketserver waits child processes (#3766)
Victor Stinner
- [Python-checkins] bpo-31593: test_socketserver waits child processes (#3786)
Victor Stinner
- [Python-checkins] bpo-31588: Validate return value of __prepare__() methods (GH-3764)
Nick Coghlan
- [Python-checkins] Trivial readability improvement (#3791)
Barry Warsaw
- [Python-checkins] [3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790)
Nick Coghlan
- [Python-checkins] [1 up, 64 flat] Results for Python (master branch) 2017-09-27
lp_benchmark_robot at intel.com
- [Python-checkins] [3.6] closes bpo-22140: Prevent double substitution of prefix in python-config.sh (GH-3769) (#3793)
Benjamin Peterson
- [Python-checkins] bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad __abs__() method. (#3596)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=71
solipsis at pitrou.net
- [Python-checkins] [3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad __abs__() method. (GH-3596) (#3794)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31536: Avoid wholesale rebuild after `make regen-all` (GH-3678) (#3797)
Antoine Pitrou
- [Python-checkins] bpo-28129: fix ctypes crashes (#386) (#3800)
Victor Stinner
- [Python-checkins] bpo-28129: fix ctypes crashes (#386) (#3799)
Victor Stinner
- [Python-checkins] Fix typo in Simple Statements documentation (GH-3809)
Mariatta
- [Python-checkins] bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810)
Mariatta
- [Python-checkins] bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
Antoine Pitrou
- [Python-checkins] [1 down, 64 flat] Results for Python (master branch) 2017-09-28
lp_benchmark_robot at intel.com
- [Python-checkins] remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson
- [Python-checkins] bpo-25351: avoid activate failure on strict shells (GH-3804)
Vinay Sajip
- [Python-checkins] [3.6] bpo-25351: avoid activate failure on strict shells (GH-3804) (#3820)
Victor Stinner
- [Python-checkins] stop using ranlib (closes bpo-31625) (#3815)
Benjamin Peterson
- [Python-checkins] explicitly list objects for the ar command (#3824)
Benjamin Peterson
- [Python-checkins] bpo-31638: Add compression support to zipapp (GH-3819)
Paul Moore
- [Python-checkins] bpo-31285: Remove splitlines identifier from Python/_warnings.c (#3803)
Serhiy Storchaka
- [Python-checkins] Tweak formatting of PR message template (#3828)
Brett Cannon
- [Python-checkins] bpo-31602: Fix an assertion failure in zipimporter.get_source() in case of a bad zlib.decompress() (GH-3784)
Brett Cannon
- [Python-checkins] [3.6] bpo-31285: Remove splitlines identifier from Python/_warnings.c (GH-3803) (#3829)
Serhiy Storchaka
- [Python-checkins] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (#3830)
Łukasz Langa
- [Python-checkins] [3.6] bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (GH-3830) (#3831)
Łukasz Langa
- [Python-checkins] bpo-31574: importlib dtrace (#3749)
Łukasz Langa
- [Python-checkins] [65 flat] Results for Python (master branch) 2017-09-29
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-30806 netrc.__repr__() is broken for writing to file (GH-2491)
INADA Naoki
- [Python-checkins] bpo-31581: Reduce the number of imports for functools (GH-3757)
INADA Naoki
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-4
solipsis at pitrou.net
- [Python-checkins] bpo-31648: Improve ElementPath (#3835)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in case __loader__.get_source() has a bad splitlines() method. (GH-3219) (#3823)
Serhiy Storchaka
- [Python-checkins] bpo-31627: Make test_mailbox be lenient to empty hostname. (#3821)
Serhiy Storchaka
- [Python-checkins] bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (#3767)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (GH-3767) (#3836)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#3837)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#3838)
Serhiy Storchaka
- [Python-checkins] bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (GH-3839) (#3841)
Terry Jan Reedy
- [Python-checkins] bpo-31460: Simplify the API of IDLE's Module Browser. (#3842)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-31460: Simplify the API of IDLE's Module Browser. (GH-3842) (#3843)
Terry Jan Reedy
Last message date:
Sat Sep 30 20:32:32 EDT 2017
Archived on: Sat Sep 30 20:32:33 EDT 2017
This archive was generated by
Pipermail 0.09 (Mailman edition).