Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by ↵ | Georg Brandl | 2010-12-19 | 1 | -0/+1 |
| | | | | Kevin Walzer and Ned Deily. | ||||
* | Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg ↵ | Steven Bethard | 2010-12-18 | 1 | -0/+1 |
| | | | | for beta2 on the tracker. | ||||
* | Issue #10714: Limit length of incoming request in http.server to 65536 bytes | Antoine Pitrou | 2010-12-16 | 1 | -0/+1 |
| | | | | for security reasons. Initial patch by Ross Lagerwall. | ||||
* | Issue #8844: Regular and recursive lock acquisitions can now be interrupted | Antoine Pitrou | 2010-12-15 | 1 | -0/+1 |
| | | | | by signals on platforms using pthreads. Patch by Reid Kleckner. | ||||
* | #775964: skip YP/NIS entries instead of failing the test | R. David Murray | 2010-12-14 | 1 | -0/+1 |
| | | | | | | | Also includes doc updates mentioning that these entries may not be retrievable via getgrnam and getgrgid. Patch by Bobby Impollonia. | ||||
* | Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. | Nick Coghlan | 2010-12-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | * A -b option to start an enhanced browsing session. * Allow -b and -p options to be used together. * Specifying port 0 will pick an arbitrary unused socket port. * A new browse() function to start the new server and browser. * Show Python version information in the header. * A *Get* field which takes the same input as the help() function. * A *Search* field which replaces the Tkinter search box. * Links to *Module Index*, *Topics*, and *Keywords*. * Improved source file viewing. * An HTMLDoc.filelink() method. * The -g option and the gui() and serve() functions are deprecated. | ||||
* | #8989: add 'domain' keyword to make_msgid. | R. David Murray | 2010-12-02 | 1 | -0/+1 |
| | | | | Patch by Adrian von Bidder. | ||||
* | Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' ↵ | Terry Reedy | 2010-12-02 | 1 | -0/+1 |
| | | | | exception. Patch by Ray Allen. | ||||
* | #10464: fix netrc handling of lines with embedded '#" characters. | R. David Murray | 2010-12-02 | 1 | -0/+1 |
| | | | | Patch by Xuanji Li. | ||||
* | Issue #7094: Add alternate ('#') flag to __format__ methods for float, ↵ | Eric Smith | 2010-11-25 | 1 | -0/+4 |
| | | | | complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon. | ||||
* | Remove UTF-8 BOM. | Georg Brandl | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | IssIssue 1859: Add Jeremy Thurgood to Misc/ACKS | Terry Reedy | 2010-11-23 | 1 | -1/+2 |
| | |||||
* | Issue 10470: 'python -m unittest' launches test discovery by default.(If ↵ | Michael Foord | 2010-11-21 | 1 | -0/+1 |
| | | | | you need to pass options to test discovery the discover subcommand must still be specified explicitly.) | ||||
* | Issue #8078: Add constants for higher baud rates in the termios module. | Antoine Pitrou | 2010-11-20 | 1 | -0/+1 |
| | | | | Patch by Rodolpho Eckhardt. | ||||
* | add filename to ENOENT message #4925 | Benjamin Peterson | 2010-11-20 | 1 | -0/+1 |
| | |||||
* | #1574217: only swallow AttributeErrors in isinstance, not everything. | R. David Murray | 2010-11-20 | 1 | -0/+1 |
| | | | | Patch and tests by Brian Harring, with improvements by Ralf Schmitt. | ||||
* | Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by | Antoine Pitrou | 2010-11-09 | 1 | -0/+1 |
| | | | | Lorenzo M. Catucci. | ||||
* | Issue #1926: Add support for NNTP over SSL on port 563, as well as | Antoine Pitrou | 2010-11-09 | 1 | -0/+1 |
| | | | | STARTTLS. Patch by Andrew Vant. | ||||
* | Issue #10311: The signal module now restores errno before returning from | Antoine Pitrou | 2010-11-05 | 1 | -0/+1 |
| | | | | its low-level signal handler. Patch by Hallvard B Furuseth. | ||||
* | Issue #10285: explain the `flag` return field better in NNTP.list(). | Antoine Pitrou | 2010-11-03 | 1 | -0/+1 |
| | | | | Patch by Julien Élie. | ||||
* | Issue #5027: The standard `xml` namespace is now understood by | Antoine Pitrou | 2010-10-27 | 1 | -0/+1 |
| | | | | | xml.sax.saxutils.XMLGenerator as being bound to http://www.w3.org/XML/1998/namespace. Patch by Troy J. Farrell. | ||||
* | Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, | Antoine Pitrou | 2010-10-14 | 1 | -0/+1 |
| | | | | where supported by the system. Patch by Nikita Vetoshkin. | ||||
* | Issue #10041: The signature of optional arguments in socket.makefile() | Antoine Pitrou | 2010-10-13 | 1 | -0/+1 |
| | | | | | didn't match that of io.open(), and they also didn't get forwarded properly to TextIOWrapper in text mode. Patch by Kai Zhu. | ||||
* | #6612: add the author of the patch (W. Trevor King) | Victor Stinner | 2010-10-12 | 1 | -0/+1 |
| | |||||
* | Some platforms provide uintptr_t in inttypes.h. Patch by | Antoine Pitrou | 2010-10-10 | 1 | -0/+1 |
| | | | | Akira Kitada. | ||||
* | Issue #6608: time.asctime is now checking struct tm fields its input | Alexander Belopolsky | 2010-10-01 | 1 | -1/+2 |
| | | | | before passing it to the system asctime. Patch by MunSic Jeong. | ||||
* | #7110: have regrtest print test failures and tracebacks to stderr not stdout. | R. David Murray | 2010-09-29 | 1 | -0/+1 |
| | | | | Patch by Sandro Tosi. | ||||
* | Issue #1675951: Allow GzipFile to work with unseekable file objects. | Antoine Pitrou | 2010-09-23 | 1 | -0/+1 |
| | | | | Patch by Florian Festi. | ||||
* | Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1) | Hirokazu Yamamoto | 2010-09-09 | 1 | -0/+1 |
| | |||||
* | #6394: Add os.getppid() support for Windows. | Amaury Forgeot d'Arc | 2010-09-07 | 1 | -0/+1 |
| | |||||
* | Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced | Antoine Pitrou | 2010-09-04 | 1 | -0/+1 |
| | | | | | by the new (and simpler) DUP_TOP_TWO. Performance isn't changed, but our bytecode is a bit simplified. Patch by Demur Rumed. | ||||
* | Fix Björn's name in ACKS. | Antoine Pitrou | 2010-09-04 | 1 | -1/+1 |
| | |||||
* | Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API | Antoine Pitrou | 2010-09-01 | 1 | -0/+1 |
| | | | | properly. Patch by Stefan Behnel. | ||||
* | Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by | Antoine Pitrou | 2010-08-30 | 1 | -0/+1 |
| | | | | Sébastien Sablé. | ||||
* | Issue #1512791: In setframerate method of Wave_write, round non-integral | Mark Dickinson | 2010-08-28 | 1 | -0/+1 |
| | | | | inputs to the nearest integer. Thanks Neil Tallim for the patch. | ||||
* | #1194222: make parsedate always return RFC2822 four character years. | R. David Murray | 2010-08-25 | 1 | -0/+1 |
| | | | | | | | | Two character years are now converted to four character years using the Posix standard rule (<68 == 2000, >=68==1900). This makes the parsed date RFC2822 compliant even if the input is not. Patch and test by Jeffrey Finkelstein. | ||||
* | only catch AttributeError in hasattr() #9666 | Benjamin Peterson | 2010-08-24 | 1 | -0/+1 |
| | |||||
* | #7647: add ST_RDONLY, ST_NOSUID constants to os module. | Andrew M. Kuchling | 2010-08-18 | 1 | -1/+2 |
| | | | | (Also fix a name ordering in the ACKS file.) | ||||
* | Issue #5737: Add Solaris-specific mnemonics in the errno module. Patch by | Antoine Pitrou | 2010-08-18 | 1 | -0/+1 |
| | | | | Matthew Ahrens. | ||||
* | Issue #3488: Provide convenient shorthand functions `gzip.compress` | Antoine Pitrou | 2010-08-17 | 1 | -0/+1 |
| | | | | and `gzip.decompress`. Original patch by Anand B. Pillai. | ||||
* | Issue #9550: a BufferedReader could issue an additional read when the | Antoine Pitrou | 2010-08-11 | 1 | -0/+1 |
| | | | | | | original read request had been satisfied, which can block indefinitely when the underlying raw IO channel is e.g. a socket. Report and original patch by Jason V. Miller. | ||||
* | Issue #8834: Added a comment describing the order of entries in Misc/ACKS. | Alexander Belopolsky | 2010-08-10 | 1 | -4/+10 |
| | | | | Added names from release27-maint branch that were missing from py3k. | ||||
* | Issue #6915: Under Windows, os.listdir() didn't release the Global | Antoine Pitrou | 2010-08-09 | 1 | -0/+1 |
| | | | | Interpreter Lock around all system calls. Original patch by Ryan Kelly. | ||||
* | Issue #8814: function annotations (the `__annotations__` attribute) | Antoine Pitrou | 2010-08-04 | 1 | -0/+1 |
| | | | | | are now included in the set of attributes copied by default by functools.wraps and functools.update_wrapper. Patch by Terrence Cole. | ||||
* | Issue #9496: Provide a test suite for the rlcompleter module. Patch by | Antoine Pitrou | 2010-08-04 | 1 | -0/+1 |
| | | | | Michele Orrù. | ||||
* | as per discussion with antoine revert changes made in 83708 as the user ↵ | Giampaolo Rodolà | 2010-08-04 | 1 | -1/+0 |
| | | | | useing ftplib's readline methods is supposed to always use a binary file | ||||
* | fix issue #6822: ftplib's storline method doesn't work with text files | Giampaolo Rodolà | 2010-08-04 | 1 | -0/+1 |
| | |||||
* | fix issue #2944: asyncore doesn't handle connection refused correctly (patch ↵ | Giampaolo Rodolà | 2010-08-04 | 1 | -0/+1 |
| | | | | by Alexander Shigin). Merged from 2.7 branch. | ||||
* | #3196: if needed pad a short base64 encoded word before trying to decode. | R. David Murray | 2010-08-03 | 1 | -0/+1 |
| | | | | | | | | | The RFCs encourage following Postel's law: be liberal in what you accept. So if someone forgot to pad the base64 encoded word payload to an even four bytes, we add the padding before handing it to base64mime.decode. Previously, missing padding resulted in a HeaderParseError. Patch by Jason Williams. | ||||
* | #9444: use first of prefix_chars for help opt instead of raising error | R. David Murray | 2010-08-03 | 1 | -0/+1 |
| | | | | | | | | | | | An argparse option parser created with a prefix_chars that did not include a '-' would happily add -h and --help options, and then throw an error when it tried to format the help because the - was an invalid prefix character. This patch makes it use the first character of prefix_chars as the character for the help options if and only if '-' is not one of the valid prefix_chars. Fix by Theodore Turocy, unit tests by Catherine Devlin. |