An error occurred fetching the project authors.
- 07 Feb, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 05 Feb, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 04 Feb, 2014 1 commit
-
-
Benjamin Peterson authored
mmap obmalloc arenas so that they may be immediately returned to the system when unused (closes #20494)
-
- 03 Feb, 2014 2 commits
-
-
Antoine Pitrou authored
Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache.
-
Serhiy Storchaka authored
unicode strings only). Improved error handling in variables-related commands.
-
- 02 Feb, 2014 1 commit
-
-
Antoine Pitrou authored
-
- 01 Feb, 2014 1 commit
-
-
Ezio Melotti authored
-
- 27 Jan, 2014 2 commits
-
-
Serhiy Storchaka authored
is present.
-
Terry Jan Reedy authored
make it actually gives some help when clicked. Patch by Guilherme Simões.
-
- 26 Jan, 2014 2 commits
-
-
Serhiy Storchaka authored
Based on patch by Claudiu Popa.
-
Serhiy Storchaka authored
codecs.StreamReader returned incomplete data when were called after readline() or read(size). Based on patch by Amaury Forgeot d'Arc.
-
- 24 Jan, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 23 Jan, 2014 2 commits
-
-
Terry Jan Reedy authored
Original patches by Edmond Burnett and Kent Johnson.
-
Richard Oudkerk authored
running to cope with possibility of gc running just after fork. (Backport from 3.x.)
-
- 22 Jan, 2014 1 commit
-
-
Florent Xicluna authored
-
- 20 Jan, 2014 1 commit
-
-
Serhiy Storchaka authored
ZIP file or too long ZIP file comment is truncated.
-
- 18 Jan, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 17 Jan, 2014 2 commits
-
-
Zachary Ware authored
-
Serhiy Storchaka authored
locale-depending str.lower() in locale.normalize().
-
- 16 Jan, 2014 1 commit
-
-
Serhiy Storchaka authored
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.
-
- 14 Jan, 2014 2 commits
-
-
Zachary Ware authored
-
Benjamin Peterson authored
-
- 13 Jan, 2014 1 commit
-
-
Senthil Kumaran authored
-
- 10 Jan, 2014 2 commits
-
-
Serhiy Storchaka authored
ifconfig executable is not available.
-
Serhiy Storchaka authored
Incorrect requirements can cause memory swapping.
-
- 09 Jan, 2014 2 commits
-
-
Serhiy Storchaka authored
a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
-
Antoine Pitrou authored
-
- 07 Jan, 2014 1 commit
-
-
Serhiy Storchaka authored
* 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.
-
- 06 Jan, 2014 1 commit
-
-
Gregory P. Smith authored
-
- 05 Jan, 2014 1 commit
-
-
R David Murray authored
Patch by Akira Kitada.
-
- 03 Jan, 2014 1 commit
-
-
R David Murray authored
-
- 28 Dec, 2013 2 commits
-
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.
-
- 26 Dec, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 25 Dec, 2013 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
methods.
-