Showing content from http://mail.python.org/pipermail/python-checkins/2019-April/thread.html below:
The Python-checkins April 2019 Archive by thread
April 2019 Archives by thread
Starting: Mon Apr 1 02:16:50 EDT 2019
Ending: Tue Apr 30 23:35:39 EDT 2019
Messages: 321
- [Python-checkins] bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-36492: Fix passing special keyword arguments to some functions. (GH-12637) (GH-12645) Serhiy Storchaka
- [Python-checkins] bpo-36026: make descr error message consistent (GH-11930) Inada Naoki
- [Python-checkins] bpo-20844: open script file with "rb" mode (GH-12616) Inada Naoki
- [Python-checkins] bpo-36495: Fix two out-of-bounds array reads (GH-12641) Guido van Rossum
- [Python-checkins] bpo-36157:Document PyInterpreterState_Main() (GH-12238) Miss Islington (bot)
- [Python-checkins] Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649) Steve Dower
- [Python-checkins] bpo-13120: fix typo with test_issue13120() method name (GH-12250) Miss Islington (bot)
- [Python-checkins] bpo-36377: Specify that range() can not be compared (GH-12468) Raymond Hettinger
- [Python-checkins] fix confusing argument name in unicodeobject.c (GH-12653) Miss Islington (bot)
- [Python-checkins] bpo-35838: document optionxform must be idempotent (GH-12656) Inada Naoki
- [Python-checkins] bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12619) Inada Naoki
- [Python-checkins] bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660) Serhiy Storchaka
- [Python-checkins] bpo-33261: guard access to __code__ attribute in inspect (GH-6448) Petr Viktorin
- [Python-checkins] bpo-32413: Add documentation that at the module level, locals(), globals() are the same dictionary (GH-5004) Miss Islington (bot)
- [Python-checkins] Have UserDict.__init__() implicitly check for updating w/ bool(kwargs) instead of len() (GH-12139) Miss Islington (bot)
- [Python-checkins] bpo-36440: include node names in ParserError messages, instead of numeric IDs (GH-12565) Pablo Galindo
- [Python-checkins] [3.7] bpo-36440: include node names in ParserError messages, instead of numeric IDs (GH-12565) (GH-12671) Pablo Galindo
- [Python-checkins] bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660) (GH-12678) Serhiy Storchaka
- [Python-checkins] bpo-36522: Print all values for headers with multiple values. (GH-12681) Serhiy Storchaka
- [Python-checkins] bpo-36522: Print all values for headers with multiple values. (GH-12681) (GH-12682) Serhiy Storchaka
- [Python-checkins] Fix duplicated test case for re. (GH-12662) Serhiy Storchaka
- [Python-checkins] Tools/importbench: Fix a misplaced stderr= (GH-12690) Petr Viktorin
- [Python-checkins] bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12505) Inada Naoki
- [Python-checkins] bpo-36301: Fix _PyPreConfig_Read() compiler warning (GH-12695) Victor Stinner
- [Python-checkins] bpo-29202: improve dict iteration (GH-11900) Inada Naoki
- [Python-checkins] bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406) Serhiy Storchaka
- [Python-checkins] Fix doc for create_subprocess_exec (GH-12598) Miss Islington (bot)
- [Python-checkins] bpo-36527: silence -Wunused-parameter warnings in object.h (GH-12688) Inada Naoki
- [Python-checkins] bpo-36050: optimize HTTPResponse.read() (GH-12698) Inada Naoki
- [Python-checkins] bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677) Serhiy Storchaka
- [Python-checkins] bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635) Nick Coghlan
- [Python-checkins] bpo-35726: Add test for QueueHandler with multiple handlers (GH-11659) Vinay Sajip
- [Python-checkins] bpo-35936: Updates to modulefinder (GH-11787) Nick Coghlan
- [Python-checkins] bpo-27181: Add statistics.geometric_mean() (GH-12638) Raymond Hettinger
- [Python-checkins] bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658) Inada Naoki
- [Python-checkins] remove duplicate code in biscet (GH-1270) Inada Naoki
- [Python-checkins] Correct "inplace" with "in-place" (GH-10480) Inada Naoki
- [Python-checkins] Add a What's New entry for bpo-35459. (GH-12706) Serhiy Storchaka
- [Python-checkins] bpo-35416: fix potential resource warnings in distutils (GH-10918) Inada Naoki
- [Python-checkins] bpo-35934: Add socket.create_server() utility function (GH-11784) Giampaolo Rodola
- [Python-checkins] bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733) Victor Stinner
- [Python-checkins] bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733) (GH-12734) Victor Stinner
- [Python-checkins] BPO-17561: set create_server backlog default to None (GH-12735) Giampaolo Rodola
- [Python-checkins] closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893) Benjamin Peterson
- [Python-checkins] bpo-30134: add an explanation of BytesWarning (GH-1249) Inada Naoki
- [Python-checkins] fix code styling (GH-12737) Inada Naoki
- [Python-checkins] bpo-30134: add BytesWarning in warnings.rst (GH-12738) Inada Naoki
- [Python-checkins] bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762) Inada Naoki
- [Python-checkins] bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH-6755) Vinay Sajip
- [Python-checkins] bpo-34060: Report system load when running test suite for Windows (GH-8357) Cheryl Sabella
- [Python-checkins] bpo-36560: Fix reference leak hunting in regrtest (GH-12744) Victor Stinner
- [Python-checkins] bpo-30134: fix BytesWarning doc, docstring and message (GH-12739) Inada Naoki
- [Python-checkins] bpo-34139: Remove unix datagram socket from FS before binding (GH-8323) Miss Islington (bot)
- [Python-checkins] bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708) Miss Islington (bot)
- [Python-checkins] bpo-36560: Fix reference leak hunting in regrtest (GH-12744) (GH-12745) Victor Stinner
- [Python-checkins] bpo-36508: python-config don't export LINKFORSHARED (GH-12661) Victor Stinner
- [Python-checkins] bpo-36560: regrtest: don't collect the GC twice (GH-12747) Victor Stinner
- [Python-checkins] bpo-36577: setup.py reports missing OpenSSL again (GH-12746) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-36560: regrtest: don't collect the GC twice (GH-12747) (GH-12749) Victor Stinner
- [Python-checkins] bpo-34373: Fix time.mktime() on AIX (GH-12726) Victor Stinner
- [Python-checkins] bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12751) Victor Stinner
- [Python-checkins] bpo-31512: Add non-elevated symlink support for Windows (GH-3652) Steve Dower
- [Python-checkins] Fix typos in compile.c comments (GH-12752) Miss Islington (bot)
- [Python-checkins] bpo-12910: update and correct quote docstring (#2568) Senthil Kumaran
- [Python-checkins] bpo-12910: update and correct quote docstring (GH-2568) Miss Islington (bot)
- [Python-checkins] bpo-14826: document that URLopener quotes fullurl. (GH-12758) Gregory P. Smith
- [Python-checkins] bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321) Miss Islington (bot)
- [Python-checkins] bpo-36559: random module: optimize sha512 import (GH-12742) Raymond Hettinger
- [Python-checkins] fix typo in doc (#12686) Éric Araujo
- [Python-checkins] bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764) Victor Stinner
- [Python-checkins] Doc: fix typo in IncrementalDecoder.setstate (GH-12724) Inada Naoki
- [Python-checkins] better __init__.py explanation in tutorial (#12763) Inada Naoki
- [Python-checkins] better __init__.py explanation in tutorial (GH-12763) Miss Islington (bot)
- [Python-checkins] bpo-36416: Correct bytes.rpartition documentation (GH-12543) Inada Naoki
- [Python-checkins] bpo-36597: Disable Travis CI doctest job (GH-12775) Victor Stinner
- [Python-checkins] bpo-36597: fix random doctest failure (GH-12776) Inada Naoki
- [Python-checkins] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) Victor Stinner
- [Python-checkins] bpo-36597: fix weakref example code (GH-12779) Inada Naoki
- [Python-checkins] bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378) Inada Naoki
- [Python-checkins] bpo-36597: fix random doctest failure (GH-12778) Inada Naoki
- [Python-checkins] bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782) Victor Stinner
- [Python-checkins] bpo-36605: make tags: parse Modules/_io directory (GH-12789) Victor Stinner
- [Python-checkins] [3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) (GH-12788) Victor Stinner
- [Python-checkins] bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977) Miss Islington (bot)
- [Python-checkins] bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736) Miss Islington (bot)
- [Python-checkins] bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-12792) Inada Naoki
- [Python-checkins] bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797) Victor Stinner
- [Python-checkins] bpo-36588: On AIX, remove major version from sys.platform (GH-12787) Victor Stinner
- [Python-checkins] bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786) Victor Stinner
- [Python-checkins] bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) Eric Snow
- [Python-checkins] bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804) Steve Dower
- [Python-checkins] Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216) Benjamin Peterson
- [Python-checkins] bpo-34652: Use AC_CHECK_FUNCS for lchmod. (GH-12799) Benjamin Peterson
- [Python-checkins] Correct grammar in concurrent/futures/process.py docstring (GH-12761) Steve Dower
- [Python-checkins] bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806) Eric Snow
- [Python-checkins] Enable building nuget packages for ARM32 (GH-12669) Steve Dower
- [Python-checkins] bpo-36509: Add iot layout for Windows IoT containers (GH-12663) Steve Dower
- [Python-checkins] Allow Windows layout builds to fully skip code signing (GH-12808) Steve Dower
- [Python-checkins] bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809) Victor Stinner
- [Python-checkins] bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803) Victor Stinner
- [Python-checkins] bpo-36611: Disable serialno field of debug memory allocators (#12796) Victor Stinner
- [Python-checkins] bpo-18748: test_io: silence destructor errors (GH-12805) Victor Stinner
- [Python-checkins] bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849) Steve Dower
- [Python-checkins] bpo-35581: Document @typing.type_check_only (GH-11312) Guido van Rossum
- [Python-checkins] bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811) Victor Stinner
- [Python-checkins] bpo-36605: make tags: parse Modules/_io directory (GH-12789) (GH-12815) Victor Stinner
- [Python-checkins] bpo-36605: make tags: parse Modules/_io directory (GH-12789) (GH-12814) Victor Stinner
- [Python-checkins] Doc: define PY_SSIZE_T_CLEAN always (GH-12794) Inada Naoki
- [Python-checkins] bpo-35734: ipaddress: remove unused methods (GH-11591) Inada Naoki
- [Python-checkins] bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663) Cheryl Sabella
- [Python-checkins] bpo-36623: Clean parser headers and include files (GH-12253) Pablo Galindo
- [Python-checkins] Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762) Pablo Galindo
- [Python-checkins] bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541) Pablo Galindo
- [Python-checkins] bpo-36593: Fix isinstance check for Mock objects with spec executed under tracing (GH-12790) Pablo Galindo
- [Python-checkins] [3.7] bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541) (GH-12820) Pablo Galindo
- [Python-checkins] bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225) Stefan Behnel
- [Python-checkins] bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823) Stefan Behnel
- [Python-checkins] bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) Stefan Behnel
- [Python-checkins] bpo-16079: fix duplicate test method name in test_gzip. (GH-12827) Gregory P. Smith
- [Python-checkins] bpo-30485: Re-allow empty strings in ElementPath namespace mappings since they might actually be harmless and unused (and thus went undetected previously). (#12830) Stefan Behnel
- [Python-checkins] bpo-27860: use cached_property (GH-12832) Inada Naoki
- [Python-checkins] bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833) Victor Stinner
- [Python-checkins] bpo-31904: Port the time module on VxWorks (GH-12305) Victor Stinner
- [Python-checkins] bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834) Victor Stinner
- [Python-checkins] bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834) (GH-12835) Victor Stinner
- [Python-checkins] bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-12822) Mark Dickinson
- [Python-checkins] Doc: update PendingDeprecationWarning explanation (GH-12837) Nick Coghlan
- [Python-checkins] bpo-35134: Add Include/cpython/pymem.h (GH-12840) Victor Stinner
- [Python-checkins] bpo-35134: Add cpython/pymem.h to build system (GH-12842) Victor Stinner
- [Python-checkins] bpo-36389: Cleanup gc.set_threshold() (GH-12844) Victor Stinner
- [Python-checkins] bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) Victor Stinner
- [Python-checkins] bpo-36348: test_imaplib: add debug info (GH-12846) Victor Stinner
- [Python-checkins] bpo-27860: ipaddress: fix Interface missed some attributes (GH-12836) Inada Naoki
- [Python-checkins] bpo-36345: Update wsgiref example (GH-12562) Stéphane Wirtel
- [Python-checkins] bpo-36508: python-config don't export LINKFORSHARED (GH-12661) (GH-12748) Victor Stinner
- [Python-checkins] Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856) Berker Peksag
- [Python-checkins] bpo-33783: Use proper class markup for random.Random docs (GHè7817) Victor Stinner
- [Python-checkins] bpo-33783: Use proper class markup for random.Random docs (GH-7817) (GH-12859) Victor Stinner
- [Python-checkins] bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854) Inada Naoki
- [Python-checkins] bpo-36642: make unicodedata const (GH-12855) Inada Naoki
- [Python-checkins] bpo-31904: Fix test_tabnanny on VxWorks (GH-12646) Victor Stinner
- [Python-checkins] Clarify file-closing example in tutorial (GH-11652) Cheryl Sabella
- [Python-checkins] bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858) Victor Stinner
- [Python-checkins] bpo-35755: Remove current directory from posixpath.defpath (GH-11586) Victor Stinner
- [Python-checkins] bpo-31904: Port test_cmd_line to VxWorks (#12648) Victor Stinner
- [Python-checkins] bpo-31904: Port test_resource to VxWorks (GH-12719) Victor Stinner
- [Python-checkins] bpo-35755: Don't say "to mimick Unix which command behavior" (GH-12861) Victor Stinner
- [Python-checkins] bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852) Victor Stinner
- [Python-checkins] bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852) (GH-12863) Victor Stinner
- [Python-checkins] [3.7] bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12862) Victor Stinner
- [Python-checkins] bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) Victor Stinner
- [Python-checkins] bpo-36649: Remove trailing spaces for registry keys when installed via the Store (GH-12865) Steve Dower
- [Python-checkins] bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821) Brett Cannon
- [Python-checkins] Fix wrong indentation of a paragraph in documentation (GH-12868) Ivan Levkivskyi
- [Python-checkins] bpo-36638: Fix WindowsLoadTracker exception on some Windows versions (GH-12849) Steve Dower
- [Python-checkins] bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059) Steve Dower
- [Python-checkins] bpo-36635: Add _testinternalcapi module (GH-12841) Victor Stinner
- [Python-checkins] bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866) Miss Islington (bot)
- [Python-checkins] bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860) Stefan Behnel
- [Python-checkins] ctypes: remove use of legacy unicode API (GH-12340) Inada Naoki
- [Python-checkins] bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881) Raymond Hettinger
- [Python-checkins] bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881) (GH-12888) Raymond Hettinger
- [Python-checkins] Fix typo (GH-12878) Miss Islington (bot)
- [Python-checkins] bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879) Berker Peksag
- [Python-checkins] bpo-24011: Use PyModule_Add{Object, IntMacro} in PyInit__signal() (GH-12765) Berker Peksag
- [Python-checkins] bpo-23078: Add support for {class, static}method to mock.create_autospec() (GH-11613) Berker Peksag
- [Python-checkins] Doc: add the missing ".tp_flags" in type definition (GH-12902) Inada Naoki
- [Python-checkins] bpo-36523: Add docstring to io.IOBase.writelines (GH-12683) Inada Naoki
- [Python-checkins] bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903) Berker Peksag
- [Python-checkins] bpo-29734: Cleanup test_getfinalpathname_handles test (GH-12908) Berker Peksag
- [Python-checkins] bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) Steve Dower
- [Python-checkins] bpo-36672: Fix a compiler warning in winreg.SetValue() (GH-12882) Steve Dower
- [Python-checkins] bpo-33608: Normalize atomic macros so that they all expect an atomic struct (GH-12877) Steve Dower
- [Python-checkins] Fixes platform.win32_ver on non-Windows platforms (GH-12912) Steve Dower
- [Python-checkins] bpo-36678: Rename duplicate tests in test_dataclasses (GH-12899) Steve Dower
- [Python-checkins] bpo-36683: Rename duplicate test_io_encoding to test_pyio_encoding (GH-12896) Steve Dower
- [Python-checkins] bpo-36682: Rename duplicate tests in test_sys_setprofile (GH-12895) Steve Dower
- [Python-checkins] bpo-36681: Remove duplicate test_regression_29220 function (GH-12894) Steve Dower
- [Python-checkins] bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH-12893) Steve Dower
- [Python-checkins] bpo-36679: Rename duplicate test_class_getitem function (GH-12892) Steve Dower
- [Python-checkins] [2.7] bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) (GH-12916) Miss Islington (bot)
- [Python-checkins] bpo-36546: Add statistics.quantiles() (#12710) Raymond Hettinger
- [Python-checkins] [3.7] bpo-9566: Fix compiler warnings on Windows (GH-12920) Victor Stinner
- [Python-checkins] Add module specification: itemgetter -> operator.itemgetter (GH-12823) Raymond Hettinger
- [Python-checkins] Document that TestCase.assertCountEqual() can take iterables (GH-686) Raymond Hettinger
- [Python-checkins] bpo-35904: Add missing fmean() entry to the summary table (GH-12919) Raymond Hettinger
- [Python-checkins] bpo-36018: Make "seed" into a keyword only argument (GH-12921) Raymond Hettinger
- [Python-checkins] use `const` in graminit.c (GH-12713) Inada Naoki
- [Python-checkins] bpo-36635, bpo-36696: Fix setup.py on AIX (GH-12922) Victor Stinner
- [Python-checkins] fix warnings by adding more const (GH-12924) Inada Naoki
- [Python-checkins] bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505) Inada Naoki
- [Python-checkins] replace 'sequencial argument' by 'positional' in doc (GH-12925) Inada Naoki
- [Python-checkins] bpo-36454: Fix test_time.test_monotonic() (GH-12929) Victor Stinner
- [Python-checkins] Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh? python-checkins at python.org
- [Python-checkins] fix typo in gzip.py (GH-12928) Inada Naoki
- [Python-checkins] bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931) Victor Stinner
- [Python-checkins] bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935) Victor Stinner
- [Python-checkins] bpo-30840: Document relative imports (#12831) Nick Coghlan
- [Python-checkins] bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936) Victor Stinner
- [Python-checkins] bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937) Victor Stinner
- [Python-checkins] bpo-30840: Document relative imports (GH-12831) (GH-12938) Nick Coghlan
- [Python-checkins] bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939) Victor Stinner
- [Python-checkins] Issue 35224: Add PEP 572 (assignment expressions) to What's New (#12941) Guido van Rossum
- [Python-checkins] bpo-36668: FIX reuse semaphore tracker for child processes (#5172) Antoine Pitrou
- [Python-checkins] Add @pablogsal to code owners file for Parser/pgen (GH-12944) Pablo Galindo
- [Python-checkins] bpo-36465: Make release and debug ABI compatible (GH-12615) Victor Stinner
- [Python-checkins] bpo-36465: Fix test_regrtest on Windows (GH-12945) Victor Stinner
- [Python-checkins] bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) Victor Stinner
- [Python-checkins] bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) (GH-12948) Victor Stinner
- [Python-checkins] bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) (GH-12949) Victor Stinner
- [Python-checkins] bpo-35537: Document posix_spawn() change in subprocess (GH-11668) Victor Stinner
- [Python-checkins] bpo-21536: C extensions are no longer linked to libpython (GH-12946) Victor Stinner
- [Python-checkins] bpo-35920: Windows 10 ARM32 platform support (GH-11774) Steve Dower
- [Python-checkins] bpo-36722: Debug build loads libraries built in release mode (GH-12952) Victor Stinner
- [Python-checkins] bpo-36710: Add runtime variable in pystate.c (GH-12956) Victor Stinner
- [Python-checkins] bpo-36710: Add runtime parameter in gcmodule.c (GH-12958) Victor Stinner
- [Python-checkins] bpo-36725: regrtest: add TestResult type (GH-12960) Victor Stinner
- [Python-checkins] bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962) Victor Stinner
- [Python-checkins] bpo-36724: Add _PyWarnings_Fini() (#12963) Victor Stinner
- [Python-checkins] bpo-36725: Refactor regrtest multiprocessing code (GH-12961) Victor Stinner
- [Python-checkins] bpo-36669: add matmul support to weakref.proxy (GH-12932) Mark Dickinson
- [Python-checkins] bpo-36719: regrtest always detect uncollectable objects (GH-12951) Victor Stinner
- [Python-checkins] bpo-36719: Fix regrtest re-run (GH-12964) Victor Stinner
- [Python-checkins] bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965) Victor Stinner
- [Python-checkins] [3.7] bpo-36719: sync regrtest with master branch (GH-12967) Victor Stinner
- [Python-checkins] bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968) Victor Stinner
- [Python-checkins] bpo-36733: Fix PYTHONPATH for make regen-add (GH-12969) Victor Stinner
- [Python-checkins] bpo-31525: Increase minimum sqlite version number check (GH-12923) Berker Peksag
- [Python-checkins] bpo-21536: Revert Makefile change on python-config (GH-12971) Victor Stinner
- [Python-checkins] bpo-36722: Add What's New entry for debug ABI (GH-12957) Victor Stinner
- [Python-checkins] bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973) Victor Stinner
- [Python-checkins] [3.7] bpo-36679: Rename duplicate test_class_getitem function (GH-12892) (GH-12978) Ivan Levkivskyi
- [Python-checkins] Syntax highlight IDLE html doc code example. (GH-12981) Terry Jan Reedy
- [Python-checkins] bpo-36722: Style and grammar edits for ABI news entries (GH-12979) Victor Stinner
- [Python-checkins] bpo-36025: Fix PyDate_FromTimestamp API (GH-11922) Berker Peksag
- [Python-checkins] bpo-2091: Fix typo in exception message (GH-12987) Berker Peksag
- [Python-checkins] bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891) Stefan Behnel
- [Python-checkins] bpo-36715: Add usage note for dict.fromkeys() (GH-12974) Raymond Hettinger
- [Python-checkins] bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993) Miss Islington (bot)
- [Python-checkins] bpo-36729: Delete unused text variable on tests. (GH-12959) Serhiy Storchaka
- [Python-checkins] bpo-36546: More tests: type preservation and equal inputs (#13000) Raymond Hettinger
- [Python-checkins] Fix typo in 'tandem' word (GH-12998) (GH-12998) Raymond Hettinger
- [Python-checkins] bpo-21536: On Android, C extensions are linked to libpython (GH-12989) Victor Stinner
- [Python-checkins] bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly (GH-12667) Victor Stinner
- [Python-checkins] bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003) Victor Stinner
- [Python-checkins] bpo-36356: Destroy the GIL at exit (GH-12453) Victor Stinner
- [Python-checkins] Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006) Victor Stinner
- [Python-checkins] bpo-36540: PEP 570 -- Implementation (GH-12701) Pablo Galindo
- [Python-checkins] Add initial 'whatsnew' section for PEP 570 (GH-12942) Pablo Galindo
- [Python-checkins] bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007) Victor Stinner
- [Python-checkins] bpo-35952: Sync test.pythoninfo from master (GH-13009) Victor Stinner
- [Python-checkins] bpo-35952: Sync test.pythoninfo from master (GH-13010) Victor Stinner
- [Python-checkins] bpo-36004: Add date.fromisocalendar (GH-11888) Victor Stinner
- [Python-checkins] bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986) Berker Peksag
- [Python-checkins] bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) Ned Deily
- [Python-checkins] Prevent macOS installer build failure if ABIFLAGS is empty. (GH-13012) Ned Deily
- [Python-checkins] bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) (GH-13014) Ned Deily
- [Python-checkins] bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-12060) Brett Cannon
- [Python-checkins] bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) Pablo Galindo
- [Python-checkins] closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008) Benjamin Peterson
- [Python-checkins] bpo-36018: Test idempotence. Test two methods against one-another. (GH-13021) Raymond Hettinger
- [Python-checkins] bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785) Inada Naoki
- [Python-checkins] bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970) Victor Stinner
- [Python-checkins] bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017) Steve Dower
- [Python-checkins] Don't report deleted attributes in __dir__ (GH#10148) Chris Withers
- [Python-checkins] bpo-36763: Fix Py_SetStandardStreamEncoding() (GH-13028) Victor Stinner
- [Python-checkins] bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030) Victor Stinner
- [Python-checkins] bpo-30458: Disallow control chars in http URLs. (GH-12755) Gregory P. Smith
- [Python-checkins] bpo-36763: Rework _PyInitError API (GH-13031) Victor Stinner
Last message date: Tue Apr 30 23:35:39 EDT 2019
Archived on: Tue Apr 30 23:35:40 EDT 2019
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4