Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | #6696: merge with 3.3. | Ezio Melotti | 2013-04-12 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | #6696: add documentation for the Profile objects, and improve ↵ | Ezio Melotti | 2013-04-12 | 1 | -0/+1 | |
| | | | | | | | | profile/cProfile docs. Patch by Tom Pinckney. | |||||
* | | Fix a crash when setting a servername callback on a SSL server socket and ↵ | Antoine Pitrou | 2013-04-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | the client doesn't send a server name. Patch by Kazuhiro Yoshida. (originally issue #8109) | |||||
* | | #12820: merge with 3.3. | Ezio Melotti | 2013-04-10 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler ↵ | Ezio Melotti | 2013-04-10 | 1 | -0/+1 | |
| | | | | | | | | and Phil Connell. | |||||
* | | #17484: add tests for getpass. | R David Murray | 2013-04-08 | 1 | -0/+1 | |
| | | | | | | | | Patch by Thomas Fenzl. | |||||
* | | merge heads | Benjamin Peterson | 2013-04-07 | 1 | -0/+1 | |
|\ \ | ||||||
| * \ | Update argparse docs to follow order of ArgumentParser() arguments. | Andrew Svetlov | 2013-04-07 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | Update argparse docs to follow order of ArgumentParser() arguments. | Andrew Svetlov | 2013-04-07 | 1 | -0/+1 | |
| | | | ||||||
* | | | add Zbigniew Halas to ACKS | Benjamin Peterson | 2013-04-07 | 1 | -0/+1 | |
|/ / | ||||||
* | | #8913: merge with 3.3. | Ezio Melotti | 2013-04-04 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | #8913: add examples and docs for date/time/datetime.__format__. Patch by ↵ | Ezio Melotti | 2013-04-04 | 1 | -0/+1 | |
| | | | | | | | | Heikki Partanen. | |||||
* | | #17492: Additional tests for random module. | R David Murray | 2013-04-02 | 1 | -0/+1 | |
| | | | | | | | | Patch by Victor Terrón. | |||||
* | | Issue #17591: Use lowercase filenames when including Windows header files. | Antoine Pitrou | 2013-03-31 | 1 | -0/+1 | |
| | | | | | | | | Patch by Roumen Petrov. | |||||
* | | #17485: Delete the Content-Length header if the data attribute is deleted. | R David Murray | 2013-03-20 | 1 | -0/+1 | |
| | | | | | | | | This is a follow on to issue 16464. Original patch by Daniel Wozniak. | |||||
* | | #15927: Fix cvs.reader parsing of escaped \r\n with quoting off. | R David Murray | 2013-03-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | This fix means that such values are correctly roundtripped, since cvs.writer already does the correct escaping. Patch by Michael Johnson. | |||||
* | | Merge: #17443: Fix buffering in IMAP4_stream. | R David Murray | 2013-03-19 | 1 | -0/+1 | |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | In Python2 Popen uses *FILE objects, which wind up buffering even though subprocess defaults to no buffering. In Python3, subprocess streams really are unbuffered by default, but the imaplib code assumes read is buffered. This patch uses the default buffer size from the io module to get buffered streams from Popen. Much debugging work and patch by Diane Trout. The imap protocol is too complicated to write a test for this simple change with our current level of test infrastructure. | |||||
| * | Merge: #17443: Fix buffering in IMAP4_stream. | R David Murray | 2013-03-19 | 1 | -0/+1 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python2 Popen uses *FILE objects, which wind up buffering even though subprocess defaults to no buffering. In Python3, subprocess streams really are unbuffered by default, but the imaplib code assumes read is buffered. This patch uses the default buffer size from the io module to get buffered streams from Popen. Much debugging work and patch by Diane Trout. The imap protocol is too complicated to write a test for this simple change with our current level of test infrastructure. | |||||
| | * | #17443: Fix buffering in IMAP4_stream. | R David Murray | 2013-03-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python2 Popen uses *FILE objects, which wind up buffering even though subprocess defaults to no buffering. In Python3, subprocess streams really are unbuffered by default, but the imaplib code assumes read is buffered. This patch uses the default buffer size from the io module to get buffered streams from Popen. Much debugging work and patch by Diane Trout. The imap protocol is too complicated to write a test for this simple change with our current level of test infrastructure. | |||||
* | | | #17464: improve pydoc test coverage. | R David Murray | 2013-03-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | Patch by Matt Bachmann. | |||||
* | | | #5024: whichhdr now returns the frame count for WAV files. | R David Murray | 2013-03-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | Patch by Ned Jackson Lovely based on a suggestion by Robert Pyle. | |||||
* | | | add Sven Brauch for his #16795 contribution | Benjamin Peterson | 2013-03-18 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge #17448: Make test_sax skip if there are no xml parsers. | R David Murray | 2013-03-18 | 1 | -0/+1 | |
|\ \ \ | |/ / | | | | | | | Patch by Rafael Santos. | |||||
| * | | Merge #17448: Make test_sax skip if there are no xml parsers. | R David Murray | 2013-03-18 | 1 | -0/+1 | |
| |\ \ | | |/ | | | | | | | Patch by Rafael Santos. | |||||
| | * | #17448: Make test_sax skip if there are no xml parsers. | R David Murray | 2013-03-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | Patch by Rafael Santos. | |||||
* | | | Merge: #17431: Fix missing import of BytesFeedParser in email.parser. | R David Murray | 2013-03-16 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge: #17431: Fix missing import of BytesFeedParser in email.parser. | R David Murray | 2013-03-16 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | #17431: Fix missing import of BytesFeedParser in email.parser. | R David Murray | 2013-03-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | Initial patch contributed by Edmond Burnett. | |||||
* | | | Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__. | Terry Jan Reedy | 2013-03-15 | 1 | -0/+2 | |
| | | | | | | | | | | | | Revise module docstring and update itertools import and use. | |||||
* | | | Issue #17117: Have both import itself and importlib.util.set_loader() | Brett Cannon | 2013-03-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | set __loader__ on a module when set to None. Thanks to Gökcen Eraslan for the fix. | |||||
* | | | Issue #11367: fix documentation of some find* methods in ElementTree | Eli Bendersky | 2013-03-12 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #11367: fix documentation of some find* methods in ElementTree | Eli Bendersky | 2013-03-12 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | Issue #11367: fix documentation of some find* methods in ElementTree | Eli Bendersky | 2013-03-12 | 1 | -0/+1 | |
| | | | ||||||
* | | | #17351: merge with 3.3. | Ezio Melotti | 2013-03-11 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | #17351: merge with 3.2. | Ezio Melotti | 2013-03-11 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | #17351: remove "object" inheritance from docs. Patch by Phil Elson. | Ezio Melotti | 2013-03-11 | 1 | -0/+1 | |
| | | | ||||||
* | | | Issue #16954: Add docstrings for ElementTree | Eli Bendersky | 2013-03-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | Based on patch by David Lam | |||||
* | | | Merge: closes issue 16643 (not ....2 as in last commit message) | Terry Jan Reedy | 2013-03-09 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #16642: sched.scheduler timefunc initial default is time.monotonic. | Terry Jan Reedy | 2013-03-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | Patch by Ramchandra Apte | |||||
* | | | Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. | Terry Jan Reedy | 2013-03-09 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. | Terry Jan Reedy | 2013-03-09 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. | Terry Jan Reedy | 2013-03-09 | 1 | -0/+1 | |
| | | | ||||||
* | | | #17032: The "global" in the "NameError: global name 'x' is not defined" ↵ | Ezio Melotti | 2013-03-03 | 1 | -0/+1 | |
| | | | | | | | | | | | | error message has been removed. Patch by Ram Rachum. | |||||
* | | | Merge #17275: Fix class name in init errors in C bufferedio classes. | R David Murray | 2013-02-24 | 1 | -0/+1 | |
|\ \ \ | |/ / | | | | | | | | | | | | | This fixes an apparent copy-and-paste error. Patch by Manuel Jacob. | |||||
| * | | Merge #17275: Fix class name in init errors in C bufferedio classes. | R David Murray | 2013-02-24 | 1 | -0/+1 | |
| |\ \ | | |/ | | | | | | | | | | | | | This fixes an apparent copy-and-paste error. Patch by Manuel Jacob. | |||||
| | * | #17275: Fix class name in init errors in C bufferedio classes. | R David Murray | 2013-02-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | This fixes an apparent copy-and-paste error. Patch by Manuel Jacob. | |||||
* | | | Revert "Issue #16121: Fix line number accounting in shlex" | Petri Lehtinen | 2013-02-23 | 1 | -1/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Revert "Issue #16121: Fix line number accounting in shlex" | Petri Lehtinen | 2013-02-23 | 1 | -1/+0 | |
| |\ \ | | |/ | ||||||
| | * | Revert "Issue #16121: Fix line number accounting in shlex" | Petri Lehtinen | 2013-02-23 | 1 | -1/+0 | |
| | | | ||||||
* | | | Issue #16121: Fix line number accounting in shlex | Petri Lehtinen | 2013-02-23 | 1 | -0/+1 | |
|\ \ \ | |/ / |