summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Center table headings.Raymond Hettinger2009-04-091-0/+4
|
* More table formatting.Raymond Hettinger2009-04-091-1/+6
|
* Add note on using keyword arguments with OrderedDict.Raymond Hettinger2009-04-091-0/+4
|
* Issue #2170: refactored xml.dom.minidom.normalize, increasing bothR. David Murray2009-04-093-18/+175
| | | | its clarity and its speed.
* Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platformsTarek Ziadé2009-04-093-3/+40
|
* Add a custom stylesheet with better table formatting.Georg Brandl2009-04-091-0/+415
|
* Issue 5665: add more pickling tests.Collin Winter2009-04-095-21/+428
| | | | | | | | | | | - Add tests for the module-level load() and dump() functions. - Add tests for cPickle's internal data structures, stressing workloads with many gets/puts. - Add tests for the Pickler and Unpickler classes, in particular the memo attribute. - test_xpickle is extended to test backwards compatibility with Python 2.4, 2.5 and 2.6 by round-tripping pickled objects through a worker process. This is guarded with a regrtest -u xpickle resource.
* Typo fixesAndrew M. Kuchling2009-04-092-7/+7
|
* Add itemsAndrew M. Kuchling2009-04-091-5/+72
|
* Update ignore file for suspicious builder.Georg Brandl2009-04-081-0/+2
|
* Remove redundant backtick.Georg Brandl2009-04-081-1/+1
|
* fix syntaxBenjamin Peterson2009-04-081-1/+1
|
* these must be installed to correctly run testsBenjamin Peterson2009-04-081-1/+2
|
* Minor factoring.Raymond Hettinger2009-04-081-1/+1
|
* Add docstrings.Raymond Hettinger2009-04-081-0/+25
|
* - Make timing assertions very generous (a la test_timeout.py)Jack Diederich2009-04-071-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 changesRaymond Hettinger2009-04-071-1/+1
|
* eliminate more race conditions in telnetlib testsJack Diederich2009-04-071-51/+58
|
* Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon ↵Vinay Sajip2009-04-071-1/+1
| | | | and as implemented in the Py3K branch.
* revert unrelated change to test_telnetlibBenjamin Peterson2009-04-071-1/+1
|
* fix since difference formating of SyntaxErrorsBenjamin Peterson2009-04-072-5/+9
|
* fix syntax tests after formatting changeBenjamin Peterson2009-04-072-44/+88
|
* see if this helps the doc buildsBenjamin Peterson2009-04-061-0/+1
|
* add create_connection to __all__ #5711Benjamin Peterson2009-04-061-1/+1
|
* - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths areGregory P. Smith2009-04-063-19/+101
| | | | now collapsed within the url properly before looking in cgi_directories.
* test the telnetlib.Telnet interface more thoroughlyJack Diederich2009-04-061-3/+276
|
* news entry for r71299.Gregory P. Smith2009-04-051-0/+3
|
* Fixes issue5705: os.setuid() and friends did not accept the same range ofGregory P. Smith2009-04-052-18/+99
| | | | values that pwd.getpwnam() returns.
* pep8-fied method namesTarek Ziadé2009-04-051-3/+3
|
* Fixed #5095: msi missing from Distutils bdist formatsTarek Ziadé2009-04-054-37/+69
|
* added a simplest test to distutils.spawn._nt_quote_argsTarek Ziadé2009-04-051-0/+20
|
* Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases ↵Tarek Ziadé2009-04-053-2/+29
| | | | (detailed in the test
* Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)'Matthias Klose2009-04-053-5/+6
| | | | to avoid compiler warnings.
* - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values forMatthias Klose2009-04-052-1/+4
| | | | new arguments introduced in 2.5.
* Normalize issue referencing style.Georg Brandl2009-04-051-13/+13
|
* Adding assertIs and assertIsNot methods to unittest.TestCaseMichael Foord2009-04-054-0/+54
| | | | Issue #2578
* #602893: add indicator for current line in cgitb that doesnt rely on styling ↵Georg Brandl2009-04-051-1/+2
| | | | alone.
* Fixed 5694: removed spurious test output in DistutilsTarek Ziadé2009-04-052-0/+3
|
* #5298: clarify docs about GIL by using more consistent wording.Georg Brandl2009-04-051-78/+79
|
* #5444: adapt make.bat to new htmlhelp output file name.Georg Brandl2009-04-051-1/+2
|
* #5432: make plistlib docstring a raw string, since it contains examples with ↵Georg Brandl2009-04-051-1/+1
| | | | backslash escapes.
* #5471: fix expanduser() for $HOME set to "/".Georg Brandl2009-04-053-1/+8
|
* #5370: doc update about unpickling objects with custom __getattr__ etc. methods.Georg Brandl2009-04-051-0/+9
|
* Add NEWS entry for r71237.Georg Brandl2009-04-051-0/+2
|
* #1326077: fix traceback formatting of SyntaxErrors. This fixes two ↵Georg Brandl2009-04-052-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 Brandl2009-04-051-8/+8
|
* - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.Matthias Klose2009-04-052-5/+9
| | | | (avoiding brown paper typo this time)
* #5580: no need to use parentheses when converterr() argument is actually a ↵Georg Brandl2009-04-051-1/+1
| | | | type description.
* #5615: make it possible to configure --without-threads again.Georg Brandl2009-04-053-6/+38
|
* Issue #5695: Moved logging.captureWarnings() call inside with statement in ↵Vinay Sajip2009-04-051-1/+1
| | | | WarningsTest.test_warnings.