Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix syntax | Benjamin Peterson | 2009-04-08 | 1 | -1/+1 | |
| | ||||||
* | these must be installed to correctly run tests | Benjamin Peterson | 2009-04-08 | 1 | -1/+2 | |
| | ||||||
* | Minor factoring. | Raymond Hettinger | 2009-04-08 | 1 | -1/+1 | |
| | ||||||
* | Add docstrings. | Raymond Hettinger | 2009-04-08 | 1 | -0/+25 | |
| | ||||||
* | - Make timing assertions very generous (a la test_timeout.py) | Jack Diederich | 2009-04-07 | 1 | -49/+60 | |
| | | | | | - Break the gc cycle in negotiation tests - test the different guarantees of read_lazy and read_very_lazy | |||||
* | Fix make.bat to match makefile changes | Raymond Hettinger | 2009-04-07 | 1 | -1/+1 | |
| | ||||||
* | eliminate more race conditions in telnetlib tests | Jack Diederich | 2009-04-07 | 1 | -51/+58 | |
| | ||||||
* | Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon ↵ | Vinay Sajip | 2009-04-07 | 1 | -1/+1 | |
| | | | | and as implemented in the Py3K branch. | |||||
* | revert unrelated change to test_telnetlib | Benjamin Peterson | 2009-04-07 | 1 | -1/+1 | |
| | ||||||
* | fix since difference formating of SyntaxErrors | Benjamin Peterson | 2009-04-07 | 2 | -5/+9 | |
| | ||||||
* | fix syntax tests after formatting change | Benjamin Peterson | 2009-04-07 | 2 | -44/+88 | |
| | ||||||
* | see if this helps the doc builds | Benjamin Peterson | 2009-04-06 | 1 | -0/+1 | |
| | ||||||
* | add create_connection to __all__ #5711 | Benjamin Peterson | 2009-04-06 | 1 | -1/+1 | |
| | ||||||
* | - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are | Gregory P. Smith | 2009-04-06 | 3 | -19/+101 | |
| | | | | now collapsed within the url properly before looking in cgi_directories. | |||||
* | test the telnetlib.Telnet interface more thoroughly | Jack Diederich | 2009-04-06 | 1 | -3/+276 | |
| | ||||||
* | news entry for r71299. | Gregory P. Smith | 2009-04-05 | 1 | -0/+3 | |
| | ||||||
* | Fixes issue5705: os.setuid() and friends did not accept the same range of | Gregory P. Smith | 2009-04-05 | 2 | -18/+99 | |
| | | | | values that pwd.getpwnam() returns. | |||||
* | pep8-fied method names | Tarek Ziadé | 2009-04-05 | 1 | -3/+3 | |
| | ||||||
* | Fixed #5095: msi missing from Distutils bdist formats | Tarek Ziadé | 2009-04-05 | 4 | -37/+69 | |
| | ||||||
* | added a simplest test to distutils.spawn._nt_quote_args | Tarek Ziadé | 2009-04-05 | 1 | -0/+20 | |
| | ||||||
* | Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases ↵ | Tarek Ziadé | 2009-04-05 | 3 | -2/+29 | |
| | | | | (detailed in the test | |||||
* | Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' | Matthias Klose | 2009-04-05 | 3 | -5/+6 | |
| | | | | to avoid compiler warnings. | |||||
* | - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for | Matthias Klose | 2009-04-05 | 2 | -1/+4 | |
| | | | | new arguments introduced in 2.5. | |||||
* | Normalize issue referencing style. | Georg Brandl | 2009-04-05 | 1 | -13/+13 | |
| | ||||||
* | Adding assertIs and assertIsNot methods to unittest.TestCase | Michael Foord | 2009-04-05 | 4 | -0/+54 | |
| | | | | Issue #2578 | |||||
* | #602893: add indicator for current line in cgitb that doesnt rely on styling ↵ | Georg Brandl | 2009-04-05 | 1 | -1/+2 | |
| | | | | alone. | |||||
* | Fixed 5694: removed spurious test output in Distutils | Tarek Ziadé | 2009-04-05 | 2 | -0/+3 | |
| | ||||||
* | #5298: clarify docs about GIL by using more consistent wording. | Georg Brandl | 2009-04-05 | 1 | -78/+79 | |
| | ||||||
* | #5444: adapt make.bat to new htmlhelp output file name. | Georg Brandl | 2009-04-05 | 1 | -1/+2 | |
| | ||||||
* | #5432: make plistlib docstring a raw string, since it contains examples with ↵ | Georg Brandl | 2009-04-05 | 1 | -1/+1 | |
| | | | | backslash escapes. | |||||
* | #5471: fix expanduser() for $HOME set to "/". | Georg Brandl | 2009-04-05 | 3 | -1/+8 | |
| | ||||||
* | #5370: doc update about unpickling objects with custom __getattr__ etc. methods. | Georg Brandl | 2009-04-05 | 1 | -0/+9 | |
| | ||||||
* | Add NEWS entry for r71237. | Georg Brandl | 2009-04-05 | 1 | -0/+2 | |
| | ||||||
* | #1326077: fix traceback formatting of SyntaxErrors. This fixes two ↵ | Georg Brandl | 2009-04-05 | 2 | -17/+21 | |
| | | | | differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space. | |||||
* | Whitespace normalization. | Georg Brandl | 2009-04-05 | 1 | -8/+8 | |
| | ||||||
* | - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. | Matthias Klose | 2009-04-05 | 2 | -5/+9 | |
| | | | | (avoiding brown paper typo this time) | |||||
* | #5580: no need to use parentheses when converterr() argument is actually a ↵ | Georg Brandl | 2009-04-05 | 1 | -1/+1 | |
| | | | | type description. | |||||
* | #5615: make it possible to configure --without-threads again. | Georg Brandl | 2009-04-05 | 3 | -6/+38 | |
| | ||||||
* | Issue #5695: Moved logging.captureWarnings() call inside with statement in ↵ | Vinay Sajip | 2009-04-05 | 1 | -1/+1 | |
| | | | | WarningsTest.test_warnings. | |||||
* | #1726172: dont raise an unexpected IndexError if a voidresp() call has an ↵ | Georg Brandl | 2009-04-05 | 2 | -3/+3 | |
| | | | | empty response. | |||||
* | #1718017: document the relation of os.path and the posixpath, ntpath etc. ↵ | Georg Brandl | 2009-04-05 | 2 | -11/+16 | |
| | | | | modules better. | |||||
* | Avoid sure signs of a diseased mind. | Georg Brandl | 2009-04-05 | 3 | -5/+6 | |
| | ||||||
* | Normalize spelling of Mac OS X. | Georg Brandl | 2009-04-05 | 3 | -7/+7 | |
| | ||||||
* | #1742837: expand HTTP server docs, and fix SocketServer ones to document ↵ | Georg Brandl | 2009-04-05 | 2 | -31/+58 | |
| | | | | methods as methods, not functions. | |||||
* | Include tkinter.h only after including tk.h (or the equivalent for another ↵ | Guilherme Polo | 2009-04-05 | 2 | -3/+5 | |
| | | | | platform). | |||||
* | Change the way unittest.TestSuite use their tests to always access them ↵ | Michael Foord | 2009-04-05 | 1 | -4/+4 | |
| | | | | | | through iteration. Non behavior changing, this allows you to create custom subclasses that override __iter__. Issue #5693 | |||||
* | compare types with is | Benjamin Peterson | 2009-04-05 | 1 | -1/+1 | |
| | ||||||
* | note how using iter* are unsafe while mutating and document iter(dict) | Benjamin Peterson | 2009-04-04 | 1 | -0/+14 | |
| | ||||||
* | Issue #5470: Package zipdir.zip. | Martin v. Löwis | 2009-04-04 | 1 | -0/+1 | |
| | ||||||
* | No behavior change. | Hirokazu Yamamoto | 2009-04-04 | 1 | -2/+2 | |
| |