summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali2012-04-123-0/+7
| | * | | | #14552: remove redundant wording in 'test' docs.R David Murray2012-04-121-4/+4
| | * | | | merge headsBenjamin Peterson2012-04-116-83/+110
| | |\ \ \ \
| | | * | | | Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Lin...Senthil Kumaran2012-04-112-61/+64
| | | * | | | Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S c...Senthil Kumaran2012-04-101-12/+12
| | | * | | | merge headsSenthil Kumaran2012-04-102-2/+29
| | | |\ \ \ \
| | | | * \ \ \ Merged upstream change.Vinay Sajip2012-04-100-0/+0
| | | | |\ \ \ \
| | | | * | | | | Updated logging reference and HOWTO.Vinay Sajip2012-04-102-2/+29
| | | * | | | | | fix the incorrect changes made for PATH_INFO value - Issue10484Senthil Kumaran2012-04-102-11/+7
| | | | |/ / / / | | | |/| | | |
| | | * | | | | null mergeBarry Warsaw2012-04-100-0/+0
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | / / | | | | | |/ / | | | | |/| |
| | | | * | | Post release twiddle.Barry Warsaw2012-04-102-1/+13
| | | * | | | Mostly null merge from 2.6; tag addedBarry Warsaw2012-04-101-0/+1
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Added tag v2.6.8 for changeset c9910fd022fcBarry Warsaw2012-04-101-0/+1
| | | | * | | Bump to 2.6.8v2.6.8Barry Warsaw2012-04-106-8/+16
| | | | * | | update docsBarry Warsaw2012-04-101-1/+1
| | * | | | | merge headsBenjamin Peterson2012-04-111-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | minor .rst fixSenthil Kumaran2012-04-101-1/+1
| | * | | | | we live in a post 2.7.3 worldBenjamin Peterson2012-04-111-1/+1
| | |/ / / /
| | * | | | merge 2.7.3 release branchBenjamin Peterson2012-04-095-6/+7
| | |\ \ \ \
| | | * | | | Added tag v2.7.3 for changeset 70274d53c1ddBenjamin Peterson2012-04-091-0/+1
| | | * | | | bump to 2.7.3 finalv2.7.3Benjamin Peterson2012-04-095-7/+7
| | * | | | | merge 2.7 release branchBenjamin Peterson2012-04-092-0/+4
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | fix build without Py_DEBUG and DNDEBUG (closes #14509)Benjamin Peterson2012-04-092-0/+4
| | | * | | | move news thing aroundBenjamin Peterson2012-03-231-3/+11
| | | * | | | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-254-54/+98
| | * | | | | Fix the patch for issue #7978: select() raises select.error before 3.3, not O...Antoine Pitrou2012-04-082-3/+3
| | * | | | | Fix flakiness in test_socketserverAntoine Pitrou2012-04-081-1/+4
| | * | | | | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-084-2/+52
| | * | | | | Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
| | * | | | | Issue #14502: release() and unlocked lock generates a ThreadErrorSandro Tosi2012-04-051-1/+1
| | * | | | | Issue #14505: Fix file descriptor leak when deallocating file objects created...Antoine Pitrou2012-04-052-1/+5
| | * | | | | Closes #14489: correct link target.Georg Brandl2012-04-051-1/+1
| | * | | | | Transplant 45287f2799f5 from default branch.Georg Brandl2012-04-041-1/+1
| | * | | | | #14481: fix formatting of example in subprocess docs.R David Murray2012-04-031-1/+1
| | * | | | | fix parse_syntax_error to clean up its resourcesBenjamin Peterson2012-04-031-19/+31
| | * | | | | remove uneeded lineBenjamin Peterson2012-04-021-1/+0
| | * | | | | protect this call, tooBenjamin Peterson2012-04-021-1/+1
| | * | | | | prevent writing to stderr from messing up the exception state (closes #14474)Benjamin Peterson2012-04-023-0/+30
| | * | | | | Issue #13019: Fix potential reference leaks in bytearray.extend().Antoine Pitrou2012-04-012-2/+9
| | * | | | | fix typo; thanks to Robert Bardos from docs@Sandro Tosi2012-03-311-1/+1
| | * | | | | Issue #14437: Fix building the _io module under Cygwin.Antoine Pitrou2012-03-312-1/+6
| | * | | | | use unittest.skip; thanks to Chang Min Jeon from docs@Sandro Tosi2012-03-311-1/+1
| | * | | | | #14434: make tutorial link in 'help' banner version-specificR David Murray2012-03-311-2/+2
| | * | | | | add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@Sandro Tosi2012-03-311-0/+2
| | * | | | | update NEWS for 2.7 as Terry Reedy proposedAndrew Svetlov2012-03-312-4/+8
| | * | | | | #10423: clarify options vs args in argparse discussion of optparseR David Murray2012-03-301-2/+3
| | * | | | | Added a new crasher that targets mutating the underlying storage of a buffer....Alex Gaynor2012-03-301-0/+30
| | * | | | | Closes #14436: Convert msg + args to string before pickling.Vinay Sajip2012-03-291-2/+9
| | * | | | | Backport of Issue #14409 to 2.7Andrew Svetlov2012-03-293-1/+7
| | * | | | | #14416: add missing LOG_SYSLOG facility to syslog docs.R David Murray2012-03-291-1/+2