- Jan 26, 2017
-
-
Laurent Peuch authored
- Jan 14, 2017
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
- Jan 02, 2017
-
-
Laurent Peuch authored
- Dec 24, 2016
-
-
Pierre Penninckx authored
add regression test for complex number
-
Pierre Penninckx authored
-
- Dec 22, 2016
-
-
Pierre Penninckx authored
Copy of Handle spaces before comments
-
Pierre Penninckx authored
-
- Dec 17, 2016
-
-
Laurent Peuch authored
Fix markdown syntax for link to code of conduct
-
David R. MacIver authored
-
- Dec 07, 2016
- Nov 07, 2016
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
- Aug 15, 2016
-
-
Laurent Peuch authored
-
Laurent Peuch authored
Remove dead code from render.py module
-
- Aug 11, 2016
-
-
bey authored
-
- Jun 16, 2016
-
-
Laurent Peuch authored
Convert readthedocs links for their .org -> .io migration for hosted projects
-
- Jun 15, 2016
-
-
Adam Chainz authored
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
-
- Apr 04, 2016
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
- Apr 01, 2016
-
-
Laurent Peuch authored
-
- Mar 14, 2016
-
- Mar 13, 2016
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
- Feb 26, 2016
-
-
Laurent Peuch authored
[fix] remediate race when creating cache file
-
- Feb 25, 2016
-
-
Benjamin Peterson authored
If another process writes the cache file while we were generating the grammar, we'll fail to run os.open(cache_file, os.O_RDWR | os.O_CREAT | os.O_EXCL, 0o0600) because the file (now) exists.
-
- Dec 15, 2015
-
-
Laurent Peuch authored
-
- Oct 19, 2015
-
-
Laurent Peuch authored
Common errors
-
Pierre Penninckx authored
A test testing bad indentation using python3 led to a bad fix by adding an UnexpectedIndentation exception. In fact, the root cause was a discrepency between python2 and python3 for comparing None values to string. The added exception and try catch was thus hiding this. This commit fixes the problem correctly by handling None values similarly in python2 and python3. It highlights also where does the None value comes from.
-
- Oct 16, 2015
-
-
Jonathan Pompa authored
It was not testing if the UntreatedError was a BaronError child.
-
Jonathan Pompa authored
-