- 18 Ock, 2014 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 17 Ock, 2014 2 kayıt (commit)
-
-
Zachary Ware yazdı
-
Serhiy Storchaka yazdı
locale-depending str.lower() in locale.normalize().
-
- 16 Ock, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface.
-
Benjamin Peterson yazdı
-
- 15 Ock, 2014 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 14 Ock, 2014 6 kayıt (commit)
-
-
Zachary Ware yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch from Andrew Barnert.
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
-
- 13 Ock, 2014 4 kayıt (commit)
-
-
R David Murray yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Senthil Kumaran yazdı
-
- 12 Ock, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
wsgiref.application_uri() and wsgiref.request_uri() functions.
-
Senthil Kumaran yazdı
-
- 11 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed regression inroduced in issue #6157.
-
- 10 Ock, 2014 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
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 1 kayıt (commit)
-
-
R David Murray yazdı
-