summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update test_socket AEAD test for kernel 4.9 and up (#133)matejcik2017-02-161-8/+7
* bpo-29026: Clarify documentation of time.time (#34)Eric Appelt2017-02-161-7/+35
* bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...Matthias Bussonnier2017-02-165-7/+41
* bpo-29548: Fix some inefficient call API usage (GH-97)INADA Naoki2017-02-167-40/+23
* bpo-29556: Remove unused #include <langinfo.h> (#98)Yen Chi Hsuan2017-02-154-16/+0
* bpo-29521 update Misc/ACKS (#106)Mariatta2017-02-151-0/+1
* Rename Doc/README.txt to Doc/README.rst and add formatting (#104)Roger2017-02-155-15/+16
* Doc/Makefile: set PYTHON to python3 (#124)Victor Stinner2017-02-152-2/+2
* More Travis docs build tweaks (GH-113)Zachary Ware2017-02-151-10/+3
* bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#107)Mariatta2017-02-151-0/+2
* Update URL of Mersenne Twister Home Page (#20)Hiroki Noda2017-02-151-3/+3
* Only run Travis tests on master and X.Y branches (GH-102)Donald Stufft2017-02-151-0/+5
* Have Travis consider a pull request as passing as soon as required tests comp...Brett Cannon2017-02-151-0/+1
* bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)Matthias Bussonnier2017-02-153-2/+31
* Remove double definition of IPPROTO_IPV6 (#100)Maximilian Hils2017-02-141-3/+0
* bpo-29557: Remove ambiguous line in binhex docs (#90)David Wilemski2017-02-141-2/+0
* Issue #29534: move Misc/NEWS entry to correct section; add Misc/ACS entry for...Mark Dickinson2017-02-142-2/+4
* Fixed #29534 - _decimal difference with _pydecimal (#65)Andrew Nester2017-02-143-11/+28
* Use 'make check' instead of 'python3 tools/rstlint.py' (#96)Berker Peksag2017-02-141-1/+1
* Only run CI checks when appropriate files have changed (#74)Berker Peksag2017-02-141-9/+27
* Tweak .codedoc.yml to make it more useful (#71)Berker Peksag2017-02-141-9/+14
* Various updates to README.rst (#21)Zachary Ware2017-02-141-83/+77
* bpo-28556: Various updates to typing (#28)Ivan Levkivskyi2017-02-134-58/+335
* A few README tweaks (#73)Ned Batchelder2017-02-131-5/+11
* Add Travis CI and Codecov badges to README (#70)Victor Stinner2017-02-132-6/+8
* Travis CI: run rstlint.py in the docs job (#68)Victor Stinner2017-02-132-2/+3
* bpo-29521 Fix two minor documentation build warnings (#41)Jim DeLaHunt2017-02-132-4/+5
* Allow up to a 0.01% drop in coverage (#30)Zachary Ware2017-02-131-2/+6
* bpo-29176: Fix name of the _curses.window class (#52)Victor Stinner2017-02-121-1/+1
* getpass: update docstrings (#49)MRMillon2017-02-121-1/+0
* bpo-28929: Link the documentation to its source file on GitHub (#35)Mariatta2017-02-121-2/+5
* bpo-29524: Add Objects/call.c file (#12)Victor Stinner2017-02-129-1345/+1393
* bpo-29474: Improve documentation for weakref.WeakValueDictionary (#10)Mariatta2017-02-121-5/+5
* bpo-27122: Fix comment to point to correct issue number (#47)Nathaniel J. Smith2017-02-121-1/+1
* bpo-29438: fixed use-after-free in key sharing dict (#17)INADA Naoki2017-02-122-3/+9
* Fix some sphinx warnings (#9)Ryan Gonzalez2017-02-113-17/+17
* Make Travis docs build more lenient (#16)Zachary Ware2017-02-111-1/+1
* Rename README to README.rst and enhance formatting (#2)Victor Stinner2017-02-112-51/+44
* Fix bpo-29528 Use a secure variable to stop spam (#13)Donald Stufft2017-02-111-1/+5
* Don't treat warnings as error in Travis docs job (#7)Victor Stinner2017-02-111-1/+1
* Support "bpo-" in Misc/NEWS (#1)Brett Cannon2017-02-101-4/+4
* Fix formatting issue with Codecov badgeBrett Cannon2017-02-101-1/+2
* Add the Codecov badge for masterBrett Cannon2017-02-101-0/+3
* Add a Travis badge for the master branchBrett Cannon2017-02-101-0/+2
* Add a codecov configuration fileBrett Cannon2017-02-101-0/+26
* Add a Travis configuration fileBrett Cannon2017-02-101-0/+81
* Delete old pull request templateBrett Cannon2017-02-101-9/+0
* Add a CONTRIBUTING fileBrett Cannon2017-02-101-0/+46
* Backed out changeset f23fa1f7b68fVictor Stinner2017-02-108-1390/+1345
* Issue #29465: Add Objects/call.c fileVictor Stinner2017-02-108-1345/+1390