- 31 May, 2013 11 commits
-
-
Olivier Cornu authored
-
Olivier Cornu authored
Nécessaire pour patchs suivants.
-
Olivier Cornu authored
Transition vers une API-Exercice. En attendant la spécification définitive de l'API et la conversion de tous les exercices existants à cette API, mise en place d'un mécanisme de localisation des attributs d'exercices compatible avec le format actuel. Un exercice est une fonction ayant un attribut description (type: Unicode). Cet attribut est affiché dans l'interface utilisateur.
-
Olivier Cornu authored
-
Olivier Cornu authored
-
Olivier Cornu authored
-
Olivier Cornu authored
-
Olivier Cornu authored
-
Olivier Cornu authored
-
Olivier Cornu authored
-
Olivier Cornu authored
Permet de déplacer les exercices dans l'arborescence sans casser ces imports. Les modifications de ce patch sont générées en lançant la commande suivante dans chaque dossier contenant des exercices: $ sed -i "s/from \.\./from pyromaths./g" *.py
-
- 20 May, 2013 7 commits
-
-
Yves Gesnel authored
-
-
Jérôme Ortais authored
dernières modifications des docstrings des modules de outils et classes.
-
Yves Gesnel authored
-
Olivier Cornu authored
-
Olivier Cornu authored
-
Yves Gesnel authored
-
- 17 May, 2013 1 commit
-
-
Jérôme Ortais authored
-
- 16 May, 2013 2 commits
-
-
Olivier Cornu authored
-
Olivier Cornu authored
-
- 15 May, 2013 2 commits
-
-
Yves Gesnel authored
-
Yves Gesnel authored
-
- 14 May, 2013 2 commits
-
-
Yves Gesnel authored
-
Yves Gesnel authored
-
- 12 May, 2013 7 commits
-
-
Olivier Cornu authored
-
Olivier Cornu authored
-
Olivier Cornu authored
-
Olivier Cornu authored
-
Olivier Cornu authored
Malheureusement, les syntaxes GNU et BSD ne semblent pas compatibles entre elles. Du coup, ajout d'une couche "compatibilité" pour gérer certaines divergences cross-platform. Voir: http://forum.pyromaths.org/viewtopic.php?f=22&t=266&p=2463#p2464
-
-
Olivier Cornu authored
Utilise des espaces à la suite de la première tabulation pour obtenir un alignement vertical correct, quelque soit la largeur de tabulation configurée. J'utilise 4 espaces/tab sur Eclipse (format python), et git en attend 8 (format C)...
-
- 11 May, 2013 4 commits
-
-
Olivier Cornu authored
With two minor comment corrections.
-
Olivier Cornu authored
pkg/ is no longer necessary, as almost all packaging code/data is now packed into Makefile. - debian/ dir moves to root (in a way, replacing pkg/) - make_packages.sh and transfert_sur_le_site.asc move to utils/
-
Olivier Cornu authored
Note: this is a heavy commit as Makefile got rewritten along the way. Basic Makefile usage has not dramatically changed: - package/archive types have their make target (ex: 'make deb') - 'make' invoked w/o commands now defaults to 'make all' - a few targets have changed names, appeared or disappeared - see 'make help' for further details There is a new config variable: FORMATS, listing archive formats produced by 'make src' (full project sources); It defaults to 'bztar,zip'. What has changed is the use of distutils MANIFEST.in logic to control what files get bundled in archives/packages: without it, fine-grained control could not be reached. - a MANIFEST.in file is generated on the fly during a build: echo "$(MANIFEST-all)" > MANIFEST.in - there are a few manifests defined (in MANIFEST-xxx form) - manifests build on (or inherit from) each other hierarchically
-
Olivier Cornu authored
-
- 10 May, 2013 1 commit
-
-
Olivier Cornu authored
Third and last step into supporting all architectures: finishing with win32. Note: support is untested.
-
- 09 May, 2013 3 commits
-
-
Olivier Cornu authored
This README probably isn't going to stay here long anyway...
-
Olivier Cornu authored
Broken since Makefile moved to root.
-
Olivier Cornu authored
Second step into supporting all architectures: continue with Mac. TODO: win32.
-