]> granicus.if.org Git - python/shortlog
python
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)
2017-08-30 Antoine Pitrou[Trivial] Remove now redundant assert (#3245)
2017-08-30 Sergey FedoseevFix the indentation in Extending Python code example...
2017-08-30 Alex GaynorRemoved noop branch from ctypes code (#3234)
2017-08-30 Christopher... bpo-30581: Windows: os.cpu_count() returns wrong number...
2017-08-30 Terry Jan Reedybpo-31051: Rearrange IDLE condigdialog GenPage into...
2017-08-29 Allen W. Smith... bpo-5001: More-informative multiprocessing error messag...
2017-08-29 Oren Milmanbpo-31291: Fixed an assertion failure in zipimport...
2017-08-29 Ivan Chernoffbpo-31065: Add doc about Popen.poll returning None...
2017-08-29 Serhiy Storchakabpo-31286, bpo-30024: Fixed stack usage in absolute...
2017-08-29 Oren Milmanbpo-31243: Fixed PyArg_ParseTuple failure checks. ...
2017-08-28 Gregory P.... Fix a typo in the Programming FAQ. (#3230)
2017-08-28 Pauli Virtanenbpo-10746: Fix ctypes PEP 3118 type codes for c_long...
2017-08-28 Pier-Yves Lessardbpo-30987 - Support for ISO-TP protocol in SocketCAN...
2017-08-28 Henk-Jaap Wagenaarbpo-26656: Improve re.compile documentation (GH-3211)
2017-08-27 Cheryl Sabellabpo-30617: IDLE: docstrings and unittest for outwin...
2017-08-27 Terry Jan Reedybpo-31287: IDLE - do not alter tkinter.messagebox in...
2017-08-26 Cheryl Sabellabpo-30781: IDLE - use ttk widgets in configdialog...
2017-08-26 Paul Moorebpo-31072: Rename the new filter argument for zipapp...
2017-08-25 Oren Milmanbpo-31271: Fix an assertion failure in io.TextIOWrapper...
2017-08-25 Stefan Krahbpo-31279: Silence -Wstringop-overflow warning. (#3207)
2017-08-25 Stefan Krahbpo-31275: Small refactoring to silence a fall-through...
2017-08-25 Stefan Krahbpo-30923: Silence fall-through warnings in libexpat...
2017-08-25 Gregory P.... Skip two tests not intended to pass on Windows. (#3202)
2017-08-24 Gregory P.... bpo-22536: Set the filename in FileNotFoundError. ...
2017-08-24 Oren Milmanbpo-29741: Update some methods in the _pyio module...
2017-08-24 Oren Milmanbpo-28261: fix err msgs where PyArg_ParseTuple is used...
2017-08-24 Łukasz Langabpo-23835: Restore legacy defaults= behavior for RawCon...
2017-08-24 INADA Naokibpo-31095: fix potential crash during GC (GH-2974)
2017-08-23 Oren Milmanbpo-31229: Fixed wrong error messages when too many...
2017-08-22 Martijn Pietersbpo-31161: only check for parens error for SyntaxError...
2017-08-22 Brett CannonTouch up the contributing notes (#3158)
2017-08-22 Victor Stinnerbpo-31234: test_threaded_import: fix test_side_effect_i...
2017-08-22 Victor Stinnerbpo-31234: test_httpservers joins the server thread...
2017-08-22 Victor Stinnerbpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178)
2017-08-21 Łukasz Langabpo-30983: [gdb] Fix py-bt, etc. for non-debug shared...
2017-08-21 Łukasz Langabpo-23835: [docs] configparser converts defaults to...
2017-08-21 James Tocknellbpo-23835: Enforce that configparser defaults are strin...
2017-08-21 Victor StinnerAdd test_subprocess.test_nonexisting_with_pipes() ...
2017-08-21 Victor Stinnerbpo-31238: pydoc ServerThread.stop() now joins itself...
2017-08-21 Victor Stinnerbpo-31249: test_concurrent_futures checks dangling...
2017-08-21 Oren Milmanbpo-31236: Improved some error messages of min() and...
2017-08-21 Victor Stinnerbpo-31247: xmlrpc.server: break reference cycle (#3166)
2017-08-21 Stefan Krahbpo-30923: Silence fall-through warnings included in...
2017-08-20 Segev Finerbpo-9566 & bpo-30747: Silence warnings from pyatomic...
2017-08-20 Oren Milmanbpo-28261: Fixed err msgs where PyArg_ParseTuple is...
2017-08-20 Cheryl Sabellabpo-31206: IDLE: Factor HighPage class from ConfigDialo...
2017-08-20 Cheryl Sabellabpo-31206: IDLE: Factor HighPage class from ConfigDialo...
2017-08-18 Victor Stinnerbpo-31234: test_threading: fix ref cycle (#3150)
2017-08-18 Cheryl Sabellabpo-31206: IDLE: Factor HighPage class from ConfigDialo...
2017-08-18 Victor Stinnerbpo-31235: Fix ResourceWarning in test_logging (#3147)
2017-08-18 Victor Stinnerbpo-30830: test_logging uses threading_setup/cleanup...
next