]> granicus.if.org Git - python/shortlog
python
2019-01-10 Victor StinnerIocpProactor: prevent modification if closed (GH-11494)
2019-01-10 antektekbpo-34855: Fix EXTERNALS_DIR build variable for Windows...
2019-01-09 Miro HrončokDistutils no longer needs to remain compatible with...
2019-01-09 Andre DelfinoUpdate bugs.rst (GH-9648)
2019-01-09 Charles-Axel... bpo-35404: Clarify how to import _structure in email...
2019-01-09 Pablo GalindoAdd example to the documentation for calling unittest...
2019-01-09 Terry Jan Reedybpo-35641: Move IDLE blurb to IDLE directory (#11479)
2019-01-09 Sanyam Khuranabpo-24746: Avoid stripping trailing whitespace in docte...
2019-01-08 Victor Stinnerbpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)
2019-01-08 Steve Dowerbpo-35596: Use unchecked PYCs for the embeddable distro...
2019-01-08 Vladimir Matveevbpo-35568: add 'raise_signal' function (GH-11335)
2019-01-08 chrullrichbpo-35374: Avoid trailing space in hhc file name if...
2019-01-08 Pierre GlaserRemove spurious quote in Azure Pipelines script (GH...
2019-01-08 Victor Stinnerbpo-35682: Fix _ProactorBasePipeTransport._force_close...
2019-01-08 Gregory Szorcbpo-35642: Remove asynciomodule.c from pythoncore.vcxpr...
2019-01-08 Victor Stinnerbpo-33717: pythoninfo logs information of all clocks...
2019-01-07 Victor Stinnerbpo-32710: test_asyncio: test_sendfile reset policy...
2019-01-07 Raymond Hettingerbpo-35664: Optimize operator.itemgetter (GH-11435)
2019-01-07 Xtreakbpo-35560: Remove assertion from format(float, "n"...
2019-01-06 cclausstest_threading_local: add missing "import sys" (GH...
2019-01-06 Cheryl Sabellabpo-35660: Fix imports in idlelib.window (#11434)
2019-01-06 Anthony Shawbpo-35488: Add tests for ** glob matching in pathlib...
2019-01-06 Tal Einatremove doc-string declaration no longer used after...
2019-01-05 Vladimir Matveevbpo-23057: Use 'raise' to emulate ctrl-c in proactor...
2019-01-04 Ville Skyttäbpo-35631: Improve typing docs wrt abstract/concrete...
2019-01-03 Harmandeep... bpo-31450: Remove documentation mentioning that subproc...
2019-01-03 Emmanuel Ariasbpo-35641: IDLE - format calltip properly when no docst...
2019-01-03 Terry Jan Reedybpo-33987: IDLE - use ttk Frame for ttk widgets (GH...
2019-01-02 Harmandeep... bpo-35525: Correct the argument name for NNTP.starttls...
2019-01-02 Mickaël Schoentgencloses bpo-35643: Fix a SyntaxWarning: invalid escape...
2019-01-02 Benjamin PetersonBump copyright years to 2019. (GH-11404)
2019-01-02 Serhiy StorchakaRevert "bpo-35603: Escape table header of make_table...
2019-01-02 Stefan Behnelbpo-35588: Speed up mod, divmod and floordiv operations...
2019-01-02 animalizebpo-35636: Remove redundant check in unicode_hash(...
2019-01-02 sthcloses bpo-35623: Fix integer overflow when sorting...
2019-01-02 Suriyaa ✌️️closes bpo-35630: Use code tag for 'python3' in 'README...
2018-12-31 Cheryl Sabellabpo-35598: IDLE - Globalize some config_key objects...
2018-12-31 Tal Einatbpo-20182: AC convert Python/sysmodule.c (GH-11328)
2018-12-31 Serhiy Storchakabpo-32492: Tweak _collections._tuplegetter. (GH-11367)
2018-12-31 Serhiy Storchakabpo-35609: Remove examples for deprecated decorators...
2018-12-31 sthFix typo in test module usage message (GH-11374)
2018-12-31 Sanyam Khuranabpo-35614: Fix pydoc help() on metaclasses (#11357)
2018-12-31 Gregory P.... bpo-35214: Annotate posix calls for clang MSan. (#11389)
2018-12-31 Gregory P.... bpo-35214: Skip test_io tests that'd cause a huge mallo...
2018-12-31 Gregory P.... Fix typos in test_faulthandler skipIfs for ubsan. ...
2018-12-31 Jakub Kulíkbpo-35550: Fix incorrect Solaris define guards (GH...
2018-12-31 Gregory P.... Cleanup test_faulthandler sanitizer skip logic. (GH...
2018-12-31 Gregory P.... Dead code removal from _hashopenssl. (GH-11379)
2018-12-31 Gregory P.... bpo-35214: MSan workarounds for socket, time, and test_...
2018-12-30 Gregory P.... bpo-28503: Use crypt_r() when available instead of...
2018-12-30 sthFix typo in documentation of AbstractEventLoopPolicy...
2018-12-30 Cheryl Sabellabpo-35598: IDLE: Switch config_key dialog to ttk widget...
2018-12-30 Pablo Galindobpo-32492: 1.6x speed up in namedtuple attribute access...
2018-12-30 Cheryl Sabellabpo-35598: IDLE: Increase test coverage for config_key...
2018-12-29 Sergey Fedoseevbpo-33234: Simplify list_preallocate_exact() (GH-11220)
2018-12-29 Pablo Galindobpo-35602: Make sure the transport is always closed...
2018-12-29 Xtreakbpo-35603: Escape table header of make_table output...
2018-12-29 Pablo GalindoMake sure file object is close if socket.create_connect...
2018-12-29 Pablo Galindobpo-35601: Alleviate race condition when waiting for...
2018-12-29 Terry Jan Reedybpo-34055: Revert deletion of line in IDLE's PyShell...
2018-12-28 Cheryl Sabella bpo-28097: IDLE - Add Previous/Next History to Shell...
2018-12-28 Cheryl SabellaIDLE: Create function to update menu item state. (GH...
2018-12-28 jabbpo-20849: add dirs_exist_ok arg to shutil.copytree...
2018-12-28 Michael Feltbpo-11191: skip unsupported test_distutils case for...
2018-12-28 Michael Feltbpo-34373: fix test_mktime and test_pthread_getcpuclick...
2018-12-28 Terry Jan Reedybpo-35591: IDLE Find Selection now works when selection...
2018-12-28 Cheryl Sabellabpo-35598: IDLE: Update config_key.py with PEP8 names...
2018-12-27 Ned DeilymacOS installer build: mitigate hdiutil resource busy...
2018-12-27 Ned DeilyRevert "bpo-35402: Update macOS installer to use Tcl...
2018-12-27 Steve Dowerbpo-35596: Fix vcruntime140.dll being added to embeddab...
2018-12-27 Tal Einatbpo-20182: AC convert remaining functions/methods in...
2018-12-26 Andrew SvetlovSpeed-up building enums by value, e.g. http.HTTPStatus...
2018-12-26 Vaibhav Guptabpo-35579: Fix typo in in asyncio-task documentation...
2018-12-26 Michael Feltbpo-34897: avoid distutils test error when CXX is not...
2018-12-26 Michael Feltbpo-34711: Return HTTPStatus.NOT_FOUND if path.endswith...
2018-12-26 Michael Feltbpo-27643 - skip test_ctypes test case with XLC compile...
2018-12-26 Michael Feltbpo-11192: Skip unsupported cases in test_socket on...
2018-12-26 Raymond HettingerRedo PR 785 -- Add cross reference links (GH-11319)
2018-12-25 Raymond HettingerRevert "bpo-35565: Add detail to assertion failure...
2018-12-25 Cheryl Sabellabpo-35565: Add detail to assertion failure message...
2018-12-25 Serhiy Storchakabpo-23867: Argument Clinic: inline parsing code for...
2018-12-25 Serhiy Storchakabpo-20180: Simplify char_converter in Argument Clinic...
2018-12-25 Serhiy Storchakabpo-35578: Add an example file for testing Argument...
2018-12-24 MariattaMinor grammar improvement in types.rst (GH-11308)
2018-12-24 Tal Einatbpo-35208: Fix IDLE Squeezer line counting (GH-10449)
2018-12-24 Jess ShapiroClarify the behavior of the staticmethod builtin (GH...
2018-12-24 Andre DelfinoFix minor grammatical mistakes in reversed(dict) doc...
2018-12-24 Andre DelfinoTweak wording about Fraction and Decimal (GH-10904)
2018-12-24 leodemabpo-30561: Sync-up expovariate() and gammavariate code...
2018-12-24 Cheryl Sabellabpo-35566: Add links to annotation glossary term (GH...
2018-12-24 Chris Randsbpo-34764: improve docs example of iter() with sentinel...
2018-12-23 Cheryl Sabellabpo-35555: IDLE: Gray out Code Context menu item on...
2018-12-23 Ned Deilybpo-35257: fix broken BLDSHARED - needs LDFLAGS too...
2018-12-23 Boštjan MejakAdd 2 missing commas (GH-10698)
2018-12-23 Cheryl Sabellabpo-35567: Convert dict of constants to a set (GH-11296)
2018-12-23 Andre DelfinoDocument that dict.fromkeys accepts any iterable for...
2018-12-23 RecursingUse generator instead of list in code examples (GH...
2018-12-22 Jean-François Bbpo-35564: add master_doc='contents' to conf.py (GH...
2018-12-22 Serhiy Storchakabpo-30455: Generate all token related code and docs...
2018-12-22 Cheryl Sabella bpo-22703: IDLE: Improve Code Context and Zoom Height...
next