]> granicus.if.org Git - python/shortlog
python
2019-04-29 Victor StinnerRevert "bpo-36356: Destroy the GIL at exit (GH-12453...
2019-04-29 Victor Stinnerbpo-36356: Destroy the GIL at exit (GH-12453)
2019-04-29 xdegayebpo-36747: Remove the stale scriptsinstall Makefile...
2019-04-29 Joannah Nanjekyebpo-36475: Finalize PyEval_AcquireLock() and PyEval_Acq...
2019-04-29 xdegaye bpo-21536: On Android, C extensions are linked to...
2019-04-29 AndreyFix typo in 'tandem' word (GH-12998) (GH-12998)
2019-04-29 Raymond Hettingerbpo-36546: More tests: type preservation and equal...
2019-04-29 Emmanuel Ariasbpo-36729: Delete unused text variable on tests. (GH...
2019-04-28 Zackery Spytzbpo-36745: Fix a possible reference leak in PyObject_Se...
2019-04-28 Raymond Hettingerbpo-36715: Add usage note for dict.fromkeys() (GH-12974)
2019-04-28 Gordon P. Hemsleybpo-32424: Improve test coverage for xml.etree.ElementT...
2019-04-27 Berker Peksagbpo-2091: Fix typo in exception message (GH-12987)
2019-04-27 Paul Gansslebpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
2019-04-27 Paul Gansslebpo-36722: Style and grammar edits for ABI news entries...
2019-04-27 Terry Jan ReedySyntax highlight IDLE html doc code example. (GH-12981)
2019-04-26 Victor Stinnerbpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS...
2019-04-26 Victor Stinnerbpo-36722: Add What's New entry for debug ABI (GH-12957)
2019-04-26 Victor Stinnerbpo-21536: Revert Makefile change on python-config...
2019-04-26 Charles Pigottbpo-31525: Increase minimum sqlite version number check...
2019-04-26 Victor Stinnerbpo-36733: Fix PYTHONPATH for make regen-add (GH-12969)
2019-04-26 Victor Stinnerbpo-36356: pymain_exit_error() only call pymain_free...
2019-04-26 Victor Stinnerbpo-36719: regrtest closes explicitly WindowsLoadTracke...
2019-04-26 Victor Stinnerbpo-36719: Fix regrtest re-run (GH-12964)
2019-04-26 Victor Stinnerbpo-36719: regrtest always detect uncollectable objects...
2019-04-26 Mark Dickinsonbpo-36669: add matmul support to weakref.proxy (GH...
2019-04-26 Victor Stinnerbpo-36725: Refactor regrtest multiprocessing code ...
2019-04-26 Victor Stinnerbpo-36724: Add _PyWarnings_Fini() (#12963)
2019-04-26 Victor Stinnerbpo-36710: Fix compiler warning on PyThreadState_Delete...
2019-04-26 Victor Stinnerbpo-36725: regrtest: add TestResult type (GH-12960)
2019-04-26 Victor Stinnerbpo-36710: Add runtime parameter in gcmodule.c (GH...
2019-04-25 Victor Stinnerbpo-36710: Add runtime variable in pystate.c (GH-12956)
2019-04-25 Victor Stinnerbpo-36722: Debug build loads libraries built in release...
2019-04-25 Paul Monsonbpo-35920: Windows 10 ARM32 platform support (GH-11774)
2019-04-25 Victor Stinnerbpo-21536: C extensions are no longer linked to libpyth...
2019-04-25 Victor Stinnerbpo-35537: Document posix_spawn() change in subprocess...
2019-04-25 Victor Stinnerbpo-28552: Fix distutils.sysconfig for empty sys.execut...
2019-04-24 Victor Stinnerbpo-36465: Fix test_regrtest on Windows (GH-12945)
2019-04-24 Victor Stinnerbpo-36465: Make release and debug ABI compatible (GH...
2019-04-24 Pablo GalindoAdd @pablogsal to code owners file for Parser/pgen...
2019-04-24 Thomas Moreaubpo-36668: FIX reuse semaphore tracker for child proces...
2019-04-24 Guido van RossumIssue 35224: Add PEP 572 (assignment expressions) to...
2019-04-24 Victor Stinnerbpo-36710: Add runtime variable to Py_InitializeEx...
2019-04-24 Victor Stinnerbpo-36710: Add runtime variable to Py_FinalizeEx()...
2019-04-24 Joannah Nanjekyebpo-30840: Document relative imports (#12831)
2019-04-24 Victor Stinnerbpo-36710: PyOS_AfterFork_Child() pass runtime paramete...
2019-04-24 Victor Stinnerbpo-36710: Add runtime parameter to _PyThreadState_Init...
2019-04-24 Victor Stinnerbpo-36707: Remove the "m" flag (pymalloc) from SOABI...
2019-04-24 Maximilian... fix typo in gzip.py (GH-12928)
2019-04-23 Victor Stinnerbpo-36454: Fix test_time.test_monotonic() (GH-12929)
2019-04-23 Mathieu Dupuyreplace 'sequencial argument' by 'positional' in doc...
2019-04-23 Zackery Spytzbpo-18372: Add missing PyObject_GC_Track() calls in...
2019-04-23 Inada Naokifix warnings by adding more const (GH-12924)
2019-04-23 Victor Stinnerbpo-36635, bpo-36696: Fix setup.py on AIX (GH-12922)
2019-04-23 tyomitchuse `const` in graminit.c (GH-12713)
2019-04-23 Raymond Hettingerbpo-36018: Make "seed" into a keyword only argument...
2019-04-23 Raymond Hettingerbpo-35904: Add missing fmean() entry to the summary...
2019-04-23 jkleintDocument that TestCase.assertCountEqual() can take...
2019-04-23 Jakub MolinskiAdd module specification: itemgetter -> operator.itemge...
2019-04-23 Raymond Hettingerbpo-36546: Add statistics.quantiles() (#12710)
2019-04-22 Windson yangbpo-36679: Rename duplicate test_class_getitem function...
2019-04-22 Windson yangbpo-36680: Rename duplicate test_source_from_cache_path...
2019-04-22 Windson yangbpo-36681: Remove duplicate test_regression_29220 funct...
2019-04-22 Windson yangbpo-36682: Rename duplicate tests in test_sys_setprofil...
2019-04-22 Windson yangbpo-36683: Rename duplicate test_io_encoding to test_py...
2019-04-22 Windson yangbpo-36678: Rename duplicate tests in test_dataclasses...
2019-04-22 Steve DowerFixes platform.win32_ver on non-Windows platforms ...
2019-04-22 Steve Dowerbpo-33608: Normalize atomic macros so that they all...
2019-04-22 Zackery Spytzbpo-36672: Fix a compiler warning in winreg.SetValue...
2019-04-22 Zackery Spytzbpo-9194: Fix the bounds checking in winreg.c's fixupMu...
2019-04-22 Berker Peksagbpo-29734: Cleanup test_getfinalpathname_handles test...
2019-04-22 周家未bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)
2019-04-22 Marcin Niemirabpo-36523: Add docstring to io.IOBase.writelines (GH...
2019-04-22 Wu WeiDoc: add the missing ".tp_flags" in type definition...
2019-04-22 Xtreakbpo-23078: Add support for {class,static}method to...
2019-04-22 Joannah Nanjekyebpo-24011: Use PyModule_Add{Object,IntMacro} in PyInit_...
2019-04-21 mollisonbpo-36645: Fix ambiguous formatting in re.sub() documen...
2019-04-20 Fredrik AverpilFix typo (GH-12878)
2019-04-20 Raymond Hettingerbpo-36650: Fix handling of empty keyword args in C...
2019-04-19 Inada Naokictypes: remove use of legacy unicode API (GH-12340)
2019-04-18 Stefan Behnelbpo-30485: Change the prefix for defining the default...
2019-04-18 Enrico Alarico... bpo-36651: Fixed Asyncio Event Loop documentation incon...
2019-04-18 Victor Stinnerbpo-36635: Add _testinternalcapi module (GH-12841)
2019-04-18 Paul Monsonbpo-36071 Add support for Windows ARM32 in ctypes/libff...
2019-04-18 Paul Monsonbpo-36638: Fix WindowsLoadTracker exception on some...
2019-04-18 cocoatomoFix wrong indentation of a paragraph in documentation...
2019-04-17 joshbpo-32913: Added re.Match.groupdict example to regex...
2019-04-17 Steve Dowerbpo-36649: Remove trailing spaces for registry keys...
2019-04-17 Victor Stinnerbpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE...
2019-04-17 Victor Stinnerbpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852)
2019-04-17 Victor Stinnerbpo-35755: Don't say "to mimick Unix which command...
2019-04-17 Lihua Zhaobpo-31904: Port test_resource to VxWorks (GH-12719)
2019-04-17 Lihua Zhaobpo-31904: Port test_cmd_line to VxWorks (#12648)
2019-04-17 Victor Stinnerbpo-35755: Remove current directory from posixpath...
2019-04-17 Victor Stinnerbpo-35755: shutil.which() uses os.confstr("CS_PATH...
2019-04-17 Colin WatsonClarify file-closing example in tutorial (GH-11652)
2019-04-17 Lihua Zhaobpo-31904: Fix test_tabnanny on VxWorks (GH-12646)
2019-04-16 Inada Naokibpo-36642: make unicodedata const (GH-12855)
2019-04-16 Inada Naokibpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)
2019-04-16 Matthias Bussonnierbpo-33783: Use proper class markup for random.Random...
2019-04-16 Berker PeksagAdd myself to CODEOWNERS for sqlite3 and urllib.robotpa...
next