summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Drop C++ header compatibility test (#718)Brett Cannon2017-03-191-2/+0
* bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)Serhiy Storchaka2017-03-1914-202/+527
* bpo-20186: Convert tuple object implementation to Argument Clinic. (#614)Serhiy Storchaka2017-03-192-46/+176
* bpo-20185: Convert typeobject.c to Argument Clinic. (#544)Serhiy Storchaka2017-03-192-76/+391
* bpo-29776: Use decorator syntax for properties. (#585)Serhiy Storchaka2017-03-1910-33/+52
* bpo-28749: Fixed the documentation of the mapping codec APIs. (#487)Serhiy Storchaka2017-03-192-74/+66
* bpo-27200: Fix doctests in programming.rst and datetime.rst (#401)Marco Buttu2017-03-184-5/+10
* Combine the C++ header CI build into the main C build (GH-697)Brett Cannon2017-03-171-9/+2
* bpo-29836: Remove nturl2path from test_sundry and amend the module docstring ...Jim Fasarakis-Hilliard2017-03-172-3/+7
* bpo-29808: SysLogHandler: Do not fail if initial connect to syslog failed (#6...Коренберг Марк2017-03-171-1/+8
* bpo-16355: Clarify when inspect.getcomments() returns None (#428)Marco Buttu2017-03-172-1/+8
* bpo-29820: othergui.rst: Remove outdated information (GH-685)Marco Buttu2017-03-171-12/+6
* Takes vcruntime140.dll from the correct source. (#679)Steve Dower2017-03-162-11/+6
* bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (#527)Nate2017-03-153-2/+17
* Fix stderr bug in json.tool test (#346)Daniel Himmelstein2017-03-151-5/+4
* bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar...Michael Seifert2017-03-154-1/+34
* Use the default number of reviewers (3) for mention-bot (#667)Donald Stufft2017-03-141-1/+0
* bpo-29735: Optimize partial_call(): avoid tuple (#516)Victor Stinner2017-03-143-35/+100
* Add ELLIPSIS and RARROW. Add tests (#666)Jim Fasarakis-Hilliard2017-03-142-1/+24
* bpo-28810: Update lnotab_notes.txt (#665)Ivan Levkivskyi2017-03-141-22/+28
* bpo-29592: site: skip abs_paths() when it's redundant (GH-167)INADA Naoki2017-03-141-1/+6
* bpo-29548: Recommend PyObject_Call APIs over PyEval_Call APIs. (GH-75)INADA Naoki2017-03-142-33/+30
* bpo-28856: Let %b format for bytes support objects that follow the buffer pro...Xiang Zhang2017-03-143-3/+23
* ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652)Jelle Zijlstra2017-03-131-1/+1
* fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653)Jelle Zijlstra2017-03-131-2/+2
* bpo-29756: Improve documentation for list methods that compare items by equal...Xiang Zhang2017-03-132-3/+3
* bpo-29730: replace some calls to PyNumber_Check and improve some error messag...Oren Milman2017-03-125-25/+39
* Fix wrapping into StopIteration of return values in generators and coroutines...Yury Selivanov2017-03-122-2/+16
* bpo-29742: asyncio get_extra_info() throws exception (#525)Nikolay Kim2017-03-123-1/+18
* bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501)Serhiy Storchaka2017-03-122-5/+5
* bpo-15695: Add PyAPI_FUNC() to _PyDict_SizeOf() declaration. (#639)Serhiy Storchaka2017-03-121-1/+1
* 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