summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-26121: Revert to using the own implementations of lgamma and gamma on all...Serhiy Storchaka2017-03-122-33/+1
* bpo-8256: Fixed possible failing or crashing input() (#517)Serhiy Storchaka2017-03-122-5/+19
* bpo-26121: Use C library implementation for math functions erf() and erfc() o...Serhiy Storchaka2017-03-121-0/+6
* bpo-29723: Add missing NEWS entry (#638)Nick Coghlan2017-03-121-0/+8
* bpo-28692: Deprecate using non-integer value for selecting a plural form in g...Serhiy Storchaka2017-03-124-3/+17
* bpo-20185: Convert the resource moduel to Argument Clinic. (#545)Serhiy Storchaka2017-03-122-36/+239
* bpo-29723: Consistently configure sys.path[0] (#575)Nick Coghlan2017-03-122-28/+111
* bpo-29798: Handle git worktree in `make patchcheck` (#629)Nick Coghlan2017-03-121-1/+4
* bpo-15695: Implemented StgDict.__sizeof__(). (#509)Serhiy Storchaka2017-03-121-1/+21
* bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)Serhiy Storchaka2017-03-1217-73/+81
* bpo-20185: Convert the marshal module to Argument Clinic. (#541)Serhiy Storchaka2017-03-122-67/+229
* bpo-29746: Update marshal docs to Python 3. (#547)Serhiy Storchaka2017-03-124-29/+31
* bpo-29763: Use support.unlink instead of os.unlink (GH-624)Zachary Ware2017-03-121-4/+4
* bpo-29656: Handle PR branches in 'make patchcheck' (#302)Nick Coghlan2017-03-121-6/+52
* bpo-26121: Use C library implementation for math functions: (#515)Serhiy Storchaka2017-03-113-1/+53
* Only trigger AppVeyor on code or config changes (GH-611)Zachary Ware2017-03-111-0/+17
* tempfile.rst: Fix some typos (GH-610)Jelle Zijlstra2017-03-111-2/+2
* bpo-20185: Convert float object implementation to Argument Clinic. (#543)Serhiy Storchaka2017-03-113-157/+499
* bpo-20185: Convert list object implementation to Argument Clinic. (#542)Serhiy Storchaka2017-03-113-154/+527
* bpo-29770: remove outdated PYO related info (GH-590)Xiang Zhang2017-03-1110-31/+25
* bpo-29784: Fix the reference to shutil.copy in the docs (GH-602)Mariatta2017-03-111-2/+2
* bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-250)Ivan Levkivskyi2017-03-101-31/+40
* bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606)orenmn2017-03-104-120/+68
* bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode added in 3.6 (GH-239)Ivan Levkivskyi2017-03-101-4/+15
* bpo-28739: Document that f-strings cannot be used as docstring (GH-592)Mariatta2017-03-101-0/+11
* Ignore Include/pydtrace_probes.h (#597)Ɓukasz Langa2017-03-101-0/+1
* bpo-29773: Add more cases for testing string to float conversion errors. (#580)Serhiy Storchaka2017-03-091-8/+20
* bpo-29619: Convert st_ino using unsigned integer (#557)Victor Stinner2017-03-094-9/+15
* bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583)Serhiy Storchaka2017-03-091-1/+3
* bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)orenmn2017-03-093-61/+89
* bpo-29768: Fixed compile-time check for expat version. (#574)Serhiy Storchaka2017-03-091-1/+1
* bpo-29749: Update int() docstring (GH-565)svelankar2017-03-091-1/+1
* Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_From...Serhiy Storchaka2017-03-082-26/+26
* Fix the only non-C90 comment to be C90 compatible. (#566)n.d. parker2017-03-081-1/+1
* Exit Travis when only Misc/* is changed. (#564)Serhiy Storchaka2017-03-081-2/+2
* bpo-29645: Speed up importing the webbrowser module. (#484)Serhiy Storchaka2017-03-083-79/+120
* bpo-28231: The zipfile module now accepts path-like objects for external path...Serhiy Storchaka2017-03-084-21/+143
* bpo-28331: fix impl-detail label is removed when content is translated. (GH-195)INADA Naoki2017-03-082-2/+18
* bpo-28230: Document the pathlib support in tarfile and add tests. (#512)Serhiy Storchaka2017-03-082-4/+100
* Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554)Benjamin Peterson2017-03-082-10/+1
* allow the first call to wcsxfrm to return ERANGE (#536)Benjamin Peterson2017-03-081-1/+1
* make the glibc alias table take precedence over the X11 one (#422)Benjamin Peterson2017-03-084-43/+112
* bpo-29568: Disable any characters between two percents for escaped percent "%...Serhiy Storchaka2017-03-084-58/+57
* bpo-24329: allow __qualname__ and __classcell__ in __slots__ (GH-495)Xiang Zhang2017-03-082-5/+51
* bpo-26915: Test identity first in membership operation in index() and count()...Xiang Zhang2017-03-083-6/+19
* bpo-28682: Added support for bytes paths in os.fwalk(). (#489)Serhiy Storchaka2017-03-075-15/+37
* PCbuild: Add -q option to svn export (GH-535)INADA Naoki2017-03-071-1/+1
* bpo-29676: fix lsprof can't profile C method call. (GH523)INADA Naoki2017-03-071-1/+14
* bpo-28728: clarify possible test failure due to ISP (GH-412)Xiang Zhang2017-03-071-5/+15
* Exclude myself from mention-bot (#529)Victor Stinner2017-03-071-1/+1