102123 Commits (aada63b20ec64bbfc4f2fb0718fc563eedbdd36a)
 

Author SHA1 Message Date
Brendan Gerrity aada63b20e bpo-34062: Add missing launcher argument and make behavior consistent between short and long arguments (GH-8827) 8 years ago
Steve Dower 757b73cf92
Add VSTS status badge to readme (GH-8958) 8 years ago
Marcel Plch 77b112cd56 bpo-34097: Polish API design (GH-8725) 8 years ago
Naris R 1b5f9c9653 bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (GH-8813) 8 years ago
Christian Heimes e6dac00779
bpo-34542: Update test certs and keys (GH-8997) 8 years ago
Victor Stinner 0382406fcc
Fix TestPosixSpawn.test_close_file() (GH-8992) 8 years ago
Victor Stinner fbca90856d
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005) 8 years ago
Victor Stinner de42755674
bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003) 8 years ago
Victor Stinner cf21504194
bpo-34485: Emit C locale coercion warning later (GH-9002) 8 years ago
Victor Stinner 3d4226a832
bpo-34523: Support surrogatepass in locale codecs (GH-8995) 8 years ago
Victor Stinner c5989cd876
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998) 8 years ago
Victor Stinner 70fead25e5
bpo-34523: Fix config_init_fs_encoding() (GH-8991) 8 years ago
Victor Stinner b2457efc78
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963) 8 years ago
Victor Stinner dfe0dc7453
bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881) 8 years ago
Victor Stinner 177d921c8c
bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988) 8 years ago
Victor Stinner 315877dc36
bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) 8 years ago
Raymond Hettinger 21786f5186
Improve commutativity of math.hypot() and math.dist() (GH-8984) 8 years ago
Victor Stinner 124b9eb4e4
bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982) 8 years ago
Victor Stinner 2c8ddcf4f1
bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979) 8 years ago
Victor Stinner 9e4994d410
bpo-34485: Enhance init_sys_streams() (GH-8978) 8 years ago
Victor Stinner d500e5307a
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969) 8 years ago
Victor Stinner 5cb258950c
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) 8 years ago
Carl Meyer d658deac60 bpo-21145: Add cached_property decorator in functools (#6982) 8 years ago
Przemysław Spodymek 216b745eaf bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542) 8 years ago
Michael Felt 7ef1697be5 bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923) 8 years ago
Louis Sautier 3fe89dac42 bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834) 8 years ago
Serhiy Storchaka 7d81e8f599
bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) 8 years ago
Serhiy Storchaka b44a1d4f71
bpo-34171: Fix test_trace. (GH-8940) 8 years ago
Elias Zamaria 393f1ff62e bpo-32968: Make modulo and floor division involving Fraction and float consistent with other operations (#5956) 8 years ago
Raymond Hettinger 74734f73ca
Fast path for exact floats in math.hypot() and math.dist() (GH-8949) 8 years ago
Michael Felt 89d79b1449 Remove AIX workaround test_subprocess (GH-8939) 8 years ago
Alexey Izbyshev a2eefa6754 bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934) 8 years ago
Alexey Izbyshev b57b4ac042 closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935) 8 years ago
Alexey Izbyshev 5f79b50763 closes bpo-34501: PyType_FromSpecWithBases: Check spec->name before dereferencing it. (GH-8930) 8 years ago
Alexey Izbyshev 44838be9f7 closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928) 8 years ago
Zackery Spytz 1871a4a351 Remove unneeded PyErr_Clear() in _winapi_SetNamedPipeHandleState_impl() (GH-8281) 8 years ago
Andrés Delfino 2e5d2ea208 Fix markup in stdtypes documentation (GH-8905) 8 years ago
Sergey Fedoseev 90555eca44 bpo-34395: Don't free allocated memory on realloc fail in load_mark() in _pickle.c. (GH-8788) 8 years ago
Sergey Fedoseev 86b89916d1 Fix upsizing of marks stack in pickle module. (GH-8860) 8 years ago
Serhiy Storchaka c406d5cd74
bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841) 8 years ago
Alexey Izbyshev 8fdd331bbf closes bpo-34493: Objects/genobject.c: Add missing NULL check to compute_cr_origin() (GH-8911) 8 years ago
Alexander Vasin 416cbce22d Fixed typo with asynccontextmanager code example (GH-8845) 8 years ago
Danish Prakash 09efe49c07 bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822) 8 years ago
Gregory P. Smith 76be0fffff
bpo-13312: Avoid int underflow in time year. (GH-8912) 8 years ago
Alexey Izbyshev eb746dbae8 bpo-34492: Python/coreconfig.c: Fix _Py_wstrlist_copy() (GH-8910) 8 years ago
Michael Osipov 3738fadc67 bpo-34448: Improve output of usable wchar_t check (GH-8846) 8 years ago
Alexey Izbyshev 498845368f closes bpo-34471: _datetime: Add missing NULL check to tzinfo_from_isoformat_results. (GH-8869) 8 years ago
Vladimir Matveev 91cb298f81 bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) 8 years ago
Daniel Dương 075b3c3259 Fix typo in the dataclasses's doc (GH-8896) 8 years ago
Alexey Izbyshev 7ecae3ca0b closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880) 8 years ago