summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | bpo-32365: Fix a reference leak when compile __debug__. (GH-4916) (#4918)Miss Islington (bot)2017-12-181-4/+4
* | bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898)Yury Selivanov2017-12-166-31/+53
* | Minor wording tweak for itertools documentation (GH-4893) (#4894)Miss Islington (bot)2017-12-151-2/+2
* | F-strings docs: link to Format Specifiers (GH-4888) (GH-4889)Miss Islington (bot)2017-12-151-1/+2
* | bpo-32294: Fix multiprocessing test_semaphore_tracker() (GH-4885) (#4887)Miss Islington (bot)2017-12-151-1/+1
* | compile.c: Remove unused varible (#4886)Victor Stinner2017-12-151-1/+0
* | bpo-28393: Update encoding lookup docs wrt bpo-27938 (GH-4871) (#4881)Miss Islington (bot)2017-12-151-4/+8
* | [3.6] bpo-30416: Protect the optimizer during constant folding. (#4865)Serhiy Storchaka2017-12-154-17/+144
* | [3.6] bpo-27169: The __debug__ constant is now optimized out at compile time....Serhiy Storchaka2017-12-154-38/+26
* | bpo-32329: Fix sys.flags.hash_randomization (#4875)Victor Stinner2017-12-155-7/+12
* | bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-47...Miss Islington (bot)2017-12-142-0/+4
* | pythoninfo: sync with master (#4844)Victor Stinner2017-12-141-21/+84
* | [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#...Andrew Svetlov2017-12-1436-69/+70
* | bpo-32302: Fix distutils bdist_wininst for CRT v142 (GH-4851) (#4861)Miss Islington (bot)2017-12-142-2/+4
* | bpo-32316: Travis CI: use PYTHON_FOR_REGEN=python3 (#4853)Victor Stinner2017-12-131-2/+4
* | trivial: link updates in documentation (GH-2765) (#4835)Miss Islington (bot)2017-12-134-5/+5
* | [3.6] Test atexit shutdown mechanism in a subprocess (GH-4828) (#4829)Antoine Pitrou2017-12-131-0/+16
* | bpo-32284: Fix documentation of BinaryIO and TextIO (GH-4832) (#4833)Miss Islington (bot)2017-12-131-3/+3
* | Fix improper use of re.escape() in tests. (GH-4814) (#4816)Miss Islington (bot)2017-12-121-1/+1
* | Fix implementation dependent assertion in test_plistlib. (GH-4813) (#4815)Miss Islington (bot)2017-12-121-1/+2
* | bpo-31942: Document optional support of start and stop attributes in Sequence...Miss Islington (bot)2017-12-122-3/+6
* | bpo-32255: Always quote a single empty field when write into a CSV file. (GH-...Miss Islington (bot)2017-12-124-2/+25
* | Fix idlelib comment typos reported by Mike on pull request 4803. (GH-4807) (#...Miss Islington (bot)2017-12-123-3/+3
* | bpo-22671: Clarify and test default read method implementations (GH-4568) (#4...Miss Islington (bot)2017-12-112-7/+59
* | bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795)Miss Islington (bot)2017-12-112-1/+3
* | Removed doubled 'bpo-'. (GH-4777) (#4780)Miss Islington (bot)2017-12-101-1/+1
* | bpo-32212: Updated logging documentation to make parameter names more consist...Vinay Sajip2017-12-091-236/+251
* | bpo-32208: update threading.Semaphore docs and add unit test (GH-4709) (#4750)Miss Islington (bot)2017-12-072-15/+17
* | bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link li...Miss Islington (bot)2017-12-072-1/+2
* | Allows non-critical upload steps to fail (GH-4742) (#4743)Miss Islington (bot)2017-12-061-3/+3
* | Bump to 3.6.4rc1+Ned Deily2017-12-061-1/+1
* | Merge tag 'v3.6.4rc1' into 3.6Ned Deily2017-12-06114-294/+1153
|\ \ | |/
| * Bump to 3.6.4rc1v3.6.4rc1Ned Deily2017-12-052-6/+6
| * Update NEWS and pydoc topics.Ned Deily2017-12-05112-280/+1147
| * Tidy NEWS entry.Ned Deily2017-12-051-10/+2
* | bpo-30928: update idlelib/NEWS.txt. (GH-4706) (#4707)Miss Islington (bot)2017-12-051-0/+7
|/
* Add a missing space in tkinter documentation. (GH-4692) (GH-4722)Miss Islington (bot)2017-12-051-1/+1
* [3.6] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (GH-47...Miss Islington (bot)2017-12-052-1/+3
* bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246). (GH-4717)Mariatta2017-12-054-3/+4
* [3.6] bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (GH-4715) (#4716)Miss Islington (bot)2017-12-052-4/+4
* [bpo-28556] Minor fixes for typing module (GH-4710) (#4713)Miss Islington (bot)2017-12-053-10/+55
* [3.6] bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245) (#4711)Ned Deily2017-12-052-3/+4
* bpo-32207: Improve tk event exception tracebacks in IDLE. (GH-4703) (#4705)Miss Islington (bot)2017-12-042-5/+15
* bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (GH-4701) (#4702)Miss Islington (bot)2017-12-041-0/+16
* bpo-27240 Rewrite the email header folding algorithm. (GH-3488) (#4693)Miss Islington (bot)2017-12-046-563/+511
* bpo-31619: Fixed integer overflow in converting huge strings to int. (GH-3884...Miss Islington (bot)2017-12-031-3/+11
* [3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684)Nick Coghlan2017-12-034-13/+59
* [3.6] bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940) ...Miss Islington (bot)2017-12-021-3/+2
* Don't hide unexpected errors in PyErr_WarnExplicitObject(). (GH-4585) (#4662)Miss Islington (bot)2017-12-011-9/+10
* bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661)Miss Islington (bot)2017-12-012-1/+8