- 15 Nov, 2012 11 commits
-
-
Brett Cannon authored
Also merged two duplicate sections of Tools/Demos.
-
Brett Cannon authored
-
Brett Cannon authored
It had not been updated since May 2008 (6 months before Python 3 was released!). This now removes any special editor support by python-dev, alleviating those burdens.
-
Brett Cannon authored
They had become extremely stale (the script to generate the file was Python 2 compatible!). Plus the community took the work and made improvements that are available on www.vim.org. If you want to update Vim's runtime files to the latest available, follow the instructions at http://www.vim.org/runtime.php .
-
Mark Dickinson authored
Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise ValueError and OverflowError (resp.), not TypeError.
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Patch by Manuel Pégourié-Gonnard
-
Andrew Svetlov authored
Patch by Manuel Pégourié-Gonnard
-
Vinay Sajip authored
-
- 14 Nov, 2012 14 commits
-
-
Philip Jenvey authored
-
Philip Jenvey authored
-
Philip Jenvey authored
-
Brett Cannon authored
-
Chris Jerdonek authored
-
Chris Jerdonek authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
proper tests.
-
Chris Jerdonek authored
-
Brett Cannon authored
-
Mark Dickinson authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 13 Nov, 2012 6 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Brian Thorne.
-
Philip Jenvey authored
-
Philip Jenvey authored
-
Philip Jenvey authored
-
Victor Stinner authored
-
- 12 Nov, 2012 9 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
UTF-8/surrogateescape, instead of the locale encoding (which may be ASCII if no locale environment variable is set), to avoid inconsistencies with os.fsencode() and os.fsdecode() functions which are already using UTF-8/surrogateescape.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Stefan Krah authored
-