| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | | | #14538: HTMLParser can now parse correctly start tags that contain a bare /. | Ezio Melotti | 2012-04-19 | 3 | -3/+16 | |
| | | | * | | | | | Fix compiler warning related to issue #14331. harmless. | Gregory P. Smith | 2012-04-18 | 1 | -1/+2 | |
| | | | * | | | | | Remove webbrowser doc reference to the previously removed internet-config opt... | Ned Deily | 2012-04-18 | 1 | -7/+2 | |
| | | | * | | | | | SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos... | Benjamin Peterson | 2012-04-18 | 3 | -2/+17 | |
| | | * | | | | | | Minor fixups. | Raymond Hettinger | 2012-04-18 | 1 | -4/+4 | |
| | | |/ / / / / | ||||||
| | | * | | | | | Clean-up the SQLite introduction. | Raymond Hettinger | 2012-04-18 | 1 | -26/+26 | |
| | | * | | | | | Clarify that a new connection needs to be made after the close. | Raymond Hettinger | 2012-04-17 | 1 | -0/+6 | |
| | | * | | | | | Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can | Charles-François Natali | 2012-04-17 | 1 | -3/+9 | |
| | | * | | | | | Tweaked format of cookbook example. | Vinay Sajip | 2012-04-16 | 1 | -5/+6 | |
| | | * | | | | | Added cookbook example for log insertion. | Vinay Sajip | 2012-04-16 | 1 | -0/+44 | |
| | | * | | | | | Issue #14452: remove BOM insertion code. | Vinay Sajip | 2012-04-16 | 2 | -2/+2 | |
| | | * | | | | | Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ... | Antoine Pitrou | 2012-04-16 | 2 | -112/+117 | |
| | | * | | | | | Remove accidentally-committed debugging code. | Mark Dickinson | 2012-04-15 | 1 | -3/+0 | |
| | | * | | | | | Issue 13496: Fix bisect.bisect overflow bug for large collections. | Mark Dickinson | 2012-04-15 | 3 | -2/+21 | |
| | | * | | | | | Issue #13889: On MSVC builds, set FPU control word at runtime for all string ... | Mark Dickinson | 2012-04-15 | 2 | -0/+28 | |
| | | * | | | | | #14399: corrected news item | R David Murray | 2012-04-14 | 1 | -3/+3 | |
| | | * | | | | | move outside WITH_THREAD conditional | Benjamin Peterson | 2012-04-13 | 1 | -2/+2 | |
| | | * | | | | | take linkage def outside of WITH_THREAD conditional (closes #14569) | Benjamin Peterson | 2012-04-13 | 1 | -4/+3 | |
| | | * | | | | | merge heads | Amaury Forgeot d'Arc | 2012-04-13 | 3 | -0/+11 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | Issue14559: Attempt to fix compilation with previous versions of the Microsof... | Amaury Forgeot d'Arc | 2012-04-12 | 3 | -0/+11 | |
| | | * | | | | | | #14399: zipfile now correctly handles comments added to empty zipfiles. | R David Murray | 2012-04-12 | 4 | -12/+42 | |
| | | |/ / / / / | ||||||
| | | * | | | | | Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. | Charles-François Natali | 2012-04-12 | 3 | -0/+7 | |
| | | * | | | | | #14552: remove redundant wording in 'test' docs. | R David Murray | 2012-04-12 | 1 | -4/+4 | |
| | | * | | | | | merge heads | Benjamin Peterson | 2012-04-11 | 6 | -83/+110 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Lin... | Senthil Kumaran | 2012-04-11 | 2 | -61/+64 | |
| | | | * | | | | | Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S c... | Senthil Kumaran | 2012-04-10 | 1 | -12/+12 | |
| | | | * | | | | | merge heads | Senthil Kumaran | 2012-04-10 | 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-10 | 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-23 | 1 | -3/+11 | |
| | | | * | | | | | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). | Éric Araujo | 2012-02-25 | 4 | -54/+98 | |
| | | * | | | | | | Fix the patch for issue #7978: select() raises select.error before 3.3, not O... | Antoine Pitrou | 2012-04-08 | 2 | -3/+3 | |
| | | * | | | | | | Fix flakiness in test_socketserver | Antoine Pitrou | 2012-04-08 | 1 | -1/+4 | |
| | | * | | | | | | Issue #7978: socketserver now restarts the select() call when EINTR is returned. | Antoine Pitrou | 2012-04-08 | 4 | -2/+52 | |
| | | * | | | | | | Make test_mailbox runnable via python -m unittest. | R David Murray | 2012-04-08 | 1 | -17/+17 | |
