Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -178/+6 |
|\ | |||||
| * | merge with stable | Georg Brandl | 2014-03-01 | 1 | -0/+2 |
| |\ | |||||
| * | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | ||||
| * | | merge heads | shimizukawa | 2014-01-15 | 1 | -1/+9 |
| |\ \ | |||||
| * | | | Drop python-3.1 and remove support codes | shimizukawa | 2013-12-15 | 1 | -2/+2 |
| | | | | |||||
| * | | | Drop python-2.5 and remove 2.4,2.5 support codes | shimizukawa | 2013-12-15 | 1 | -177/+7 |
| | | | | |||||
* | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Fix inspect using the "__builtins__" CPython specific module. | Georg Brandl | 2014-03-01 | 1 | -0/+5 |
| |/ |/| | |||||
* | | Closes #908: On Python 3, handle error messages from LaTeX correctly in the ↵ | Georg Brandl | 2014-01-11 | 1 | -0/+7 |
|/ | | | | pngmath extension. | ||||
* | fix: make.bat is always saved with 'LF' instead of 'CRLF' for both Win/Unix. | shimizukawa | 2013-02-10 | 1 | -0/+16 |
| | |||||
* | conf.py now accept CRLF end-of-line. | shimizukawa | 2013-02-10 | 1 | -0/+29 |
| | |||||
* | Fix pyflakes issues. | Georg Brandl | 2013-01-13 | 1 | -1/+1 |
| | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | * fix for Python2.5: test failed by using os.path.relpath that introduced at ↵ | shimizukawa | 2012-05-02 | 1 | -0/+24 |
| | | | | Python-2.6. | ||||
* | Closes #810: fix deprecation warnings with Python 3. What is left over is ↵ | Georg Brandl | 2012-01-29 | 1 | -0/+5 |
| | | | | from nose or docutils. | ||||
* | Fix #767: safely encode SphinxErrors when printing to sys.stderr. | Georg Brandl | 2011-09-21 | 1 | -0/+6 |
| | |||||
* | Fix #705: read module source in ModuleAnalyzer in binary mode, decode ↵ | Georg Brandl | 2011-09-19 | 1 | -0/+6 |
| | | | | afterwards. | ||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
|\ | |||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | | |||||
* | | Fix loading JS searchindex data in Py3k. | Georg Brandl | 2010-10-29 | 1 | -0/+3 |
| | | |||||
* | | Next is new in 2.6. | Georg Brandl | 2010-08-21 | 1 | -7/+8 |
| | | |||||
* | | Group conditional sections in pycompat. | Georg Brandl | 2010-08-21 | 1 | -72/+65 |
| | | |||||
* | | merge | Georg Brandl | 2010-08-21 | 1 | -12/+14 |
|\ \ | |||||
| * | | Supply substitute implementation of itertools.(i)zip_longest. | Georg Brandl | 2010-08-21 | 1 | -3/+26 |
| | | | |||||
* | | | Added a fallback for itertools.izip_longest to pycompat for python versions ↵ | DasIch | 2010-08-21 | 1 | -0/+21 |
|/ / | | | | | | | < 2.6 | ||||
* | | Added a fallback for itertools product to pycompat for python versions < 2.6 | DasIch | 2010-08-21 | 1 | -0/+12 |
| | | |||||
* | | Improve support for automatic 2to3 conversion of config files. It now kicks ↵ | Georg Brandl | 2010-07-31 | 1 | -48/+17 |
| | | | | | | | | in whenever the original file raises SyntaxErrors on compiling. | ||||
* | | Run 2to3 on config files which contain Python 2.x unicode literals. | Georg Brandl | 2010-07-30 | 1 | -5/+62 |
| | | |||||
* | | Unify version_info checks. | Georg Brandl | 2010-07-28 | 1 | -1/+1 |
| | | |||||
* | | Move bytes to pycompat. | Georg Brandl | 2010-07-28 | 1 | -0/+5 |
| | | |||||
* | | Fix assignment. | Georg Brandl | 2010-07-28 | 1 | -1/+1 |
| | | |||||
* | | Use next() function instead of iter.next(). | Georg Brandl | 2010-07-28 | 1 | -0/+8 |
| | | |||||
* | | Move the "b" function to pycompat. | Georg Brandl | 2010-07-28 | 1 | -0/+8 |
| | | |||||
* | | Add a constant for class types, which lacks types.ClassType in Py3k. | Georg Brandl | 2010-07-28 | 1 | -0/+12 |
|/ | |||||
* | Move doctest blocks out of blockquotes even if there is more than one. | Georg Brandl | 2010-06-01 | 1 | -0/+7 |
| | |||||
* | Refactor util package. | Georg Brandl | 2010-01-17 | 1 | -0/+11 |
| | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Make check happy. | Georg Brandl | 2009-06-17 | 1 | -1/+2 |
| | |||||
* | Restore Python 2.4 compatibility. | Georg Brandl | 2009-06-16 | 1 | -0/+74 |