Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20520: Fixed readline test in test_codecs. | Serhiy Storchaka | 2014-02-06 | 1 | -6/+15 |
| | |||||
* | Issue #20374: delete spurious empty line | Ned Deily | 2014-02-06 | 1 | -1/+0 |
| | |||||
* | Issue #20374: Avoid compiler warnings when compiling readline with libedit. | Ned Deily | 2014-02-06 | 1 | -0/+9 |
| | |||||
* | Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok. | Serhiy Storchaka | 2014-02-05 | 2 | -0/+79 |
| | |||||
* | Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. | Serhiy Storchaka | 2014-02-05 | 1 | -1/+36 |
| | |||||
* | Issue #20509: Added cross-reference in documentation. | Vinay Sajip | 2014-02-04 | 1 | -2/+3 |
| | |||||
* | mmap obmalloc arenas so that they may be immediately returned to the system ↵ | Benjamin Peterson | 2014-02-04 | 5 | -15/+46 |
| | | | | when unused (closes #20494) | ||||
* | Skip expr* tests for large integers for Tcl <8.5. | Serhiy Storchaka | 2014-02-03 | 1 | -4/+8 |
| | | | | | The '**' operator is available only since 8.5 and in any case such large integers are not supported on Tcl <8.5. | ||||
* | Issue #20426: When passing the re.DEBUG flag, re.compile() displays the ↵ | Antoine Pitrou | 2014-02-03 | 3 | -7/+27 |
| | | | | debug output every time it is called, regardless of the compilation cache. | ||||
* | Issue #19761: Fixed Tkinter tests on OS X. | Serhiy Storchaka | 2014-02-03 | 2 | -7/+14 |
| | |||||
* | Issue #20368: The null character now correctly passed from Tcl to Python (in | Serhiy Storchaka | 2014-02-03 | 4 | -105/+174 |
| | | | | unicode strings only). Improved error handling in variables-related commands. | ||||
* | Merge heads | Serhiy Storchaka | 2014-02-03 | 1 | -1/+1 |
|\ | |||||
| * | use system mercurial | Benjamin Peterson | 2014-02-03 | 1 | -1/+1 |
| | | |||||
* | | Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), | Serhiy Storchaka | 2014-02-03 | 1 | -0/+131 |
|/ | | | | exprlong() and exprboolean(). | ||||
* | Added cookbook entry on logging filter configuration using dictConfig(). | Vinay Sajip | 2014-02-03 | 1 | -0/+220 |
| | |||||
* | Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline ↵ | Antoine Pitrou | 2014-02-02 | 3 | -1/+19 |
| | | | | translation settings. | ||||
* | Issue #19990: Install test/imghdrdata. | Ned Deily | 2014-02-02 | 1 | -1/+3 |
| | |||||
* | Issue #20423: fix documentation of io.StringIO's newline parameter | Antoine Pitrou | 2014-02-02 | 1 | -3/+3 |
| | |||||
* | Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. | Serhiy Storchaka | 2014-02-02 | 1 | -5/+32 |
| | |||||
* | use with statement to ensure zipfile is always closed (closes #20102) | Benjamin Peterson | 2014-02-02 | 1 | -11/+9 |
| | |||||
* | Update the python.gif icon for the Idle classbrowser and pathbowser | Terry Jan Reedy | 2014-02-02 | 1 | -0/+0 |
| | | | | from the old green snake to the new new blue and yellow snakes. | ||||
* | #20288: fix handling of invalid numeric charrefs in HTMLParser. | Ezio Melotti | 2014-02-01 | 3 | -3/+11 |
| | |||||
* | Issue #19683: Add __closure__ and other missing attributes to function docs. | Mark Dickinson | 2014-02-01 | 1 | -24/+30 |
| | |||||
* | Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. | Zachary Ware | 2014-01-31 | 1 | -0/+1 |
| | |||||
* | Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan). | Terry Jan Reedy | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | Issue #20444: Reduced code duplication. Thanks to dongwm for the report and ↵ | Vinay Sajip | 2014-01-30 | 1 | -52/+36 |
| | | | | patch. | ||||
* | Idlelib & buildbots: suppress py3 deprecation message even if enabled. | Terry Jan Reedy | 2014-01-29 | 1 | -2/+6 |
| | |||||
* | Backported a test for lone surrogates support in io.StringIO. | Serhiy Storchaka | 2014-01-29 | 1 | -0/+10 |
| | |||||
* | Silence deprecation warning in sunau.py | Terry Jan Reedy | 2014-01-29 | 1 | -1/+1 |
| | |||||
* | Idlelib: silence two buildbot Deprecation Warnings with better code. | Terry Jan Reedy | 2014-01-29 | 2 | -8/+6 |
| | |||||
* | Remove unneeded use of globals() and locals() in test on imports | Gregory P. Smith | 2014-01-28 | 1 | -9/+8 |
| | | | | introduced with the issue19081 tests. | ||||
* | Remove inaccurate comment and a the related recently added | Gregory P. Smith | 2014-01-28 | 1 | -7/+0 |
| | | | | | | Py_VerboseFlag print that can never be triggered. prefix[0] is always equal to 0 at this point in the code. | ||||
* | Refactor the new test for issue19081 to exec import statements into a | Gregory P. Smith | 2014-01-28 | 1 | -10/+14 |
| | | | | | test_ns dict instead of the actual globals() and locals(). Suggested after review by Thomas Wouters. | ||||
* | Issue #19456: ntpath.join() now joins relative paths correctly when a drive | Serhiy Storchaka | 2014-01-27 | 3 | -68/+61 |
| | | | | is present. | ||||
* | Issue #19081: Remove the zipimporter.files reference as the zip TOC | Gregory P. Smith | 2014-01-27 | 2 | -73/+200 |
| | | | | | | | | | | | | | caches are module global in the zip_directory_cache. When it is updated due to a changed zip file, all zipimporter instances need to see the same updates TOC cache. This fixes the bug for the overlooked submodule import case from the earlier round of changes. Includes tests that would fail otherwise. It also refactors zipimporter_init in the process to make it a bit easier to read and understand. Less reuse of the same variable for multiple purposes and the local path buffer is malloc'ed instead of consuming a large MAXPATHLEN+2 chunk stack space. | ||||
* | Issue #17721: Remove non-functional configuration dialog help button until we | Terry Jan Reedy | 2014-01-27 | 2 | -4/+8 |
| | | | | make it actually gives some help when clicked. Patch by Guilherme Simões. | ||||
* | Idlelib.calltips: add test of starred first parameters. They should not be | Terry Jan Reedy | 2014-01-27 | 1 | -0/+10 |
| | | | | removed even for bound methods. (Inspect.signature does, see 20401.) | ||||
* | Merge heads. | Terry Jan Reedy | 2014-01-27 | 2 | -7/+28 |
|\ | |||||
| * | Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. | Terry Jan Reedy | 2014-01-27 | 2 | -7/+28 |
| | | | | | | | | Original patch by Serhiy Storchaka. | ||||
* | | Issue #19990: Added tests for the imghdr module. | Serhiy Storchaka | 2014-01-26 | 14 | -1/+132 |
| | | | | | | | | Based on patch by Claudiu Popa. | ||||
* | | Fixed a bug in previous changeset: StreamReader returned '' instead of u''. | Serhiy Storchaka | 2014-01-26 | 1 | -2/+0 |
| | | |||||
* | | Issue #8260: The read(), readline() and readlines() methods of | Serhiy Storchaka | 2014-01-26 | 3 | -8/+45 |
| | | | | | | | | | | codecs.StreamReader returned incomplete data when were called after readline() or read(size). Based on patch by Amaury Forgeot d'Arc. | ||||
* | | update sphinx url | Benjamin Peterson | 2014-01-25 | 1 | -2/+2 |
| | | |||||
* | | linkify | Benjamin Peterson | 2014-01-25 | 1 | -3/+4 |
| | | |||||
* | | Issue #20331: Fixed possible FD leaks in various modules: | Serhiy Storchaka | 2014-01-25 | 5 | -33/+37 |
| | | | | | | | | SimpleHTTPServer, imghdr, mailcap, mimetypes, xml.etree. | ||||
* | | update hosting faq | Benjamin Peterson | 2014-01-25 | 1 | -3/+6 |
| | | |||||
* | | new plan: just remove typecasts (closes #20374) | Benjamin Peterson | 2014-01-24 | 1 | -4/+4 |
| | | |||||
* | | use new readline function types (closes #20374) | Benjamin Peterson | 2014-01-24 | 2 | -3/+5 |
| | | |||||
* | | Third attempt to fix test_user_command on OpenSolaris. | Serhiy Storchaka | 2014-01-23 | 1 | -1/+3 |
| | | |||||
* | | Other attempt to fix test_user_command on OpenSolaris. | Serhiy Storchaka | 2014-01-23 | 1 | -9/+15 |
| | |