summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Collapse)AuthorAgeFilesLines
...
* | #6696: merge with 3.3.Ezio Melotti2013-04-121-0/+1
|\ \ | |/
| * #6696: add documentation for the Profile objects, and improve ↵Ezio Melotti2013-04-121-0/+1
| | | | | | | | profile/cProfile docs. Patch by Tom Pinckney.
* | Fix a crash when setting a servername callback on a SSL server socket and ↵Antoine Pitrou2013-04-111-0/+1
| | | | | | | | | | | | | | the client doesn't send a server name. Patch by Kazuhiro Yoshida. (originally issue #8109)
* | #12820: merge with 3.3.Ezio Melotti2013-04-101-0/+1
|\ \ | |/
| * #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler ↵Ezio Melotti2013-04-101-0/+1
| | | | | | | | and Phil Connell.
* | #17484: add tests for getpass.R David Murray2013-04-081-0/+1
| | | | | | | | Patch by Thomas Fenzl.
* | merge headsBenjamin Peterson2013-04-071-0/+1
|\ \
| * \ Update argparse docs to follow order of ArgumentParser() arguments.Andrew Svetlov2013-04-071-0/+1
| |\ \ | | |/
| | * Update argparse docs to follow order of ArgumentParser() arguments.Andrew Svetlov2013-04-071-0/+1
| | |
* | | add Zbigniew Halas to ACKSBenjamin Peterson2013-04-071-0/+1
|/ /
* | #8913: merge with 3.3.Ezio Melotti2013-04-041-0/+1
|\ \ | |/
| * #8913: add examples and docs for date/time/datetime.__format__. Patch by ↵Ezio Melotti2013-04-041-0/+1
| | | | | | | | Heikki Partanen.
* | #17492: Additional tests for random module.R David Murray2013-04-021-0/+1
| | | | | | | | Patch by Victor Terrón.
* | Issue #17591: Use lowercase filenames when including Windows header files.Antoine Pitrou2013-03-311-0/+1
| | | | | | | | Patch by Roumen Petrov.
* | #17485: Delete the Content-Length header if the data attribute is deleted.R David Murray2013-03-201-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 Murray2013-03-201-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 Murray2013-03-191-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 Murray2013-03-191-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 Murray2013-03-191-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 Murray2013-03-191-1/+1
| | | | | | | | | | | | Patch by Matt Bachmann.
* | | #5024: whichhdr now returns the frame count for WAV files.R David Murray2013-03-181-0/+1
| | | | | | | | | | | | Patch by Ned Jackson Lovely based on a suggestion by Robert Pyle.
* | | add Sven Brauch for his #16795 contributionBenjamin Peterson2013-03-181-0/+1
| | |
* | | Merge #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-181-0/+1
|\ \ \ | |/ / | | | | | | Patch by Rafael Santos.
| * | Merge #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-181-0/+1
| |\ \ | | |/ | | | | | | Patch by Rafael Santos.
| | * #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-181-0/+1
| | | | | | | | | | | | Patch by Rafael Santos.
* | | Merge: #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-161-0/+1
|\ \ \ | |/ /
| * | Merge: #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-161-0/+1
| |\ \ | | |/
| | * #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-161-0/+1
| | | | | | | | | | | | Initial patch contributed by Edmond Burnett.
* | | Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__.Terry Jan Reedy2013-03-151-0/+2
| | | | | | | | | | | | Revise module docstring and update itertools import and use.
* | | Issue #17117: Have both import itself and importlib.util.set_loader()Brett Cannon2013-03-131-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 ElementTreeEli Bendersky2013-03-121-0/+1
|\ \ \ | |/ /
| * | Issue #11367: fix documentation of some find* methods in ElementTreeEli Bendersky2013-03-121-0/+1
| |\ \ | | |/
| | * Issue #11367: fix documentation of some find* methods in ElementTreeEli Bendersky2013-03-121-0/+1
| | |
* | | #17351: merge with 3.3.Ezio Melotti2013-03-111-0/+1
|\ \ \ | |/ /
| * | #17351: merge with 3.2.Ezio Melotti2013-03-111-0/+1
| |\ \ | | |/
| | * #17351: remove "object" inheritance from docs. Patch by Phil Elson.Ezio Melotti2013-03-111-0/+1
| | |
* | | Issue #16954: Add docstrings for ElementTreeEli Bendersky2013-03-091-0/+1
| | | | | | | | | | | | Based on patch by David Lam
* | | Merge: closes issue 16643 (not ....2 as in last commit message)Terry Jan Reedy2013-03-091-0/+1
|\ \ \ | |/ /
| * | Issue #16642: sched.scheduler timefunc initial default is time.monotonic.Terry Jan Reedy2013-03-091-0/+1
| | | | | | | | | | | | Patch by Ramchandra Apte
* | | Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.Terry Jan Reedy2013-03-091-0/+1
|\ \ \ | |/ /
| * | Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.Terry Jan Reedy2013-03-091-0/+1
| |\ \ | | |/
| | * Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.Terry Jan Reedy2013-03-091-0/+1
| | |
* | | #17032: The "global" in the "NameError: global name 'x' is not defined" ↵Ezio Melotti2013-03-031-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 Murray2013-02-241-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 Murray2013-02-241-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 Murray2013-02-241-0/+1
| | | | | | | | | | | | | | | | | | This fixes an apparent copy-and-paste error. Patch by Manuel Jacob.
* | | Revert "Issue #16121: Fix line number accounting in shlex"Petri Lehtinen2013-02-231-1/+0
|\ \ \ | |/ /
| * | Revert "Issue #16121: Fix line number accounting in shlex"Petri Lehtinen2013-02-231-1/+0
| |\ \ | | |/
| | * Revert "Issue #16121: Fix line number accounting in shlex"Petri Lehtinen2013-02-231-1/+0
| | |
* | | Issue #16121: Fix line number accounting in shlexPetri Lehtinen2013-02-231-0/+1
|\ \ \ | |/ /