]> granicus.if.org Git - python/shortlog
python
2016-08-22 Victor StinnerIssue #27809: Use _PyObject_FastCallDict()
2016-08-22 Victor StinnerIssue #27809: Cleanup _PyEval_EvalCodeWithName()
2016-08-22 Victor Stinner_PyFunction_FastCallDict() supports keyword args
2016-08-22 Victor StinnerRename _PyObject_FastCall() to _PyObject_FastCallDict()
2016-08-22 Berker PeksagIssue #27587: Merge from 3.5
2016-08-22 Berker PeksagIssue #27587: Move null pointer check earlier in _PySta...
2016-08-22 Victor StinnerIssue #27829: libregrtest.save_env: flush stderr
2016-08-22 Victor StinnerCleanup libregrtest
2016-08-22 Mark DickinsonIssue #27792: force int return type for modulo operatio...
2016-08-22 Victor StinnerOptimize call to Python function without argument
2016-08-22 Mark DickinsonIssue #27539: Merge from 3.5.
2016-08-22 Mark DickinsonIssue #27539: Fix unnormalised Fraction.__pow__ result...
2016-08-22 Raymond HettingerRemove main section that was only used during testing...
2016-08-21 Jason R. CoombsIssue #27819: Add more detail in What's New in 3.6.
2016-08-21 Benjamin Petersonremove unused list of pgen srcs
2016-08-21 Serhiy StorchakaIssue #26984: int() now always returns an instance...
2016-08-21 Berker PeksagIssue #21718: Merge from 3.5
2016-08-21 Berker PeksagIssue #21718: cursor.description is now available for...
2016-08-21 Mark DickinsonUntabify Objects/longobject.c.
2016-08-21 Mark DickinsonIssue #25604: Fix minor bug in integer true division...
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...
next