Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ↵ | Senthil Kumaran | 2014-09-17 | 4 | -1/+18 |
| | | | | 65536 bytes. | ||||
* | Lax cookie parsing in http.cookies could be a security issue when | Guido van Rossum | 2014-09-16 | 4 | -1/+15 |
| | | | | | | combined with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov. | ||||
* | Test re pickling for all protocols. | Serhiy Storchaka | 2014-09-15 | 1 | -3/+6 |
| | |||||
* | Issue #22384: An exception in Tkinter callback no longer crashes the program | Serhiy Storchaka | 2014-09-14 | 1 | -2/+5 |
| | | | | | | | when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications. | ||||
* | Now re tests work again on Unicode-disabled build. | Serhiy Storchaka | 2014-09-14 | 2 | -48/+53 |
| | | | | Simplified existing detections of Unicode-disabled build. | ||||
* | Use more appropriate asserts in re tests. | Serhiy Storchaka | 2014-09-14 | 1 | -59/+59 |
| | |||||
* | make hg link secure | Benjamin Peterson | 2014-09-13 | 1 | -1/+1 |
| | |||||
* | #22398 Tools/msi enhancements for 2.7 | Steve Dower | 2014-09-12 | 3 | -14/+9 |
| | | | | | | Fix build_tkinter.py. Update msi.py to use environment vars and correct tcl/tk paths. Update msilib.py to generate short names for files with multiple dots in the name. | ||||
* | test_distutils: remove the test file in DistributionTestCase.test_debug_mode() | Victor Stinner | 2014-09-11 | 1 | -1/+2 |
| | | | | Fix the warning: "test_support.TESTFN was modified by test_distutils". | ||||
* | Issue #21147: sqlite3 now raises an exception if the request contains a null | Serhiy Storchaka | 2014-09-11 | 4 | -3/+20 |
| | | | | character instead of truncate it. Based on patch by Victor Stinner. | ||||
* | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with | Serhiy Storchaka | 2014-09-11 | 3 | -1/+9 |
| | | | | | | | empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory. | ||||
* | Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. | Serhiy Storchaka | 2014-09-11 | 2 | -12/+31 |
| | | | | | ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL if the memory allocation fails. | ||||
* | - Issue #22381: Update zlib to 1.2.8. | doko@ubuntu.com | 2014-09-11 | 4 | -5/+50 |
| | | | | Update zlib file names for the PC installers | ||||
* | - Issue #22381: Update zlib to 1.2.8. | doko@ubuntu.com | 2014-09-11 | 44 | -3181/+7795 |
| | |||||
* | y2k compliance, lol (closes #22380) | Benjamin Peterson | 2014-09-10 | 1 | -37/+0 |
| | |||||
* | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 3 | -5/+5 |
| | | | | protocol". | ||||
* | Issue #22226: Added private function _splitdict() in the Tkinter module. | Serhiy Storchaka | 2014-09-06 | 5 | -93/+116 |
| | | | | | First letter no longer is stripped from the "status" key in the result of Treeview.heading(). | ||||
* | Issue #22131: Fixed a bug in handling an error occured during reading from | Serhiy Storchaka | 2014-09-06 | 1 | -3/+1 |
| | | | | a pipe in _ipconfig_getnode(). | ||||
* | Document 2.7.9 changes in OS X installer build requirements: | Ned Deily | 2014-09-05 | 1 | -6/+15 |
| | | | | | | because the Doc Makefile has been changed to no longer download sphinx and its dependencies, build-installer.py now requires that there be an externally-supplied sphinx-build available. | ||||
* | Update OS X installer build script for changes to documentation build: | Ned Deily | 2014-09-05 | 1 | -11/+5 |
| | | | | | as of 2.7.9, doc builds require an externally installed sphinx-build like 3.4+ builds do. | ||||
* | Issue #20643: Fixed references to the next() method (distinguish from the | Serhiy Storchaka | 2014-09-05 | 8 | -28/+27 |
| | | | | next() function). | ||||
* | Issue #22340: Fix test_collections if the sets module was already imported | Victor Stinner | 2014-09-05 | 1 | -2/+2 |
| | |||||
* | Issue #22340: Fix Python 3 warnings in Python 2 tests | Victor Stinner | 2014-09-05 | 8 | -38/+63 |
| | |||||
* | backport our own copy of the ref-counting extension | Benjamin Peterson | 2014-09-05 | 2 | -2/+122 |
| | |||||
* | regrtest: backport "[ 1/399]" progress back from Python 3 | Victor Stinner | 2014-09-05 | 1 | -4/+15 |
| | | | | | The progress bar helps a lot to analyze noisy buildbot logs, to find quickly where errors occurred. | ||||
* | Issue #22221: Backported fixes from Python 3 (issue #18960). | Serhiy Storchaka | 2014-09-05 | 6 | -5/+52 |
| | | | | | | | | | | | | | * Now the source encoding declaration on the second line isn't effective if the first line contains anything except a comment. This affects compile(), eval() and exec() too. * IDLE now ignores the source encoding declaration on the second line if the first line contains anything except a comment. * 2to3 and the findnocoding.py script now ignore the source encoding declaration on the second line if the first line contains anything except a comment. | ||||
* | remove automatic svn checkout of sphinx and its deps from Doc/Makefile | Benjamin Peterson | 2014-09-05 | 5 | -98/+164 |
| | | | | | Users are now required to install Sphinx themselves as is already the case with the Python 3 branch. | ||||
* | fix malformed use cmdoption directive | Benjamin Peterson | 2014-09-05 | 1 | -1/+2 |
| | |||||
* | Fixed the versionadded in the docs for the backport in 16c86a6bdbe2 | Alex Gaynor | 2014-09-04 | 1 | -1/+1 |
| | |||||
* | Issue #20421: Add a .version() method to SSL sockets exposing the actual ↵ | Alex Gaynor | 2014-09-04 | 5 | -24/+84 |
| | | | | | | protocol version in use. Backport from default. | ||||
* | the correct role is :meth: not :method: | Benjamin Peterson | 2014-09-04 | 1 | -8/+6 |
| | |||||
* | remove script that now lives at https://github.com/python/docsbuild-scripts | Benjamin Peterson | 2014-09-02 | 1 | -135/+0 |
| | |||||
* | NEWS items for Idle. | Terry Jan Reedy | 2014-09-03 | 1 | -0/+9 |
| | |||||
* | NEWS items for turtledemo. | Terry Jan Reedy | 2014-09-03 | 1 | -0/+12 |
| | |||||
* | Issue #22051: remove unneeded reload that allowed bad code. | Terry Jan Reedy | 2014-09-03 | 1 | -1/+0 |
| | |||||
* | Issue #22320: Fix broken link in the General Python FAQ. | Ned Deily | 2014-09-01 | 1 | -1/+2 |
| | | | | Original patch by Josh Lynn. | ||||
* | don't index outside of the path (closes #22312) | Benjamin Peterson | 2014-08-31 | 3 | -1/+4 |
| | |||||
* | getuid() returns real process id not effective (closes #22307) | Benjamin Peterson | 2014-08-31 | 1 | -4/+4 |
| | |||||
* | #22215: have the smtplib 'quit' command reset the state. | R David Murray | 2014-08-30 | 3 | -0/+23 |
| | | | | | | | | | | | Without this reset, starttls would fail if a connect/starttls was done after a quit, because smtplib assumed the existing value of emspt_features was accurate, but it gets reset when starttls completes (and the new value does not contain the starttls capability, since tls is already started at that point). (There may be additional places where this lack of reset was an issue as well.) Patch by Milan Oberkirch. | ||||
* | PEP 466: backport persistent urandom fd (closes #21305) | Benjamin Peterson | 2014-08-28 | 4 | -16/+83 |
| | | | | Patch from Alex Gaynor. | ||||
* | PEP 466: backport hashlib algorithm constants (closes #21307) | Benjamin Peterson | 2014-08-28 | 5 | -4/+106 |
| | |||||
* | fix load_verify_locations on unicode paths (closes #22244) | Benjamin Peterson | 2014-08-28 | 2 | -8/+27 |
| | |||||
* | correct call grammar error (#3473) | Benjamin Peterson | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | properly handle file closing in error cases (closes #22266) | Benjamin Peterson | 2014-08-28 | 1 | -29/+48 |
| | |||||
* | Issue 22090: Fix '%' formatting for infinities and NaNs. | Stefan Krah | 2014-08-26 | 2 | -0/+7 |
| | |||||
* | allow test to work on implementations not using ref-counting (closes #22265) | Benjamin Peterson | 2014-08-24 | 1 | -0/+1 |
| | |||||
* | fix some test_weakref tests to not rely on ref-counting (closes #22267) | Benjamin Peterson | 2014-08-24 | 1 | -0/+2 |
| | |||||
* | don't segfault when trying to fdopen() a fd for a dir (closes #22259) | Benjamin Peterson | 2014-08-24 | 3 | -1/+16 |
| | | | | Patch from Brian Kearns. | ||||
* | Issue #22236: Tkinter tests now don't reuse default root window. New root | Serhiy Storchaka | 2014-08-24 | 14 | -264/+229 |
| | | | | | | | | | window is created for every test class. Fixed Tkinter images copying operations in NoDefaultRoot mode. Tcl command names generated for "after" callbacks now contains a name of original function. | ||||
* | Issue #21166: fix typo in comment | Ned Deily | 2014-08-24 | 1 | -1/+1 |
| |