]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2016-08-21  Mark DickinsonIssue #27662: add missing Misc/NEWS entry.
2016-08-21  Mark DickinsonIssue #27662: don't use PY_SIZE_MAX for overflow checki...
2016-08-21  Nick CoghlanMerge #27782 fix from 3.5
2016-08-21  Nick CoghlanIssue #27782: Fix m_methods handling in multiphase...
2016-08-21  Martin PanterIssue #27487: Merge runpy warning from 3.5
2016-08-21  Terry Jan ReedyFix typo in IDLE News.
2016-08-21  Terry Jan ReedyFix typo in IDLE News.
2016-08-21  Martin PanterIssue #27487: Warn if submodule already imported before...
2016-08-21  Terry Jan ReedyAdd 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items.
2016-08-21  Terry Jan ReedyAdd 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.
2016-08-21  Terry Jan ReedyIssue #27714: Remove unneeded non-idempotent call that...
2016-08-21  Terry Jan ReedyIssue #27714: Remove unneeded non-idempotent call that...
2016-08-20  Jason R. CoombsIssue #27819: Simply default to gztar for sdist formats...
2016-08-20  Serhiy StorchakaIssue #27692: Removed unnecessary NULL checks in except...
2016-08-20  Ethan Furmanissue26981: fix typo
2016-08-20  Ethan Furmanissue26981: add _order_ compatibility shim to enum...
2016-08-20  Martin PanterFix more typos
2016-08-20  Martin PanterMerge spelling fixes from 3.5
2016-08-20  Berker PeksagIssue #12982: Merge from 3.5
2016-08-20  Berker PeksagIssue #12982: Thanks to PEP 488, Python no longer creat...
2016-08-20  Martin PanterMinor spelling fixes
2016-08-20  Martin PanterIssue #27614: Merge test_docxmlrpc from 3.5
2016-08-20  Martin PanterIssue #27787: Merge regrtest fixup from 3.5
2016-08-20  Ethan FurmanIssue26988: remove AutoEnum
2016-08-20  Martin PanterIssue #27614: Avoid race in test_docxmlrpc server setup
2016-08-20  Martin PanterIssue #27787: Clean up weak references before checking...
2016-08-20  Ned DeilyIssue #27713: merge from 3.5
2016-08-20  Ned DeilyIssue #27713: Surpress spurious build warnings when...
2016-08-20  Victor StinnerFix reference leak in tb_printinternal()
2016-08-20  Victor StinnerIssue #27366: Fix init_subclass()
2016-08-19  Victor Stinnerpattern_subx() now uses fast call
2016-08-19  Victor Stinner_elementtree: deepcopy() now uses fast call
2016-08-19  Victor Stinnersys_pyfile_write_unicode() now uses fast call
2016-08-19  Victor Stinnercall_trampoline() now uses fast call
2016-08-19  Victor StinnerPyErr_PrintEx() now uses fast call
2016-08-19  Victor Stinnerimport_name() now uses fast call
2016-08-19  Victor StinnerPyFile_WriteObject() now uses fast call
2016-08-19  Victor StinnerIssue #27128: _pickle uses fast call
2016-08-19  Victor Stinnerkeyobject_richcompare() now uses fast call
2016-08-19  Victor Stinnercalliter_iternext() now uses fast call
2016-08-19  Victor Stinnerslot_tp_iter() now uses fast call
2016-08-19  Victor Stinnerslot_nb_bool() now uses fast call
2016-08-19  Victor StinnerIssue #27128: Cleanup slot_nb_bool()
2016-08-19  Victor StinnerIssue #27128: slot_sq_item() uses fast call
2016-08-19  Victor StinnerIssue #27128: Cleanup slot_sq_item()
2016-08-19  Victor Stinnercall_method() and call_maybe() now use fast call
2016-08-19  Victor StinnerCleanup call_method() and call_maybe()
2016-08-19  Victor StinnerMerge 3.5 (fix refleak in call_maybe())
2016-08-19  Victor StinnerFix a refleak in call_maybe()
2016-08-19  Victor Stinnerregrtest: replace "Result:" with "Tests result:"
2016-08-19  Victor StinnerMerge 3.5 (fix refleak in call_method)
2016-08-19  Victor StinnerFix a refleak in call_method()
2016-08-19  Victor Stinnercontains and rich compare slots use fast call
2016-08-19  Victor StinnerFix PyObject_Call() parameter names
2016-08-19  Victor StinnerAvoid call_function_tail() for empty format str
2016-08-19  Victor StinnerPEP 7: add {...} around null_error() in abstract.c
2016-08-19  Berker PeksagIssue #27801: Skip test_update_lines_cols when update_l...
2016-08-19  Victor StinnerCleanup callmethod()
2016-08-19  Victor StinnerCleanup call_function_tail()
2016-08-19  Victor Stinnercall_function_tail() uses fast call
2016-08-19  Victor StinnerPyEval_CallObjectWithKeywords() uses fast call
2016-08-19  Victor StinnerAdd _PyObject_FastCall()
2016-08-19  Berker PeksagIssue #27801: Merge from 3.5
2016-08-19  Victor StinnerFix a clang warning in grammar.c
2016-08-19  Berker PeksagIssue #12946: Remove dead code in PyModule_GetDict
2016-08-19  Berker PeksagIssue #12946: Merge from 3.5
2016-08-19  Berker PeksagIssue #12946: Document that PyModule_GetDict can fail...
2016-08-19  Berker PeksagIssue #27157: Make only type() itself accept the one...
2016-08-19  R David MurrayRewrap long lines in Misc/NEWS.
2016-08-19  R David MurrayRewrap long lines in Misc/NEWS.
2016-08-19  R David MurrayMerge: #2466: ismount now recognizes mount points user...
2016-08-19  R David Murray#2466: ismount now recognizes mount points user can...
2016-08-18  Vinay SajipUpdated NEWS with information on the argparse change.
2016-08-18  Vinay SajipCloses #12713: Allowed abbreviation of subcommands...
2016-08-18  Guido van RossumAnti-registration of various ABC methods.
2016-08-18  Victor StinnerMerge 3.5 (fix raise)
2016-08-18  Victor StinnerFix SystemError in "raise" statement
2016-08-18  Serhiy StorchakaIssue #16764: Move NEWS entry to correct section and...
2016-08-17  Alexander BelopolskyIssue #24773: Include Tallinn 1999-10-31 transition...
2016-08-17  Ned DeilyIssue #27594: Prevent assertion error when running...
2016-08-17  Victor StinnerIssue #27786: Simplify x_sub()
2016-08-17  Vinay SajipCloses #9998: Allowed find_library to search additional...
2016-08-17  Zachary WareMerge with 3.5
2016-08-17  Zachary WareUse sys.version_info, not sys.version.
2016-08-17  Victor Stinnerregrtest: add a summary of the summary, "Result: xxx"
2016-08-17  Victor Stinnerregrtest: set interrupted to True if re-run is interrupted
2016-08-17  Victor Stinnerregrtest: add newlines in output for readability
2016-08-17  Victor StinnerMerge 3.5 (socket.__all__)
2016-08-17  Victor StinnerIssue #27698: Add socketpair to socket.__all__ on Windows
2016-08-17  Victor StinnerNull merge
2016-08-17  Victor StinnerIssue #27726: Fix "make tags"
2016-08-17  Victor StinnerFix "make tags": set locale to C to call sort
2016-08-17  Victor Stinner"make tags": remove -t option of ctags
2016-08-17  Victor StinnerMerge 3.5 (script_helper)
2016-08-17  Victor Stinnerscript_helper: kill the subprocess on error
2016-08-17  Victor Stinnerregrtest: nicer output for durations
2016-08-17  Victor StinnerTests: add --slowest option to buildbots
2016-08-17  Victor Stinnerregrtest: rename --slow option to --slowest
2016-08-17  Victor StinnerFix typo in test_time.py
2016-08-17  Raymond HettingerMinor readability tweak
next