]> granicus.if.org Git - python/shortlog
python
2017-03-06 Stefan KrahThe mention-bot is too exuberant for my taste. (#522)
2017-03-06 Serhiy Storchakabpo-29695: Remove bad keyword parameters in int(),...
2017-03-06 Xiang Zhangbpo-29714: Fix a regression that bytes format may...
2017-03-06 orenmnremove 3 redundant casts in Objects/longobject.c (...
2017-03-06 INADA Naokibpo-29719: Remove Date and Release field in whatsnew...
2017-03-06 Steve DowerFixes the upload script to purge the CDN correctly...
2017-03-05 Serhiy Storchakabpo-29695: Deprecated using bad named keyword arguments...
2017-03-05 Zachary WareAdd Appveyor (GH-324)
2017-03-05 Ivan Levkivskyibpo-29638: Fix spurious refleaks after typing is import...
2017-03-05 Dillon BrockChange assertRaises to assertRaisesRegex in test_xmlrpc...
2017-03-05 Adam NiedererDocs: Add note regarding "reversed" flag in heapq.merge...
2017-03-05 Mariattadistutils docs: Fix a typo (GH-470)
2017-03-04 INADA Naokiremove merge=union attribute for Misc/NEWS (GH-460)
2017-03-04 J. WCorrect spelling "instanciate" (#465)
2017-03-04 Ned Deilybpo-28087: Skip test_asyncore and test_eintr poll failu...
2017-03-04 Ned Deilybpo-29572: Update macOS installer build to OpenSSL...
2017-03-04 Ned Deilybpo-29550: Temporarily skip "make touch" in Mac install...
2017-03-04 Steve DowerFixes git command (#451)
2017-03-04 Steve Dowerbpo-27593: Updates Windows build to use information...
2017-03-04 Ned Deilybpo-27593: Get SCM build info from git instead of hg...
2017-03-03 Zachary Warebpo-29572: Update Windows build to OpenSSL 1.0.2k ...
2017-03-03 Ivan Levkivskyibpo-26213: Document _UNPACK bytecodes and BUILD_MAP...
2017-03-03 Mariattabpo-29709: Improve Boolean Operations documentation...
2017-03-03 Marco Buttubpo-29455: Mention coverage.py in trace module document...
2017-03-03 David Ellisbpo-29623: Make PathLike objects work with ConfigParser...
2017-03-03 Joseph ShenFixed a typo in the comment in Include/pyport.h (#425)
2017-03-03 Stefan KrahFix config file syntax (hopefully).
2017-03-03 Stefan KrahFind my own reviewers for PRs.
2017-03-03 Aviv Palivodabpo-9303: Migrate sqlite3 module to _v2 API to enhance...
2017-03-03 Anish Shahbpo-29693: Fix for DeprecationWarning in test_import...
2017-03-03 Yury Selivanovasyncio: Optimize _get_running_loop() to call getpid...
2017-03-03 Yury Selivanovbpo-28963: Fix out of bound iteration in asyncio.Future...
2017-03-03 Yury Selivanovasyncio: Fix trailing whitespace/code style
2017-03-03 Seth M. Larsonbpo-29704: Fix asyncio.SubprocessStreamProtocol closing...
2017-03-03 Yury Selivanovbpo-28893: Set __cause__ for errors in async iteration...
2017-03-03 Yury Selivanovbpo-29271: Fix Task.current_task and Task.all_tasks...
2017-03-03 Yury Selivanovbpo-29703: asyncio: Fix creating new event loops in...
2017-03-02 Donald StufftDon't require the Python org to mention someone (GH...
2017-03-02 orenmnbpo-28129: fix ctypes crashes (#386)
2017-03-02 Donald Stufftbpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1...
2017-03-02 Matthias BussonnierAdd Python version since deprecation in base64 methods...
2017-03-02 orenmnfix an error message and a comment in _testcapimodule...
2017-03-02 Marco Buttubpo-27200: fix configparser, copyreg and ctypes doctest...
2017-03-02 Brian Colemanbpo-29683 - Fixes to _PyCode_SetExtra when co_extra...
2017-03-02 Alex GaynorIn SSL module version examples, don't use a legacy...
2017-03-02 Christian Heimesbpo-29176 Use tmpfile() in curses module (#235)
2017-03-02 Benjamin Petersonfix subprocess on Windows (#391)
2017-03-02 Benjamin Petersonrequire uuid_generate_time_safe for all tests of it...
2017-03-02 Benjamin Petersonallow path-like objects to be cwd on windows (#389)
2017-03-02 Benjamin Petersoncorrect check for _uuid_generate_time (#388)
2017-03-02 Benjamin PetersonRevert "make the locale_flag fallback code work again...
2017-03-01 Brett CannonDon't mention Guido automatically for reviews from...
2017-03-01 Lev AbalkinFixes bpo-29680: Older gdb does not have gdb.error...
2017-03-01 Petr Motejlekbpo-29615: SimpleXMLRPCDispatcher no longer chains...
2017-03-01 Mariattaemail.compat32-message.rst: Fix typo in the word `messa...
2017-03-01 INADA Naokibpo-29684: Fix regression of PyEval_CallObjectWithKeywo...
2017-03-01 Berker PeksagTweak subprocess.STARTUPINFO documentation (#347)
2017-03-01 Benjamin Petersonmake the locale_flag fallback code work again (#375)
2017-03-01 Benjamin Petersonblacklist myself from mention-bot; it is annoying ...
2017-03-01 Benjamin Petersonuse select instead of _opcode for import test (#372)
2017-03-01 Benjamin Petersonweaken test_from_import_missing_attr_has_name_and_path...
2017-03-01 amosonnClarify exception handler scope in contextlib
2017-03-01 Berker PeksagFix syntax error in .mention-bot (#361)
2017-03-01 Alex GaynorFixed a handful of typos (GH-343)
2017-02-28 Kartik Anandcorrect documentation for enum.html (#358)
2017-02-28 Donald StufftAdd the mention-bot configuration file (GH-352)
2017-02-28 Xiang Zhangbpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher...
2017-02-28 INADA NaokiREADME: move TOC to top (GH-355)
2017-02-28 Evan KlitzkeREADME: Use h3 headings for build sections, and add...
2017-02-28 Xiang Zhangbpo-29661: fix contradiction in timeit.Timer.autorange...
2017-02-27 Berker Peksagbpo-24241: Add versionchanged directive to the document...
2017-02-27 Berker PeksagUse "Contributed by ..." style in whatsnew/3.7.rst...
2017-02-27 MariattaAsyncio documentation: remove `self` from method signat...
2017-02-27 INADA Naokifix minor bug in pymalloc. (#335)
2017-02-27 Xiang Zhangbpo-29662: fix wrong indentation in timeit.Timer's...
2017-02-27 Xiang Zhangbpo-29376: Fix assertion error in threading._DummyThrea...
2017-02-26 Mariattabpo-26184: import.rst: Improve versionchanged note...
2017-02-26 Sayan Chowdhurybpo-28624: Add a test that checks that cwd parameter...
2017-02-26 Mariattabpo-26184: import.rst: Improve versionchanged note...
2017-02-26 Berker Peksagbpo-29121: Remove outdated documentation about transact...
2017-02-26 Marco Buttubpo-22594: Add a link to the regex module in re documen...
2017-02-26 Berker Peksagbpo-28518: Start a transaction implicitly before a...
2017-02-26 Marco Buttubpo-29648: import.rst: Add reference to create_module...
2017-02-26 INADA Naokibpo-29110: add test for Aifc_write. (GH-293)
2017-02-26 Berker Peksagbpo-28961: Address my comments from earlier code review...
2017-02-26 Matthias Bussonnierbpo-29655: Fixed possible reference leaks in `import...
2017-02-25 Jim Fasarakis... Fix small typos in introduction and datastructures...
2017-02-25 MariattaREADME.rst: Change the devguide url to docs.python...
2017-02-25 MariattaREADME.rst: List out relevant links to the project...
2017-02-25 Subhendu Ghoshbpo-26128: Added __init__to subprocess.STARTUPINFO...
2017-02-25 Ratnadeep Debnathbpo-16285: Update urllib quoting to RFC 3986 (#173)
2017-02-25 Nick Coghlanbpo-29644: suppress subprocess output from webbrowser...
2017-02-25 Nick Coghlanbpo-24241: Add dedicated webbrowser.register test case...
2017-02-25 David Steelebpo-24241: Improve preferred webbrowser handling (#85)
2017-02-25 Mariattabpo-28929: Add to Misc/NEWS (GH-112)
2017-02-24 Jim Fasarakis... Fix small typos in expressions.rst (GH-276)
2017-02-24 Barry Warsawbpo-25008: Deprecate smtpd and point to aiosmtpd (...
2017-02-24 Ivan Levkivskyibpo-28556: Fix regression that sneaked into recent...
2017-02-24 Matthias Bussonnierbpo-27788 : synchronise platform.py version number...
2017-02-24 Matthias Bussonnierbpo-29637: clean docstring only if not None (GH-267)
next