Commit Graph

58 Commits

Author SHA1 Message Date
Jules Lasne (jlasne)
757ab3f7b4
Make merge of 3.9 (#1385) 2020-09-11 09:11:46 +02:00
262421d34c make merge from cpython 3.9 2020-07-30 14:12:04 +02:00
a5123415bb Uniformisation et simplification des chemins. 2020-07-30 14:12:04 +02:00
4eff78750d Workaround for https://bugs.python.org/issue41331 2020-07-30 14:12:04 +02:00
c88e6c7a9b Le contournement du bug #1231 n'a plus lieu d'être.
Le Makefile étant peu verbeux, ajout de messages pour indiquer ce qu'il est en
train de faire.
2020-07-10 07:18:11 +02:00
Antoine
b7a682d5e1
Exlude whatsnew and c-api from make todo. (#1345) 2020-06-10 20:16:22 +02:00
c3fedc6e1c
make merge from cpython 3.9 (#1330) 2020-06-05 09:32:47 +02:00
Samuel GIFFARD
bdb4ac9f22
Makefile mac fix (#1320) 2020-05-30 11:36:13 +02:00
00a0972217
make merge (#1300) 2020-05-24 16:31:50 +02:00
Antoine
d1cf9f6d06
Améliorations Makefile (+ incrémental et - verbeux). (#1294) 2020-05-21 15:18:51 +02:00
Christophe Nanteuil
890660c38e
Downgrade docutils to 0.15 (#1248) 2020-05-04 23:12:17 +02:00
Christophe Nanteuil
9d4e697c2e
Contournement du plantage de Sphinx 3.0. (#1232)
* Contournement du plantage de Sphinx 3.0.
En attente soit de la correction de Sphinx 3, soit du rattrapage de notre
version de cpython vers le commit qui spécifie explicitement Sphinx 2.2.

* Force l'appel à Sphinx
en modifiant un fichier .po
2020-04-19 15:32:53 +02:00
0e3284c593
make merge (#1125) 2020-02-04 11:14:03 +01:00
Rafael Fontenelle
fe77818ebc Makefile: use PYTHON variable instead of python3 (#1101)
* Makefile: use PYTHON variable instead of python3

* Makefile: make Python call silent

Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com>
2019-12-19 12:48:28 +01:00
Andy K
5d713a33e9 faq/programming po (#839) 2019-12-12 11:59:24 +01:00
152982b945
Works better on travis. (#1060) 2019-12-12 11:24:14 +01:00
bab6860e49
Quieter and faster install of dependencies. (#1053)
A useless "-U" was remaining in a pip install, leading to pip hitting
internet every time for nothing.
2019-12-12 09:30:09 +01:00
Antoine
79bcbf1743 Pospell + rapide (#991) 2019-12-10 13:57:17 +01:00
5d7112d2b7
A way to ensure everyone is testing locally with the right version of cpython. (#1050) 2019-12-10 11:52:16 +01:00
a3b8102883
Propose to directly open static files. (#1045) 2019-12-07 15:40:47 +01:00
9ef1dfb7f1
Move venv inside of repo. (#1043) 2019-12-05 23:58:07 +01:00
Mathieu Dupuy
644eb8f9fc make powrap/pospell -> make wrap/make spell (#1019) 2019-12-04 22:08:12 +01:00
ccf996837d
Tell where html is output, and how to see them. (#983) 2019-11-15 15:09:14 +01:00
Christophe Nanteuil
f52ccfaec2 What a typo ! (#963)
* What a typo  !

* Amélioration de la vérification avant commit.
2019-11-02 10:26:49 +01:00
def079ce7c Bump to 3.8. 2019-09-04 11:33:01 +02:00
Christophe Nanteuil
a66fd1d35e Update Makefile since potodo removed --github option. (#857) 2019-08-20 11:40:56 +02:00
Jules Lasne (jlasne)
c8f40a67e6
Removed useless option to potodo (#664) 2019-04-12 00:21:53 +02:00
Christophe Nanteuil
596b7d4aff Add checks to Makefile (#642) 2019-03-30 09:30:23 +01:00
995ebf699c Makefile: Creating the venv needs the sphinx conf for dependencies. 2019-02-21 20:34:26 +01:00
Christophe Nanteuil
9c52dd9e4c Add potodo in venv (#543)
* Add potodo in venv

* Verify that the venv exists before installing potodo
2019-01-17 00:40:37 +01:00
Jules Lasne (jlasne)
906bc214a6 Implementing potodo command as a replacement for make todo (#500)
* Removed script folder and replaced todo.py with potodo

* Added make fuzzy with potodo
2018-12-21 09:50:38 +01:00
Jules Lasne (jlasne)
3cb3ca3dd8 Sorted the todo entries (#423) 2018-11-15 13:54:07 +01:00
bfca5ed6ae
Faster builds maybe (#426) 2018-11-14 21:47:36 +01:00
kw-andy
a4fac6dd3f Fix Makefile 2018-11-09 20:21:10 +01:00
28d08a3a41
Enhance Makefile and .travis.yml from various feedbacks. (#393) 2018-11-04 22:05:00 +01:00
a0e86dabd8 Trying to fix CI. 2018-10-20 13:13:44 +02:00
bf16c9a4bb Rollback check in Makefile and associated various travis hacks. 2018-10-06 17:19:50 +02:00
34f52816f9 Abort construction of venv if inside a venv. 2018-10-05 17:17:55 +02:00
c1b5d56b71 readlink -f does not work on macos, let's use something portable. 2018-09-21 22:14:10 +02:00
59648e51e5 Warn if building in the wrong branch. 2018-09-21 22:13:56 +02:00
a96d735316 Delegate creation of the venv to cpython Makefile. 2018-09-21 21:50:56 +02:00
b312584268 Guessing the version is harder that reading the branch name: Everyone use feature branches to work. 2018-09-21 21:37:08 +02:00
4383a2d2a5 python-docs-theme has been released in the meantime. 2018-09-21 21:35:33 +02:00
2f76d097b7 Makefile: Missing rule to create the venv. 2018-08-01 14:57:28 +02:00
af8c7a95ab Make warnings errors, and fix warnings by patching Doc/Makefile and moving locales/ out of Doc/ 2018-07-23 14:55:58 +02:00
42cce3cd68 Simplifying install, cloning out of repo to avoid sphinx to search in cpython sources. 2018-07-23 11:58:48 +02:00
4a344f813b Using -q to avoid filling travis backlog. 2018-07-23 11:39:53 +02:00
ad870a2003 Using xelatex, as in docsbuild-scripts. 2018-06-29 14:05:10 +02:00
aed24996a1 msgmerge 3.7 2018-06-28 15:32:56 +02:00
085ea2c414 FIX: off by one error in fuzzy finder. 2018-05-08 17:08:23 +02:00