]> granicus.if.org Git - python/shortlog
python
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
2016-08-17 Benjamin Petersonmerge 3.5 (#27783)
2016-08-17 Benjamin Petersonmerge 3.4 (#27783)
2016-08-17 Benjamin Petersonmerge 3.3 (#27783)
2016-08-17 Benjamin Petersonrearrange methodcaller_new so that the main error case...
2016-08-16 Victor StinnerUse Py_ssize_t in _PyEval_EvalCodeWithName()
2016-08-16 Victor StinnerIssue #27128: Cleanup _PyEval_EvalCodeWithName()
2016-08-16 Victor StinnerIssue #27181: Skip tests known to fail until a fix...
2016-08-16 Raymond HettingerAdd cross-reference to typing.NamedTuple. Doctest...
2016-08-16 Brett CannonAdd a missing #
2016-08-16 Ethan Furmanfix hyperlink
2016-08-16 Raymond Hettingermerge
2016-08-16 Raymond HettingerRemove duplicate of the entry in the seealso section
2016-08-16 Raymond HettingerIssue #25628: Make namedtuple "rename" and "verbose...
2016-08-16 Victor StinnerIssue #27776: dev_urandom(raise=0) now closes the file...
next