Miss Islington (bot)
e29573910c
advance copyright years to 2018 (GH-5094) ( #5104 )
...
(cherry picked from commit 65f2a6dcc2
)
2018-01-05 23:12:14 -08:00
Andrew Svetlov
28453feaa8
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) ( #4864 )
...
* [3.6] bpo-32297: Few misspellings found in Python source code comments. (GH-4803)
* Fix multiple typos in code comments
* Add spacing in comments (test_logging.py, test_math.py)
* Fix spaces at the beginning of comments in test_logging.py.
(cherry picked from commit 53f7a7c281
)
2017-12-14 16:19:51 +02:00
Miss Islington (bot)
0bec5e147a
[3.6] bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (GH-4715) ( #4716 )
...
(cherry picked from commit 24e046987b
)
2017-12-04 22:54:43 -05:00
Ned Deily
a72e7bf563
[3.6] bpo-28791: Update macOS installer to use SQLite 3.21.0. ( #4245 ) ( #4711 )
2017-12-04 21:29:30 -05:00
Miss Islington (bot)
98ceece8f4
[3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)
...
Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org
(cherry picked from commit 384899dfae
)
2017-09-06 14:29:04 -07:00
Ned Deily
f76d1a0819
Mac installer build now needs venv for docs build ( #2828 ) ( #2830 )
...
(cherry picked from commit 4c7532e96d
)
2017-07-23 17:10:40 -04:00
Ned Deily
4f05ef4e48
Remove check for git binary in Mac installer build
2017-06-17 02:58:07 -04:00
Ned Deily
4da52247d6
Add option to pass vcs info into Mac installer build
2017-06-17 02:58:07 -04:00
Victor Stinner
9d02f56296
[3.6] bpo-23404: make touch becomes make regen-all ( #1405 ) ( #1461 )
...
* bpo-23404: make touch becomes make regen-all (#1405 )
Don't rebuild generated files based on file modification time
anymore, the action is now explicit. Replace "make touch"
with "make regen-all".
Changes:
* Remove "make touch", Tools/hg/hgtouch.py and .hgtouch
* Add a new "make regen-all" command to rebuild all generated files
* Add subcommands to only generate specific files:
- regen-ast: Include/Python-ast.h and Python/Python-ast.c
- regen-grammar: Include/graminit.h and Python/graminit.c
- regen-importlib: Python/importlib_external.h and Python/importlib.h
- regen-opcode: Include/opcode.h
- regen-opcode-targets: Python/opcode_targets.h
- regen-typeslots: Objects/typeslots.inc
* Rename PYTHON_FOR_GEN to PYTHON_FOR_REGEN
* pgen is now only built by by "make regen-grammar"
* Add $(srcdir)/ prefix to paths to source files to handle correctly
compilation outside the source directory
Note: $(PYTHON_FOR_REGEN) is no more used nor needed by "make"
default target building Python.
(cherry picked from commit a5c62a8e9f
)
* bpo-30273: Update sysconfig (#1464 )
The AST_H_DIR variable was removed from Makefile.pre.in by the commit
a5c62a8e9f
(bpo-23404).
AST_H_DIR was hardcoded to "Include", so replace the removed variable
by its content.
Remove also ASDLGEN variable from sysconfig example since this
variable was also removed.
(cherry picked from commit b109a1d336
)
2017-05-05 00:46:56 +02:00
Ned Deily
343d48379c
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k ( #457 ) ( #459 )
...
(cherry picked from commit cfcd76777e
)
2017-03-04 03:04:48 -05:00
Ned Deily
5ddddb166d
bpo-29550: Temporarily skip "make touch" in Mac installer build. ( #456 ) ( #458 )
...
(cherry picked from commit 7cd9b22e98
)
2017-03-04 02:55:09 -05:00
Ned Deily
2eb97231b8
merge 3.5
2017-01-02 02:50:33 -05:00
Ned Deily
e8134afd8e
merge 3.4
2017-01-02 02:48:26 -05:00
Ned Deily
0717564746
merge 3.3
2017-01-02 02:47:35 -05:00
Ned Deily
c276ffa0a9
ring IDLE.app into 2017, too
2017-01-02 02:46:09 -05:00
Benjamin Peterson
5848e72ee1
merge 3.5
2017-01-01 22:08:44 -06:00
Benjamin Peterson
4365833d11
merge 3.4
2017-01-01 22:08:33 -06:00
Benjamin Peterson
b6e2142b0c
merge 3.3
2017-01-01 22:07:37 -06:00
Benjamin Peterson
e527dd34bc
ring in 2017 for Python
2017-01-01 22:04:13 -06:00
Ned Deily
9a5549598a
Update the Mac installer README file for 3.6.0.
2016-12-06 17:00:44 -05:00
Ned Deily
1194234e66
Issue #28248 : merge from 3.5
2016-10-31 19:54:17 -04:00
Ned Deily
38adbfa710
Issue #28248 : Update macOS installer build to use OpenSSL 1.0.2j.
...
Original patch by Mariatta Wijaya.
2016-10-31 19:51:58 -04:00
Ned Deily
473ce1d3e3
Issue #28028 : Update OS X installers to use SQLite 3.14.2.
...
Patch by Mariatta Wijaya.
2016-10-31 19:32:48 -04:00
Ned Deily
e326a9172f
Update OS X installer ReadMe for 360b2.
2016-10-10 15:34:00 -04:00
Ned Deily
dde4f63a54
Issue #17128 : Build OS X installer for 3.6 with private copy of OpenSSL.
...
Also provide a sample Install Certificates command script to install a
set of root certificates from the third-party certifi module.
2016-09-12 09:39:23 -04:00
Zachary Ware
c4b53afce4
Issue #28046 : Remove platform-specific directories from sys.path
2016-09-09 17:59:49 -07:00
Martin Panter
0be894b2f6
Issue #27895 : Spelling fixes (Contributed by Ville Skyttä).
2016-09-07 12:03:06 +00:00
Ned Deily
b3b0767861
Update OS X installer to use SQlite 3.14.1 and XZ 5.2.2.
2016-09-05 17:31:14 -07:00
Raymond Hettinger
15f44ab043
Issue #27895 : Spelling fixes (Contributed by Ville Skyttä).
2016-08-30 10:47:49 -07:00
Ned Deily
652bad4f4a
Issue #23968 : Make OS X installer build script aware of renamed platform
...
directory and sysconfigdata file name. This is a workaround for 3.6.0a4
pending resolution of other #23968 items.
2016-08-15 14:37:14 -04:00
Ned Deily
e371599004
Issue #27310 : Fix IDLE.app failure to launch on OS X due to vestigial import.
2016-06-13 20:27:57 -04:00
Ned Deily
19e21e4948
Issue #27310 : remove vestigial import in IDLE.app
2016-06-13 20:22:53 -04:00
Ned Deily
f39571ed64
Issue #26930 : merge from 3.5
2016-06-04 17:24:01 -07:00
Ned Deily
92b4b5a863
Issue #26930 : Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h.
2016-06-04 17:21:21 -07:00
Ned Deily
622b2f6ec9
Issue #24225 : Fix additional renamed module references.
2016-06-03 17:50:44 -07:00
Martin Panter
3e04d5b306
Issue #27076 : Merge spelling from 3.5
2016-05-26 06:03:19 +00:00
Martin Panter
46f50726a0
Issue #27076 : Doc, comment and tests spelling fixes
...
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
2016-05-26 05:35:26 +00:00
Ned Deily
fc92e2c5fd
Update Mac installer ReadMe file for 3.6.0a1
2016-05-16 16:03:12 -04:00
Martin Panter
4c35964b76
Corrections for a/an in code comments and documentation
2016-05-08 13:53:41 +00:00
Martin Panter
f0564164ba
Fix typos in comments, documentation and test method names
2016-05-08 13:48:10 +00:00
Ned Deily
c25784c089
Update copyrights for 2016.
2016-01-01 17:42:39 -05:00
Ned Deily
6364094f49
Issue #25798 : Update OS X 10.5+ 32-bit-only installer to build
...
and link with OpenSSL 1.0.2e.
2015-12-05 23:51:23 -05:00
Ned Deily
bb1c079657
Issue #19450 : Update OS X installer builds to use SQLite 3.8.11.
2015-07-28 23:22:23 -07:00
Ned Deily
f05b79dbd2
Issue #24603 : Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.
2015-07-24 16:21:18 -07:00
Ned Deily
0454d48e02
Issue #24432 : Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
2015-07-03 23:35:00 -07:00
Ned Deily
cd797f9191
Minor updates to the OS X installer ReadMe.rtf.
2015-05-08 14:42:32 -07:00
Ned Deily
f0c6cd3581
Issue #23686 : Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
2015-03-19 16:21:10 -07:00
Ned Deily
ac677f3fed
Issue #23594 : Update OS X 10.5 installer build to use OpenSSL 1.0.2.
2015-03-05 17:34:24 -08:00
Ned Deily
9125fe2e50
Issue #23212 : Update OS X installer build OpenSSL to 1.0.1l.
...
(currently only used for builds with <= 10.5 deployment targets)
2015-02-06 14:13:30 +11:00
Ned Deily
54362ca1da
Issue #23212 : 3.4-specific OS X installer updates
2015-01-09 13:30:11 -08:00