Benjamin Peterson
65f2a6dcc2
advance copyright years to 2018 ( #5094 )
2018-01-04 22:34:19 -08:00
Mike
53f7a7c281
bpo-32297: Few misspellings found in Python source code comments. ( #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
2017-12-14 13:04:53 +02:00
Ned Deily
e6f8a7378d
Update macOS installer to XZ 5.2.3 ( #4718 )
2017-12-04 22:55:20 -05:00
Ned Deily
24e046987b
bpo-31392: Update macOS installer to use OpenSSL 1.0.2m ( #4715 )
2017-12-04 22:24:41 -05:00
Ned Deily
9625bf520e
Enable SQLite JSON functions for macOS installer build ( #4712 )
2017-12-04 21:50:29 -05:00
Mariatta
ca7562a7fe
bpo-28791: Update macOS installer to use SQLite 3.21.0. ( #4245 )
2017-12-04 21:04:49 -05:00
Serhiy Storchaka
598ceae876
bpo-32150: Expand tabs to spaces in C files. ( #4583 )
2017-11-28 17:56:10 +02:00
Ned Deily
380c5fbc6f
Update Mac installer Welcome and ReadMe files for 3.7.0a1
2017-09-18 22:22:58 -04:00
Lisa Hewus Fresh
384899dfae
bpo-30737: Update DevGuide links to new URL (GH-3228)
...
Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org
2017-08-30 09:37:43 -07:00
Ned Deily
b364d9f9c6
More Mac installer fixes for git-based workflow ( #2839 )
2017-07-24 04:58:43 -04:00
Ned Deily
4c7532e96d
Mac installer build now needs venv for docs build ( #2828 )
2017-07-23 16:39:54 -04:00
Victor Stinner
a5c62a8e9f
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.
2017-05-03 18:21:48 +02:00
Ned Deily
cfcd76777e
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k ( #457 )
2017-03-04 02:33:25 -05:00
Ned Deily
7cd9b22e98
bpo-29550: Temporarily skip "make touch" in Mac installer build. ( #456 )
2017-03-04 02:16:13 -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