]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2019-01-30  Guido van RossumBreak up long comment to trigger Appveyor build 11645/head
2019-01-30  Guido van RossumMerge remote-tracking branch 'origin/master' into ast...
2019-01-30  João Matosbpo-35835: Add reference to Python 3.7 new breakpoint...
2019-01-30  Guido van RossumMerge branch 'master' into new-ast-type-comments
2019-01-30  Guido van RossumBrace block, update grammar comment, fix indents of...
2019-01-30  Guido van RossumBrace a block and fix indentation of another block
2019-01-30  Guido van RossumBrace block in parsetok.c
2019-01-30  jdemeyerbpo-25592: Improve documentation of distutils data_file...
2019-01-30  Raymond HettingerMove float conversion into a macro. Apply to fsum...
2019-01-29  Giampaolo Rodolasubprocess: close pipes/fds by using ExitStack (GH...
2019-01-29  Andreas Schwabbpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH...
2019-01-28  Raymond HettingerFast path for int inputs to math.dist() and math.hypot...
2019-01-28  Guido van RossumFix markup bug
2019-01-28  Guido van RossumCheck for NULL from NEW_TYPE_COMMENT()
2019-01-28  Guido van RossumCheck for errors from _Py_asdl_seq_new()
2019-01-28  Guido van RossumAdd comment clarifying the func_body_suite switcheroo
2019-01-28  Guido van RossumAdd a test with a non-ASCII name in a type comment
2019-01-28  Guido van RossumReject function def with two signature type comments
2019-01-28  Guido van RossumFix the asdl_c.py code generator to support mode='func_...
2019-01-28  Guido van RossumDocument token.TYPE_COMMENT
2019-01-28  Guido van RossumDocument type_comments=True and mode='func_type' for...
2019-01-28  Guido van RossumFix test_func_type_input()
2019-01-28  Guido van RossumSupport compile(source, filename, 'func_type', PyCF_ONL...
2019-01-28  Guido van RossumAdd guards to some '== TYPE_COMMENT' checks, hopefully...
2019-01-28  Guido van RossumDon't allow type comments on expression statements
2019-01-28  Guido van RossumAdd 'as a' to with-statement with type comment
2019-01-28  Guido van RossumAdd checks that no type comments are returned without...
2019-01-28  David Hbpo-35701: Update doc for UUID weak referencing (GH...
2019-01-28  Guido van RossumAdd some negative tests
2019-01-27  nu_noFix typo: class declaration (GH-11678)
2019-01-27  Nick CoghlanClarify U-mode deprecation in open() (GH-11646)
2019-01-26  Gregory P.... Fix docstr/comment typos in _use_posix_spawn(). (GH...
2019-01-26  Raymond Hettingerbpo-35780: Fix errors in lru_cache() C code (GH-11623)
2019-01-25  Steve Dowerbpo-35811: Avoid propagating venv settings when launchi...
2019-01-25  Steve Dowerbpo-35797: Fix default executable used by the multiproc...
2019-01-25  Guido van RossumAdd some tests for type comments
2019-01-25  Guido van RossumExport PyCF_TYPE_COMMENTS and add an interface for...
2019-01-25  Guido van RossumFix test_parser.py in a hacky way
2019-01-25  Guido van RossumMove func_body_suite towards the end of Grammar to...
2019-01-25  Guido van RossumMerge remote-tracking branch 'origin/master' into ast...
2019-01-25  Windson yangbpo-34134: Advise to use imap or imap_unordered when...
2019-01-25  Ivan Levkivskyibpo-35814: Allow same r.h.s. in annotated assignments...
2019-01-25  Victor Stinnerbpo-35224: Add support for NamedExpr to unparse.py...
2019-01-24  Emily Morehousebpo-35224: PEP 572 Implementation (#10497)
2019-01-24  Rémi Lapeyrebpo-35717: Fix KeyError exception raised when using...
2019-01-24  Jakub Kulíkbpo-35520: Fix build with dtrace support on certain...
2019-01-23  Jason Friedbpo-35767: Fix unittest.loader to allow partials as...
2019-01-23  Guido van RossumA better hack for IndentationError
2019-01-23  Guido van RossumFix assert in ast_for_suite() -- n can be a func_body_s...
2019-01-23  Victor Stinnerbpo-35537: subprocess can use posix_spawn with pipes...
2019-01-23  Victor Stinnerbpo-35713: Reorganize sys module initialization (GH...
2019-01-23  yuji38kwmtbpo-35781: Changed references to deprecated 'warn'...
2019-01-23  Géry Ogambpo-35722: Updated the documentation for the 'disable_e...
2019-01-23  Manjusakabpo-35726: Prevented QueueHandler formatting from affec...
2019-01-23  Guido van RossumRegen Lib/symbol.py (again)
2019-01-23  Guido van RossumHacky way to get tests to pass
2019-01-22  Victor Stinnerbpo-35713: Split _Py_InitializeCore into subfunctions...
2019-01-22  Guido van RossumFix test_asdl_parser.py
2019-01-22  Guido van RossumFix test_ast.py
2019-01-22  blurb-it[bot]News blurb (thank you blurb-it)
2019-01-22  Steve Dowerbpo-35683: Improve Azure Pipelines steps (GH-11493)
2019-01-22  Guido van RossumMake growable_int_array functions static
2019-01-22  Guido van RossumRegenerate Lib/symbol.py
2019-01-22  Guido van RossumSupport TYPE_COMMENT in ast.c for all nodes that need it
2019-01-22  Guido van RossumSupport passing type ignores to Module object
2019-01-22  Guido van RossumDefine flags to turn on parsing type comments
2019-01-22  Guido van RossumMake recognition of type comments conditional on a...
2019-01-22  Guido van RossumMake ast.c compile by adding NULL for all type_comment...
2019-01-22  Guido van RossumRegenerated files (make regen-ast)
2019-01-22  Guido van RossumAdd type_comment fields to various asdl classes without...
2019-01-22  Guido van RossumRegenerated files (make regen-grammar)
2019-01-22  Guido van RossumChanges to Grammar without regenerating anything
2019-01-22  Guido van RossumUnconditionally recognize type comments in tokenizer.c
2019-01-22  Guido van RossumTentative parsetok.c changes to handle TYPE_IGNORE
2019-01-22  Guido van RossumRegenerated files (make regen-token)
2019-01-22  Guido van RossumAdd TYPE_IGNORE and TYPE_COMMENT without regenerating...
2019-01-22  Victor Stinnerbpo-35713: Rework Python initialization (GH-11647)
2019-01-22  Lucas Cimonbpo-35720: Fixing a memory leak in pymain_parse_cmdline...
2019-01-22  Ivan Levkivskyibpo-33416: Add end positions to Python AST (GH-11605)
2019-01-21  Minmin Gongbpo-35758: Fix building on ARM + MSVC (gh-11531)
2019-01-21  Kumar Akshaybpo-35782: Fix error message in randrange (GH-11620)
2019-01-21  Pablo Galindobpo-35794: Catch PermissionError in test_no_such_execut...
2019-01-21  Victor Stinnerbpo-35772: Fix test_tarfile on ppc64 (GH-11606)
2019-01-21  Pablo Galindobpo-20239: Allow repeated deletion of unittest.mock...
2019-01-20  Pablo GalindoAdd information about DeprecationWarning for invalid...
2019-01-20  Marc Schlaichbpo-35699: fix distuils cannot detect Build Tools 2017...
2019-01-18  Terry Jan Reedybpo-35770: Fix off-by-1 error. (#11618)
2019-01-18  Anthony Sottilebpo-35733: Make isinstance(ast.Constant(boolean), ast...
2019-01-18  Terry Jan Reedybpo-35770: IDLE macosx deletes Options => Configure...
2019-01-18  Ashwin Ramaswamibpo-21257: document http.client.parse_headers (GH-11443)
2019-01-18  Christian Heimesbpo-35045: Accept TLSv1 default in min max test (GH...
2019-01-18  Dong-hee Nabpo-35283: Update the docstring of threading.Thread...
2019-01-18  Terry Jan Reedybpo-35769: Change IDLE's name for new files from 'Untit...
2019-01-18  Serhiy Storchakabpo-34850: Emit a warning for "is" and "is not" with...
2019-01-18  Tal Einatbpo-35730: IDLE - test squeezer reload() by checking...
2019-01-18  Terry Jan Reedybpo-23156: Remove obsolete tix install directions ...
2019-01-17  Terry Jan Reedybpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 ...
2019-01-17  Timo Furrerbpo-33687: Fix call to os.chmod() in uu.decode() (GH...
2019-01-17  David Hbpo-35701: Added __weakref__ slot to uuid.UUID (GH...
2019-01-17  Dong-hee Nabpo-35283: Add deprecation warning for Thread.isAlive...
next