]> granicus.if.org Git - python/shortlog
python
2017-09-08 Raymond HettingerShow example of itemgetter() applied to a dictionary...
2017-09-08 Benjamin Petersonupdate all_name_chars comment after 9020ac7cce97dddad51...
2017-09-08 Eric Snowbpo-30860: Consolidate stateful runtime globals. (...
2017-09-08 Steve DowerUpdates PCBuild/readme.txt (#3418)
2017-09-08 Christian Heimesbpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3...
2017-09-08 Benjamin Petersonoptimize all_name_chars (#3442)
2017-09-08 Ned Deilybpo-31036: Allow sphinx and blurb to be found automatic...
2017-09-08 Nick Coghlanbpo-31344: Per-frame control of trace events (GH-3417)
2017-09-07 Gregory P.... bpo-22635: Update the getstatusoutput docstring. (...
2017-09-07 Christian Heimesbpo-27340: Use memoryview in SSLSocket.sendall() (...
2017-09-07 Christian Heimesbpo-28958: Improve SSLContext error reporting. (#3414)
2017-09-07 Raymond Hettingerbpo-31270: Modification of Pr 3200 (#3427)
2017-09-07 Christian HeimesUpdate copyright PSF to 2001-2017 (#3421)
2017-09-07 Pablo Galindobpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHan...
2017-09-07 Elena Oatbpo-31330: Clarify that RawTextHelpFormatter collapses...
2017-09-07 Steve Dowerbpo-30389 Adds detection of VS 2017 to distutils._msvcc...
2017-09-07 Benjamin Petersonbpo-31373: fix undefined floating-point demotions ...
2017-09-07 Benjamin Petersonremove current_filename optimization from marshal ...
2017-09-07 Antoine Pitroubpo-31370: Remove support for threads-less builds ...
2017-09-07 Steve DowerAdd props file for nuget packages (#3410)
2017-09-07 Christian HeimesUpdate multissl test helper (#3349)
2017-09-07 Devin JeanpierreAvoid UB in test selection macro. (#3407)
2017-09-07 Gregory P.... bpo-22635: subprocess.getstatusoutput doc update. ...
2017-09-07 Zachary Warebpo-31358: Pull zlib out of the repository (GH-3375)
2017-09-07 Łukasz Langabpo-30465: Fix lineno and col_offset in fstring AST...
2017-09-07 MariattaCreate PULL_REQUEST_TEMPLATE.md (GH-3404)
2017-09-07 R. David Murraybpo-14191 Add parse_intermixed_args. (#3319)
2017-09-06 Christian Heimesbpo-21649: Add RFC 7525 and Mozilla server side TLS...
2017-09-06 Zachary WareRemove all mention of Windows IA-64 support (GH-3389)
2017-09-06 caaverybpo-27584: New addition of vSockets to the python socke...
2017-09-06 Steve DowerFixes Tix build by correcting the directories used...
2017-09-06 Shlomi Fishbpo-30912: Don't check the content of ffi.h (GH-2687)
2017-09-06 Devin Jeanpierrebpo-29505: Add fuzz tests for float(str), int(str)...
2017-09-06 Steve Dowerbpo-31340: Change to building with MSVC v141 (included...
2017-09-06 Antoine PitrouRevert "pytime: include winsock2, so we can have a...
2017-09-06 Ammar Askarbpo-31178: Avoid concatenating bytes with str in subpro...
2017-09-06 Christian Heimesbpo-29781: Fix SSLObject.version before handshake ...
2017-09-06 Christian HeimesStop test_xmlrpc from writing to sys.stderr (#3359)
2017-09-06 Eric SnowRevert "bpo-30860: Consolidate stateful runtime globals...
2017-09-06 Benjamin Petersonpytime: include winsock2, so we can have a complete...
2017-09-06 Benjamin Petersoncorrect initialization code (#3376)
2017-09-06 Eric Snowbpo-30860: Consolidate stateful runtime globals. (...
2017-09-06 Victor Stinnerbpo-31355: Travis CI: remove the macOS job (#3367)
2017-09-06 jimmylaibpo-31350: Optimize get_event_loop and _get_running_loo...
2017-09-05 Christian Heimesbpo-31320: No traceback to sys.stderr in test_ssl ...
2017-09-05 Benjamin Petersonlink to legacy doc on the non-legacy website (#3362)
2017-09-05 Jonathan Eunicebpo-30662: fixed OrderedDict.__init__ docstring re...
2017-09-05 Victor Stinner_pickle: Fix whichmodule() (#3358)
2017-09-05 Gregory P.... Link to blurb on PyPI in the NEWS.d READMEs. (#3323)
2017-09-05 Raymond HettingerConceptually, roots is a set. Also searching it as...
2017-09-05 Christian Heimesbpo-31343: Include sys/sysmacros.h (#3318)
2017-09-05 Christian Heimesbpo-30102: Call OPENSSL_add_all_algorithms_noconf ...
2017-09-05 Ned DeilyPrevent a few make suspicious warnings. (#3341)
2017-09-05 Ned DeilyInclude additional changes to support blurbified NEWS...
2017-09-05 Ned DeilySimplify NEWS entry to prevent suspicious warnings...
2017-09-05 Benjamin Petersonbpo-31347: _PyObject_FastCall_Prepend: do not call...
2017-09-05 Neil SchemenauerRevert "bpo-17852: Maintain a list of BufferedWriter...
2017-09-05 Neil Schemenauerbpo-17852: Maintain a list of BufferedWriter objects...
2017-09-05 Raymond HettingerFix terminology in comment and add more design rational...
2017-09-05 Raymond HettingerAdd comment to explain the implications of not sorting...
2017-09-04 Victor Stinnerbpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
2017-09-04 Eric Snowbpo-28411: Remove "modules" field from Py_InterpreterSt...
2017-09-04 Raymond Hettingerrandom_triangular: sqrt() is more accurate than *...
2017-09-04 Christian HeimesTravis: use ccache (#3307)
2017-09-04 Benjamin Petersonremove IRIX support (closes bpo-31341) (#3310)
2017-09-04 Raymond HettingerCode clean-up. Remove unnecessary pre-increment before...
2017-09-04 Zachary WareRegen Moduls/clinic/_ssl.c.h (GH-3320)
2017-09-04 Serhiy Storchakabpo-30502: Fix handling of long oids in ssl. (#2909)
2017-09-04 Zachary WareCache externals, depending on changes to PCbuild (...
2017-09-04 Melvyn Sopacuabpo-30622: Change NPN detection: (#2079)
2017-09-04 Barry WarsawWhat's New for bpo-1198569 (#3303)
2017-09-04 Steve DowerFixes doc/make.bat to properly handle quoted paths...
2017-09-04 Benjamin Petersonremove configure.ac support for SGI_ABI (#3294)
2017-09-04 Benjamin Petersonremote note about IRIX in aifc (#3299)
2017-09-04 Barry Warsawbpo-1198569: Allow string.Template braced pattern to...
2017-09-04 larryhastingsBlurbify master branch. (#3298)
2017-09-04 Christian Heimesbpo-25674: remove sha256.tbs-internet.com ssl test...
2017-09-04 R. David MurrayClarify nature of parse_args 'args' argument. (#3292)
2017-09-04 Raymond HettingerAdd references to modules I am responsible for (#3291)
2017-09-04 Barry WarsawUse a team to maintain the email related packages....
2017-09-04 Raymond HettingerImprove clarity (and small speed-up) by using tuple...
2017-09-04 Benjamin Petersonremove check for bug last seem in Solaris 9 (#3285)
2017-09-04 Alex GaynorChange code owners for hashlib and ssl to the crypto...
2017-09-04 Zhiming Wangbpo-31281: Fix pathlib.Path incompatibility in fileinpu...
2017-09-04 Benjamin Petersonremove autoconf check for select() (#3283)
2017-09-04 Benjamin Petersonremove configure check for 'volatile' (#3281)
2017-09-04 Segev FinerAdd missing _sha3 module to Setup.dist (#2395)
2017-09-04 Ned Deilybpo-12383: Also ignore __PYVENV_LAUNCHER__ (#3278)
2017-09-03 Gregory P.... bpo-9146: add the missing NEWS entry. (#3275)
2017-09-03 Antoine PitrouFix a c.f.as_completed() refleak previously introduced...
2017-09-03 Serhiy Storchakabpo-31185: Fixed miscellaneous errors in asyncio speedu...
2017-09-03 Oren Milmanremove a redundant lower in urllib.parse.urlsplit ...
2017-09-01 Victor Stinnerbpo-31323: Fix reference leak in test_ssl (#3263)
2017-09-01 Victor Stinnerbpo-31250, test_asyncio: fix EventLoopTestsMixin.tearDo...
2017-09-01 Victor Stinnerbpo-31326: ProcessPoolExecutor waits for the call queue...
2017-09-01 Grzegorz Grzywaczbpo-27144: concurrent.futures as_complete and map itera...
2017-09-01 Victor Stinnerbpo-31250, test_asyncio: fix dangling threads (#3252)
2017-09-01 Victor Stinnerbpo-31217: Fix regrtest -R for small integer (#3260)
2017-08-30 Eric Appeltbpo-30096: Use ABC in abc reference examples (#1220)
2017-08-30 Lisa Hewus... bpo-30737: Update DevGuide links to new URL (GH-3228)
next