Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | complain when nbytes > buflen to fix possible buffer overflow (closes #20246) | Benjamin Peterson | 2014-01-14 | 1 | -0/+2 |
| | |||||
* | Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in ↵ | Senthil Kumaran | 2014-01-13 | 1 | -0/+3 |
| | | | | modules and documentation. | ||||
* | Issue #19804: The test_find_mac test in test_uuid is now skipped if the | Serhiy Storchaka | 2014-01-10 | 1 | -0/+3 |
| | | | | ifconfig executable is not available. | ||||
* | Issue #19886: Use better estimated memory requirements for bigmem tests. | Serhiy Storchaka | 2014-01-10 | 1 | -0/+2 |
| | | | | Incorrect requirements can cause memory swapping. | ||||
* | Issue #13107: argparse and optparse no longer raises an exception when output | Serhiy Storchaka | 2014-01-09 | 1 | -0/+4 |
| | | | | | a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni. | ||||
* | Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly ↵ | Antoine Pitrou | 2014-01-09 | 1 | -0/+3 |
| | | | | asked for. | ||||
* | Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. | Serhiy Storchaka | 2014-01-07 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | news entry for issue19081 fix. | Gregory P. Smith | 2014-01-06 | 1 | -0/+5 |
| | |||||
* | #1065986: Make pydoc handle unicode strings. | R David Murray | 2014-01-05 | 1 | -0/+2 |
| | | | | Patch by Akira Kitada. | ||||
* | closes 16039: CVE-2013-1752: limit line length in imaplib readline calls. | R David Murray | 2014-01-03 | 1 | -0/+3 |
| | |||||
* | complain if the codec doesn't return unicode | Benjamin Peterson | 2013-12-28 | 1 | -0/+3 |
| | |||||
* | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ↵ | Antoine Pitrou | 2013-12-28 | 1 | -0/+3 |
| | | | | rather than silently let them emit clear text data. | ||||
* | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+2 |
| | |||||
* | Backported tests for Tkinter variables. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+2 |
| | |||||
* | Issue #20067: Tkinter variables now work when wantobjects is false. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+2 |
| | |||||
* | Issue #19320: test_tcl no longer fails when wantobjects is false. | Serhiy Storchaka | 2013-12-25 | 1 | -0/+2 |
| | |||||
* | Issue #19020: Tkinter now uses splitlist() instead of split() in configure | Serhiy Storchaka | 2013-12-25 | 1 | -0/+3 |
| | | | | methods. | ||||
* | Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. | Serhiy Storchaka | 2013-12-25 | 1 | -0/+2 |
| | |||||
* | Issue #12226: HTTPS is now used by default when connecting to PyPI. | Antoine Pitrou | 2013-12-22 | 1 | -0/+2 |
| | |||||
* | Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of | Serhiy Storchaka | 2013-12-21 | 1 | -0/+3 |
| | | | | | | the uncompress buffer and read() goes through more than one readbuffer. This is partial backport of changeset 028e8e0b03e8. | ||||
* | Issue #20034: Updated alias mapping to most recent locale.alias file | Serhiy Storchaka | 2013-12-20 | 1 | -0/+3 |
| | | | | from X.org distribution using makelocalealias.py. | ||||
* | Issue #19683: Removed empty tests from test_minidom. | Zachary Ware | 2013-12-19 | 1 | -0/+3 |
| | | | | Initial patch by Ajitesh Gupta. | ||||
* | Issue #5815: Fixed support for locales with modifiers. Fixed support for | Serhiy Storchaka | 2013-12-19 | 1 | -0/+3 |
| | | | | locale encodings with hyphens. | ||||
* | Issue #20026: Fix the sqlite module to handle correctly invalid isolation level | Victor Stinner | 2013-12-19 | 1 | -0/+3 |
| | | | | (wrong type). | ||||
* | Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and | Serhiy Storchaka | 2013-12-19 | 1 | -0/+3 |
| | | | | quotechar fields. Original patch by Vajrasky Kok. | ||||
* | #19855: uuid.get_node now looks on the PATH for executables on unix. | R David Murray | 2013-12-18 | 1 | -0/+4 |
| | | | | Patch by Serhiy Storchaka. | ||||
* | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. | Serhiy Storchaka | 2013-12-17 | 1 | -0/+3 |
| | | | | Original patch by Simon Sapin. | ||||
* | Issue #17976: Fixed potential problem with file.write() not detecting IO error | Serhiy Storchaka | 2013-12-17 | 1 | -0/+4 |
| | | | | | by inspecting the return value of fwrite(). Based on patches by Jaakko Moisio and test by Victor Stinner. | ||||
* | Issue #19987: Re-write test_alias_fallback in test_winsound to have two | Zachary Ware | 2013-12-16 | 1 | -1/+1 |
| | | | | | | acceptable outcomes: success or RuntimeError. Without being able to actually hear whether a sound was played, either one could be right, but any other error would be a failure. | ||||
* | Issue #19912: Fixed numerous bugs in ntpath.splitunc(). | Serhiy Storchaka | 2013-12-16 | 1 | -0/+2 |
| | | | | | | | * splitunc() no more returns illegal result for paths with redundant slashes. * splitunc() now correctly processes the u'İ' character (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). * Added new tests for splitunc(). | ||||
* | Issue #19623: Fixed writing to unseekable files in the aifc module. | Serhiy Storchaka | 2013-12-14 | 1 | -0/+3 |
| | | | | Fixed writing 'ulaw' (lower case) compressed AIFC files. | ||||
* | Issue #17919: Fixed integer overflow in the eventmask parameter. | Serhiy Storchaka | 2013-12-14 | 1 | -1/+2 |
| | |||||
* | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. | Serhiy Storchaka | 2013-12-13 | 1 | -0/+2 |
| | |||||
* | Issue #14432: Generator now clears the borrowed reference to the thread state | Victor Stinner | 2013-12-13 | 1 | -0/+6 |
| | | | | | | | Fix a crash when a generator is created in a C thread that is destroyed while the generator is still used. The issue was that a generator contains a frame, and the frame kept a reference to the Python state of the destroyed C thread. The crash occurs when a trace function is setup. | ||||
* | Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the | Gregory P. Smith | 2013-12-11 | 1 | -0/+5 |
| | | | | | | fix to Issue #14635 in Python 2.7.4 to be interpreted as milliseconds instead of seconds when the platform supports select.poll (ie: everywhere). It is now treated as seconds once again. | ||||
* | Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial | Ned Deily | 2013-12-11 | 1 | -0/+3 |
| | | | | shell window is present. (Original patch by Terry Reedy) | ||||
* | Issue #19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | Issue #19928: Implemented a test for repr() of cell objects. | Serhiy Storchaka | 2013-12-10 | 1 | -0/+2 |
| | |||||
* | Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE | Serhiy Storchaka | 2013-12-10 | 1 | -0/+6 |
| | | | | no more hangs. | ||||
* | Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. | Victor Stinner | 2013-12-10 | 1 | -0/+2 |
| | |||||
* | Issue #19099: The struct module now supports Unicode format strings. | Serhiy Storchaka | 2013-12-08 | 1 | -0/+2 |
| | |||||
* | Closes #19878: Fix segfault in bz2 module. | Nadeem Vawda | 2013-12-08 | 1 | -0/+3 |
| | | | | Initial patch by Vajrasky Kok. | ||||
* | Issue #16373: Prevent infinite recursion for ABC Set class comparisons. | Serhiy Storchaka | 2013-12-06 | 1 | -0/+2 |
| | |||||
* | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵ | Antoine Pitrou | 2013-12-05 | 1 | -0/+3 |
| | | | | pickle module. | ||||
* | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. | Tim Peters | 2013-12-04 | 1 | -0/+4 |
| | | | | Grafted from c80083ad142d. | ||||
* | Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle. | Alexandre Vassalotti | 2013-12-01 | 1 | -3/+0 |
| | |||||
* | Issue #6477: Added pickling support for singletons and their types. | Alexandre Vassalotti | 2013-12-01 | 1 | -0/+3 |
| | |||||
* | Fix typo in Misc/NEWS. | Alexandre Vassalotti | 2013-11-30 | 1 | -2/+2 |
| | |||||
* | Issue #16231: Allow false values other than None to be used as persistent IDs. | Alexandre Vassalotti | 2013-11-30 | 1 | -0/+5 |
| | |||||
* | Issue #19595: Re-enable a long-disabled test in test_winsound | Zachary Ware | 2013-11-28 | 1 | -0/+2 |
| |