summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump for 3.5.6rc1.v3.5.6rc1Larry Hastings2018-07-192-6/+6
* PyDoc topics refresh & blurb release for 3.5.6rc1.Larry Hastings2018-07-195-8/+30
* bpo-33216: Clarify the documentation for CALL_FUNCTION_* (#8338)larryhastings2018-07-192-22/+72
* Doc: Backport language switcher (bpo-33700, bpo-31045) (#8048)Julien Palard2018-07-025-74/+160
* Backport 3.7.0 final changesNed Deily2018-06-272-2/+2
* [3.5] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5991)Steve Dower2018-05-143-38/+97
* [3.5] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6034)Ned Deily2018-03-116-4/+39
* Post-release bump for Python 3.5.5.Larry Hastings2018-02-041-1/+1
* Version bump for 3.5.5.v3.5.5Larry Hastings2018-02-042-5/+5
* Finalize blurb archive for 3.5.5 (no new blurbs).Larry Hastings2018-02-041-0/+8
* Merge branch '3.5' of github.com:python/cpython into 3.5Larry Hastings2018-02-042-2/+4
|\
| * Update docs template for 3.8Ned Deily2018-01-312-2/+4
* | Post-release version bump for 3.5.5rc1.Larry Hastings2018-02-041-1/+1
* | 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