summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-...Pablo Galindo2018-08-311-0/+9
* bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInte...Pablo Galindo2018-08-312-6/+11
* Simplify vector_norm() by eliminating special cases in the main loop (GH-9006)Raymond Hettinger2018-08-311-22/+18
* bpo-34062: Add missing launcher argument and make behavior consistent between...Brendan Gerrity2018-08-312-8/+12
* Add VSTS status badge to readme (GH-8958)Steve Dower2018-08-311-1/+13
* bpo-34097: Polish API design (GH-8725)Marcel Plch2018-08-313-18/+19
* bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (G...Naris R2018-08-303-0/+15
* bpo-34542: Update test certs and keys (GH-8997)Christian Heimes2018-08-3020-726/+981
* Fix TestPosixSpawn.test_close_file() (GH-8992)Victor Stinner2018-08-291-30/+34
* bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)Victor Stinner2018-08-296-40/+50
* bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003)Victor Stinner2018-08-292-21/+32
* bpo-34485: Emit C locale coercion warning later (GH-9002)Victor Stinner2018-08-291-8/+7
* bpo-34523: Support surrogatepass in locale codecs (GH-8995)Victor Stinner2018-08-297-115/+421
* bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)Victor Stinner2018-08-295-30/+55
* bpo-34523: Fix config_init_fs_encoding() (GH-8991)Victor Stinner2018-08-291-1/+1
* bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)Victor Stinner2018-08-2912-100/+296
* bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881)Victor Stinner2018-08-296-135/+265
* bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988)Victor Stinner2018-08-293-19/+13
* bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)Victor Stinner2018-08-293-18/+40
* Improve commutativity of math.hypot() and math.dist() (GH-8984)Raymond Hettinger2018-08-291-13/+19
* bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982)Victor Stinner2018-08-284-97/+111
* bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979)Victor Stinner2018-08-283-13/+19
* bpo-34485: Enhance init_sys_streams() (GH-8978)Victor Stinner2018-08-288-43/+91
* bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)Victor Stinner2018-08-285-52/+105
* bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972)Victor Stinner2018-08-285-11/+35
* bpo-21145: Add cached_property decorator in functools (#6982)Carl Meyer2018-08-284-0/+256
* bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)Przemysław Spodymek2018-08-273-10/+48
* bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923)Michael Felt2018-08-272-0/+3
* bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834)Louis Sautier2018-08-271-1/+9
* bpo-26544: Get rid of dependence from distutils in platform. (GH-8356)Serhiy Storchaka2018-08-271-1/+30
* bpo-34171: Fix test_trace. (GH-8940)Serhiy Storchaka2018-08-271-3/+6
* bpo-32968: Make modulo and floor division involving Fraction and float consis...Elias Zamaria2018-08-274-12/+13
* Fast path for exact floats in math.hypot() and math.dist() (GH-8949)Raymond Hettinger2018-08-271-9/+21
* Remove AIX workaround test_subprocess (GH-8939)Michael Felt2018-08-262-8/+3
* bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)Alexey Izbyshev2018-08-261-0/+1
* closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935)Alexey Izbyshev2018-08-251-1/+1
* closes bpo-34501: PyType_FromSpecWithBases: Check spec->name before dereferen...Alexey Izbyshev2018-08-251-4/+9
* closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928)Alexey Izbyshev2018-08-251-3/+0
* Remove unneeded PyErr_Clear() in _winapi_SetNamedPipeHandleState_impl() (GH-8...Zackery Spytz2018-08-251-2/+0
* Fix markup in stdtypes documentation (GH-8905)Andrés Delfino2018-08-251-5/+5
* bpo-34395: Don't free allocated memory on realloc fail in load_mark() in _pic...Sergey Fedoseev2018-08-251-15/+5
* Fix upsizing of marks stack in pickle module. (GH-8860)Sergey Fedoseev2018-08-252-4/+4
* bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)Serhiy Storchaka2018-08-253-10/+10
* closes bpo-34493: Objects/genobject.c: Add missing NULL check to compute_cr_o...Alexey Izbyshev2018-08-251-0/+3
* Fixed typo with asynccontextmanager code example (GH-8845)Alexander Vasin2018-08-251-1/+1
* bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822)Danish Prakash2018-08-251-1/+1
* bpo-13312: Avoid int underflow in time year. (GH-8912)Gregory P. Smith2018-08-253-6/+13
* bpo-34492: Python/coreconfig.c: Fix _Py_wstrlist_copy() (GH-8910)Alexey Izbyshev2018-08-241-1/+4
* bpo-34448: Improve output of usable wchar_t check (GH-8846)Michael Osipov2018-08-242-7/+9
* closes bpo-34471: _datetime: Add missing NULL check to tzinfo_from_isoformat_...Alexey Izbyshev2018-08-241-1/+4