summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #17485: Delete the Content-Length header if the data attribute is deleted.R David Murray2013-03-202-0/+4
* Issue #16475: Support object instancing, recursion and interned stringsKristján Valur Jónsson2013-03-201-0/+3
* #15927: Fix cvs.reader parsing of escaped \r\n with quoting off.R David Murray2013-03-202-0/+4
* Closes issue 17467. Add readline and readlines support to unittest.mock.mock_...Michael Foord2013-03-201-0/+3
* merge heads & use iso8601 date formatGregory P. Smith2013-03-191-1/+1
|\
| * merge from 3.2Gregory P. Smith2013-03-191-1/+4
| |\
| | * merge heads in 3.2Gregory P. Smith2013-03-192-0/+10
| | |\
* | | \ Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-191-1/+5
|\ \ \ \ | |/ / /
| * | | merge heads in 3.3Gregory P. Smith2013-03-192-0/+10
| |\ \ \
| * \ \ \ Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-191-1/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-191-0/+4
* | | | | Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal.R David Murray2013-03-191-0/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal.R David Murray2013-03-191-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | #8862: Fix curses cleanup with getchar is interrupted by a signal.R David Murray2013-03-191-0/+2
* | | | | Merge: #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-192-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge: #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-192-0/+5
| |\ \ \ \ | | |/ / /
| | * | | #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-192-0/+5
| * | | | #17476: make allmethods actually return all methods.R David Murray2013-03-191-1/+4
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | #17476: make allmethods actually return all methods.R David Murray2013-03-191-0/+3
| | |/
* | | Merge: #17476: make allmethods actually return all methods.R David Murray2013-03-191-0/+3
* | | #17464: improve pydoc test coverage.R David Murray2013-03-191-1/+1
* | | #17474 - Remove the various deprecated methods of Request class.Senthil Kumaran2013-03-191-0/+2
* | | Closes issue 16709. unittest test discovery sorts test files for consistent t...Michael Foord2013-03-191-0/+3
* | | use the HTTPS for pypi uploadBenjamin Peterson2013-03-181-0/+2
* | | #5024: whichhdr now returns the frame count for WAV files.R David Murray2013-03-182-0/+4
* | | #17460: Remove the strict argument of HTTPConnection and removing theSenthil Kumaran2013-03-181-1/+4
* | | add Sven Brauch for his #16795 contributionBenjamin Peterson2013-03-181-0/+1
* | | unify some ast.argument's attrs; change Attribute column offset (closes #16795)Benjamin Peterson2013-03-181-0/+4
* | | Merge #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-182-0/+4
|\ \ \ | |/ /
| * | Merge #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-182-0/+4
| |\ \ | | |/
| | * #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-182-0/+4
* | | mergeBrett Cannon2013-03-171-0/+2
|\ \ \ | |/ /
| * | Issue #16880: _imp.load_dynamic() is not defined on a platform thatBrett Cannon2013-03-171-0/+2
* | | Issue #16389: Fixed an issue number in previos commit.Serhiy Storchaka2013-03-161-1/+1
|\ \ \ | |/ /
| * | Issue #16389: Fixed an issue number in previos commit.Serhiy Storchaka2013-03-161-1/+1
| |\ \ | | |/
| | * Issue #16389: Fixed an issue number in previos commit.Serhiy Storchaka2013-03-161-1/+1
* | | Issue #16564: Fixed a performance regression relative to Python 3.1 in theSerhiy Storchaka2013-03-161-0/+3
|\ \ \ | |/ /
| * | Issue #16564: Fixed a performance regression relative to Python 3.1 in theSerhiy Storchaka2013-03-161-0/+3
| |\ \ | | |/
| | * Issue #16564: Fixed a performance regression relative to Python 3.1 in theSerhiy Storchaka2013-03-161-0/+3
* | | #11420: merge with 3.3.Ezio Melotti2013-03-161-0/+3
|\ \ \ | |/ /
| * | #11420: merge with 3.2.Ezio Melotti2013-03-161-0/+3
| |\ \ | | |/
| | * #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...Ezio Melotti2013-03-161-0/+3
| | * typoTerry Jan Reedy2013-03-161-1/+1
* | | reject non-docs strings between future imports (closes #17434)Benjamin Peterson2013-03-161-0/+3
* | | Merge with 3.3Terry Jan Reedy2013-03-161-0/+3
|\ \ \ | |/ /
| * | Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.Terry Jan Reedy2013-03-161-0/+3
| |\ \ | | |/
| | * Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.Terry Jan Reedy2013-03-161-0/+3
* | | Add missing FeedParser and BytesFeedParser to email.parser.__all__.R David Murray2013-03-161-0/+2
* | | Merge: #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-162-0/+3
|\ \ \ | |/ /
| * | Merge: #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-162-0/+3
| |\ \ | | |/