summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Whoops, missed checking in version bump.v3.5.5rc1Larry Hastings2018-01-231-4/+4
* Bump version and copyright year for 3.5.5rc1.Larry Hastings2018-01-236-14/+14
* blurb release and pydoc topics for 3.5.5rc1.Larry Hastings2018-01-238-106/+13161
* [3.5] bpo-32072: Fix issues with binary plists. (GH-4455) (#4656)Serhiy Storchaka2018-01-233-37/+114
* [3.5] bpo-32551: Consistently configure sys.path[0] (#5197)Nick Coghlan2018-01-233-28/+124
* [3.5] bpo-32563: Get expat to compile under C89 (#5201)Nick Coghlan2018-01-231-8/+12
* [3.5] bpo-32620: Remove failing pyenv call from CI config (#5274)Nick Coghlan2018-01-232-3/+1
* bpo-30657: Fix CVE-2017-1000158 (#4664)Miro HronĨok2017-12-083-1/+11
* Exclude VENVDIR in Doc builds (#3977)Ned Deily2017-10-122-2/+3
* Remove retired and security branches from active docs (#3882)Ned Deily2017-10-031-2/+0
* bpo-31095: fix potential crash during GC (GH-2974) (#3196)INADA Naoki2017-09-2614-14/+60
* [3.5] bpo-31170: Fix inclusion of expat in Windows build projects. (#3751)Steve Dower2017-09-264-1/+15
* [3.5][Security] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3354)Victor Stinner2017-09-2423-153/+1289
* bpo-31568, Travis CI: Fix python3.5 (#3737)Victor Stinner2017-09-241-0/+3
* [3.5] Fix broken `Show Source` links on documentation pages (GH-3113) (#3126)Mariatta2017-09-081-1/+1
* [3.5] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440)Ned Deily2017-09-081-7/+14
* Merge 3.5.4 release into main 3.5 branch.Larry Hastings2017-08-082-3/+1
|\
| * Remove .mention-bot (GH-2923) (GH-2971)Mariatta2017-07-311-3/+0
| * bpo-25910: Update LICENSE (GH-2873) (GH-2968)Mariatta2017-07-311-6/+5
| * Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2941)Mariatta2017-07-281-1/+1
| * [3.5] bpo-31036: use an existing Misc/NEWS rather than trying to use blurb (#...Ned Deily2017-07-271-1/+13
| * [3.5] bpo-30876: Add new import test files to projects. (GH-2851). (#2913)Serhiy Storchaka2017-07-271-0/+1
* | Post-release version bump for 3.5.4 final.Larry Hastings2017-08-081-1/+1
* | Version bump for 3.5.4 final.v3.5.4Larry Hastings2017-08-072-5/+5
* | Blurb release and pydoc topics for 3.5.4 final.Larry Hastings2017-08-073-13089/+86
* | bpo-25910: Update LICENSE (GH-2873) (GH-2968)Mariatta2017-08-071-6/+5
* | Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2941)Mariatta2017-08-071-1/+1
* | [3.5] bpo-31036: use an existing Misc/NEWS rather than trying to use blurb (#...Ned Deily2017-08-071-1/+13
|/
* [3.5] [security] bpo-30119: fix ftplib.FTP.putline() to throw an error for a ...Dong-hee Na2017-07-263-1/+9
* [3.5] bpo-31018: Switch to GH-pragma pack from __declspec(align) (GH-2848) (#...Segev Finer2017-07-251-1/+4
* Post-release version bump for 3.5.4rc1.Larry Hastings2017-07-251-1/+1
* Merge main 3.5 branch into 3.5.4rc1.Larry Hastings2017-07-253-9/+9
|\
| * bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680) (#2845)Victor Stinner2017-07-241-0/+1
| * Backport Mac installer fixes for git-based workflow (#2838)Ned Deily2017-07-241-5/+4
| * bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2835)Ned Deily2017-07-242-4/+4
* | Version bump & copyright year fixes for 3.5.4rc1.v3.5.4rc1Larry Hastings2017-07-233-8/+9
* | Updated pydoc-topics for 3.5.4rc1.Larry Hastings2017-07-231-78/+13087
* | Blurb release for 3.5.4rc1.Larry Hastings2017-07-23112-253/+1135
* | Update 3.5 to use blurb!Larry Hastings2017-07-23134-9673/+28662
|/
* Mac installer build now needs venv for docs build (#2828) (#2833)Ned Deily2017-07-231-3/+3
* Add option to pass vcs info into Mac installer build (#2832)Ned Deily2017-07-231-2/+19
* [3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677)Serhiy Storchaka2017-07-239-382/+402
* [3.5] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin ...Berker Peksag2017-07-223-1/+18
* bpo-30822: regrtest: remove tzdata (#2782)Victor Stinner2017-07-204-15/+4
* bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781)Victor Stinner2017-07-204-4/+34
* [3.5] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2779)Mariatta2017-07-201-1/+1
* Update doc download files size estimates. (#2771) (#2773)Ned Deily2017-07-201-9/+9
* [3.5] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net ...Ammar Askar2017-07-201-3/+3
* bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2749)Xiang Zhang2017-07-192-2/+2
* [3.5] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-271...Serhiy Storchaka2017-07-162-1/+7