- 03 Eyl, 2012 4 kayıt (commit)
-
-
R David Murray yazdı
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 yazdı
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 yazdı
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 yazdı
-
- 02 Eyl, 2012 11 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Stefan Krah yazdı
-
Benjamin Peterson yazdı
-
- 01 Eyl, 2012 8 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
R David Murray yazdı
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 yazdı
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 Agu, 2012 6 kayıt (commit)
-
-
Trent Nelson yazdı
-
Trent Nelson yazdı
-
Brett Cannon yazdı
return one.
-
Nick Coghlan yazdı
-
Andrew Svetlov yazdı
Patch by Mike Hoy.
-
Andrew Svetlov yazdı
Patch by Mike Hoy.
-
- 30 Agu, 2012 5 kayıt (commit)
-
-
Trent Nelson yazdı
-
Trent Nelson yazdı
-
Trent Nelson yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 29 Agu, 2012 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
- 28 Agu, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
character for most keys, and an integer for special keys, instead of always returning an integer. So it is now possible to distinguish special keys like keypad keys.
-