- 05 Sep, 2012 2 commits
-
-
Antoine Pitrou authored
and StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura.
-
Antoine Pitrou authored
and StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura.
-
- 03 Sep, 2012 9 commits
-
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
R David Murray authored
Initial patch by Anton Barkovsky, refined a bit by me to further subdivide the test methods. Provides tests for the previous two bug fix commits.
-
R David Murray authored
This eliminates a ResourceWarning, since before webbrowser was explicitly opening os.devnull and then leaving it open. Tests to follow. Patch by Anton Barkovsky.
-
R David Murray authored
Patch by Anton Barkovsky, comment addition by me. This shows up as a bug in 3.3 because the definition for Chrome produces such an empty string. Tests will follow.
-
R David Murray authored
Patch by Anton Barkovsky, comment addition by me. This showed up as a bug in 3.3 because the definition for Chrome produced such an empty string. This fix is tested in 3.3+; backporting the new test suite is more trouble than it is worth.
-
Nick Coghlan authored
-
- 02 Sep, 2012 11 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Stefan Krah authored
-
Benjamin Peterson authored
-
- 01 Sep, 2012 8 commits
-
-
Victor Stinner authored
Fix window.addch() of the curses module for special characters like curses.ACS_HLINE: the Python function addch(int) and addch(bytes) is now calling the C function waddch()/mvwaddch() (as it was done in Python 3.2), instead of wadd_wch()/mvwadd_wch(). The Python function addch(str) is still calling the C function wadd_wch()/mvwadd_wch() if the Python curses is linked to libncursesw.
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
R David Murray authored
Before, the type function was called twice in the case where the default was specified and the argument was given as well. This was especially problematic for the FileType type, as a default file would always be opened, even if a file argument was specified on the command line. Patch by Arnaud Fontaine, with additional test by Mike Meyer.
-
R David Murray authored
Before, the type function was called twice in the case where the default was specified and the argument was given as well. This was especially problematic for the FileType type, as a default file would always be opened, even if a file argument was specified on the command line. Patch by Arnaud Fontaine, with additional test by Mike Meyer.
-
- 31 Aug, 2012 6 commits
-
-
Trent Nelson authored
-
Trent Nelson authored
-
Brett Cannon authored
return one.
-
Nick Coghlan authored
-
Andrew Svetlov authored
Patch by Mike Hoy.
-
Andrew Svetlov authored
Patch by Mike Hoy.
-
- 30 Aug, 2012 4 commits
-
-
Trent Nelson authored
-
Trent Nelson authored
-
Trent Nelson authored
-
Stefan Krah authored
-