Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge heads | Benjamin Peterson | 2012-04-11 | 6 | -83/+110 |
|\ | |||||
| * | Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn ↵ | Senthil Kumaran | 2012-04-12 | 2 | -61/+64 |
| | | | | | | | | Linderman. Refactor code and tests | ||||
| * | Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S ↵ | Senthil Kumaran | 2012-04-11 | 1 | -12/+12 |
| | | | | | | | | class | ||||
| * | merge heads | Senthil Kumaran | 2012-04-11 | 2 | -2/+29 |
| |\ | |||||
| | * | Merged upstream change. | Vinay Sajip | 2012-04-10 | 0 | -0/+0 |
| | |\ | |||||
| | * | | Updated logging reference and HOWTO. | Vinay Sajip | 2012-04-10 | 2 | -2/+29 |
| | | | | |||||
| * | | | fix the incorrect changes made for PATH_INFO value - Issue10484 | Senthil Kumaran | 2012-04-11 | 2 | -11/+7 |
| | |/ | |/| | |||||
| * | | null merge | Barry Warsaw | 2012-04-10 | 0 | -0/+0 |
| |\ \ | | |/ | |/| | |||||
| | * | Post release twiddle. | Barry Warsaw | 2012-04-10 | 2 | -1/+13 |
| | | | |||||
| * | | Mostly null merge from 2.6; tag added | Barry Warsaw | 2012-04-10 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Added tag v2.6.8 for changeset c9910fd022fc | Barry Warsaw | 2012-04-10 | 1 | -0/+1 |
| | | | |||||
| | * | Bump to 2.6.8v2.6.8 | Barry Warsaw | 2012-04-10 | 6 | -8/+16 |
| | | | |||||
| | * | update docs | Barry Warsaw | 2012-04-10 | 1 | -1/+1 |
| | | | |||||
* | | | merge heads | Benjamin Peterson | 2012-04-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | minor .rst fix | Senthil Kumaran | 2012-04-10 | 1 | -1/+1 |
| | | | |||||
* | | | we live in a post 2.7.3 world | Benjamin Peterson | 2012-04-11 | 1 | -1/+1 |
|/ / | |||||
* | | merge 2.7.3 release branch | Benjamin Peterson | 2012-04-09 | 5 | -6/+7 |
|\ \ | |||||
| * | | Added tag v2.7.3 for changeset 70274d53c1dd | Benjamin Peterson | 2012-04-09 | 1 | -0/+1 |
| | | | |||||
| * | | bump to 2.7.3 finalv2.7.3 | Benjamin Peterson | 2012-04-09 | 5 | -7/+7 |
| | | | |||||
* | | | merge 2.7 release branch | Benjamin Peterson | 2012-04-09 | 2 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | fix build without Py_DEBUG and DNDEBUG (closes #14509) | Benjamin Peterson | 2012-04-09 | 2 | -0/+4 |
| | | | |||||
| * | | move news thing around | Benjamin Peterson | 2012-03-22 | 1 | -3/+11 |
| | | | |||||
| * | | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). | Éric Araujo | 2012-02-25 | 4 | -54/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These regex changes fix a number of issues for distutils on Windows: - #6884: impossible to include a file starting with 'build' - #9691 and #14004: sdist includes too many files - #13193: test_filelist failures This commit replaces the incorrect changes done in 557a973709de, c566a3447ba1 and 3925081a7ca0 to fix #13193; we were too eager to fix the test failures and I did not study the code enough before greenlighting patches. This time we have unit tests from the problems reported by users to be sure we have the right fix. Thanks to Nadeem Vawda for his help. | ||||
* | | | Fix the patch for issue #7978: select() raises select.error before 3.3, not ↵ | Antoine Pitrou | 2012-04-09 | 2 | -3/+3 |
| | | | | | | | | | | | | OSError. | ||||
* | | | Fix flakiness in test_socketserver | Antoine Pitrou | 2012-04-09 | 1 | -1/+4 |
| | | | |||||
* | | | Issue #7978: socketserver now restarts the select() call when EINTR is returned. | Antoine Pitrou | 2012-04-09 | 4 | -2/+52 |
| | | | | | | | | | | | | | | | This avoids crashing the server loop when a signal is received. Patch by Jerzy Kozera. | ||||
* | | | Make test_mailbox runnable via python -m unittest. | R David Murray | 2012-04-08 | 1 | -17/+17 |
| | | | |||||
* | | | Issue #14502: release() and unlocked lock generates a ThreadError | Sandro Tosi | 2012-04-05 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #14505: Fix file descriptor leak when deallocating file objects ↵ | Antoine Pitrou | 2012-04-05 | 2 | -1/+5 |
| | | | | | | | | | | | | created with PyFile_FromString(). | ||||
* | | | Closes #14489: correct link target. | Georg Brandl | 2012-04-05 | 1 | -1/+1 |
| | | | |||||
* | | | Transplant 45287f2799f5 from default branch. | Georg Brandl | 2012-04-04 | 1 | -1/+1 |
| | | | |||||
* | | | #14481: fix formatting of example in subprocess docs. | R David Murray | 2012-04-03 | 1 | -1/+1 |
| | | | |||||
* | | | fix parse_syntax_error to clean up its resources | Benjamin Peterson | 2012-04-03 | 1 | -19/+31 |
| | | | |||||
* | | | remove uneeded line | Benjamin Peterson | 2012-04-02 | 1 | -1/+0 |
| | | | |||||
* | | | protect this call, too | Benjamin Peterson | 2012-04-02 | 1 | -1/+1 |
| | | | |||||
* | | | prevent writing to stderr from messing up the exception state (closes #14474) | Benjamin Peterson | 2012-04-02 | 3 | -0/+30 |
| | | | |||||
* | | | Issue #13019: Fix potential reference leaks in bytearray.extend(). | Antoine Pitrou | 2012-04-01 | 2 | -2/+9 |
| | | | | | | | | | | | | Patch by Suman Saha. | ||||
* | | | fix typo; thanks to Robert Bardos from docs@ | Sandro Tosi | 2012-04-01 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #14437: Fix building the _io module under Cygwin. | Antoine Pitrou | 2012-03-31 | 2 | -1/+6 |
| | | | |||||
* | | | use unittest.skip; thanks to Chang Min Jeon from docs@ | Sandro Tosi | 2012-03-31 | 1 | -1/+1 |
| | | | |||||
* | | | #14434: make tutorial link in 'help' banner version-specific | R David Murray | 2012-03-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | Without this fix, both 2.7 and 3.x would always point to the "current" docs...which means that before this fix python 3.2 'help' pointed to the 2.7 tutorial, and without this fix when we switch over to the 3.x docs being current, 2.7 would have pointed to the python3 tutorial. | ||||
* | | | add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ | Sandro Tosi | 2012-03-31 | 1 | -0/+2 |
| | | | |||||
* | | | update NEWS for 2.7 as Terry Reedy proposed | Andrew Svetlov | 2012-03-31 | 2 | -4/+8 |
| | | | |||||
* | | | #10423: clarify options vs args in argparse discussion of optparse | R David Murray | 2012-03-30 | 1 | -2/+3 |
| | | | | | | | | | | | | Patch by Sandro Tosi. | ||||
* | | | Added a new crasher that targets mutating the underlying storage of a ↵ | Alex Gaynor | 2012-03-30 | 1 | -0/+30 |
| | | | | | | | | | | | | buffer. All work done by Armin Rigo. | ||||
* | | | Closes #14436: Convert msg + args to string before pickling. | Vinay Sajip | 2012-03-29 | 1 | -2/+9 |
| | | | |||||
* | | | Backport of Issue #14409 to 2.7 | Andrew Svetlov | 2012-03-29 | 3 | -1/+7 |
| | | | | | | | | | | | | | | | | | | IDLE doesn't not execute commands from shell with default keybinding for <Return>. Patch by Roger Serwy. | ||||
* | | | #14416: add missing LOG_SYSLOG facility to syslog docs. | R David Murray | 2012-03-29 | 1 | -1/+2 |
| | | | |||||
* | | | Closes #14411: remove outdated comment in rlcompleter docstring. | Georg Brandl | 2012-03-27 | 1 | -20/+16 |
| | | | |||||
* | | | #5301: re-add image/vnd.microsoft.icon per discussion | R David Murray | 2012-03-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | We concluded that adding registered mimetypes present in most systems' mime databases can be considered a bug fix. |