- 10 Ock, 2014 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Filename such as r'c:\users\db3l\appdata\local\temp\tmph3vkvf' contains '\t' which is interpreted by ast.literal_eval() as a tabulation.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
ifconfig executable is not available.
-
Serhiy Storchaka yazdı
Incorrect requirements can cause memory swapping.
-
- 09 Ock, 2014 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 08 Ock, 2014 2 kayıt (commit)
-
-
R David Murray yazdı
-
Gregory P. Smith yazdı
zip_searchorder scanning loop in get_module_code(). [already done in 3.3 and 3.4]
-
- 07 Ock, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
* Misc.image_names(), Misc.image_types(), Wm.wm_colormapwindows(), and LabelFrame.panes() now always return a tuple. * Fixed _stringify() for non-ASCII strings. * Fixed error of comparing str and int in tt.LabeledScale._adjust(). * ttk.Notebook.index() now always returns int. * ttk.Notebook.tabs() now always returns a tuple. * ttk.Entry.bbox() now always returns a tuple of ints. * ttk.Entry.validate() now always correctly works. * ttk.Combobox.current() now always returns int. * ttk.Panedwindow.sashpos() now always returns int. * ttk.Treeview.bbox() now always returns a tuple of ints. * ttk.Treeview.get_children() now always returns a tuple. * ttk.Treeview.exists() now always correctly works. * ttk.Treeview.index() now always returns int. * ttk.Treeview.tag_has() now always returns 0 or 1. * And numerous other errors in methods which returns a tuple, list or dict. * Fixed ttk tests for wantobjects is False.
-
Gregory P. Smith yazdı
posix module ImportError cause the nt module import to fail.
-
- 06 Ock, 2014 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
from is modified during the lifetime of the Python process after zipimport has already opened and cached the zip's table of contents it now fstat's the file after opening it upon every attempt to access anything within and will re-read the table of contents if the .zip file inode, size or mtime have changed. It would've been nicer to hold any .zip file used by zipimport open for the duration of the process but that would be more invasive and add an additional open file descriptor to all zipimport using processes. It also would likely not fix the problem on Windows due to different filesystem semantics.
-
- 05 Ock, 2014 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Akira Kitada.
-
- 03 Ock, 2014 2 kayıt (commit)
-
-
R David Murray yazdı
The fix the test is testing prevents a DOS attack, and the failure mode will also prevent the DOS attack, so for now skip the test. Either the test or the code does need fixing, however.
-
R David Murray yazdı
-
- 02 Ock, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 01 Ock, 2014 2 kayıt (commit)
-
-
Ned Deily yazdı
-
Benjamin Peterson yazdı
-
- 28 Ara, 2013 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.
-
Serhiy Storchaka yazdı
array.fromfile() works only with file objects, not io.FileIO instances.
-
- 26 Ara, 2013 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
R David Murray yazdı
Patch by Gennadiy Zlobin.
-
- 25 Ara, 2013 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
methods.
-
Serhiy Storchaka yazdı
-
- 24 Ara, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 23 Ara, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
- 22 Ara, 2013 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 21 Ara, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
the uncompress buffer and read() goes through more than one readbuffer. This is partial backport of changeset 028e8e0b03e8.
-
- 20 Ara, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
from X.org distribution using makelocalealias.py.
-