]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2019-04-16  Stéphane Wirtelbpo-36345: Update wsgiref example (GH-12562)
2019-04-15  Inada Naokibpo-27860: ipaddress: fix Interface missed some attribu...
2019-04-15  Victor Stinnerbpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)
2019-04-15  Victor Stinnerbpo-36389: Cleanup gc.set_threshold() (GH-12844)
2019-04-15  Victor Stinnerbpo-35134: Add cpython/pymem.h to build system (GH...
2019-04-15  Victor Stinnerbpo-35134: Add Include/cpython/pymem.h (GH-12840)
2019-04-15  Inada NaokiDoc: update PendingDeprecationWarning explanation ...
2019-04-15  Jakub Molinskibpo-36625: Remove obsolete comments from docstrings...
2019-04-15  Victor Stinnerbpo-36629: Add support.get_socket_conn_refused_errs...
2019-04-15  pxinwrbpo-31904: Port the time module on VxWorks (GH-12305)
2019-04-15  pxinwrbpo-31904: Don't build the _crypt extension on VxWorks...
2019-04-15  Inada Naokibpo-27860: use cached_property (GH-12832)
2019-04-14  Stefan Behnelbpo-30485: Re-allow empty strings in ElementPath namesp...
2019-04-14  Gregory P.... bpo-16079: fix duplicate test method name in test_gzip...
2019-04-14  Mickaël Schoentgenbpo-31658: Make xml.sax.parse accepting Path objects...
2019-04-14  Stefan Behnelbpo-30485: support a default prefix mapping in ElementP...
2019-04-14  Bernt Røskar... bpo-36227: ElementTree.tostring() default_namespace...
2019-04-13  Xtreakbpo-36593: Fix isinstance check for Mock objects with...
2019-04-13  Pablo Galindobpo-36427: Document that PyEval_RestoreThread and PyGIL...
2019-04-13  Pablo GalindoSkip test_preadv_flags if RWF_HIPRI is not supported...
2019-04-13  Pablo Galindobpo-36623: Clean parser headers and include files ...
2019-04-13  Cheryl Sabellabpo-18610: Update wsgiref.validate docstring for wsgi...
2019-04-13  Rémi Lapeyrebpo-35734: ipaddress: remove unused methods (GH-11591)
2019-04-13  Inada NaokiDoc: define PY_SSIZE_T_CLEAN always (GH-12794)
2019-04-12  Victor Stinnerbpo-36618: Don't add -fmax-type-align flag to old clang...
2019-04-12  Sebastian Rittaubpo-35581: Document @typing.type_check_only (GH-11312)
2019-04-12  mrh1997bpo-33922: Adding documentation for new "-64" suffix...
2019-04-12  Victor Stinnerbpo-18748: test_io: silence destructor errors (GH-12805)
2019-04-12  Victor Stinnerbpo-36611: Disable serialno field of debug memory alloc...
2019-04-12  Victor Stinnerbpo-36389: Add _PyObject_CheckConsistency() function...
2019-04-12  Victor Stinnerbpo-36618: Add -fmax-type-align=8 flag for clang (GH...
2019-04-12  Steve DowerAllow Windows layout builds to fully skip code signing...
2019-04-12  Paul Monsonbpo-36509: Add iot layout for Windows IoT containers...
2019-04-12  Paul MonsonEnable building nuget packages for ARM32 (GH-12669)
2019-04-12  Eric Snowbpo-33608: Revert "Factor out a private, per-interprete...
2019-04-12  Thomas GraingerCorrect grammar in concurrent/futures/process.py docstr...
2019-04-12  Christopher... Indicate that seek and tell are mandatory on BufferedRa...
2019-04-12  Kingsley Mbpo-36549: str.capitalize now titlecases the first...
2019-04-12  Eric Snowbpo-33608: Factor out a private, per-interpreter _Py_Ad...
2019-04-12  Victor Stinnerbpo-18748: io.IOBase destructor now logs close() errors...
next