summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon and...Vinay Sajip2009-04-071-1/+1
* 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
* 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
* 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
* Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)'Matthias Klose2009-04-053-5/+6
* - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values forMatthias Klose2009-04-052-1/+4
* Normalize issue referencing style.Georg Brandl2009-04-051-13/+13
* Adding assertIs and assertIsNot methods to unittest.TestCaseMichael Foord2009-04-054-0/+54
* #602893: add indicator for current line in cgitb that doesnt rely on styling ...Georg Brandl2009-04-051-1/+2
* 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
* #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 differenc...Georg Brandl2009-04-052-17/+21
* Whitespace normalization.Georg Brandl2009-04-051-8/+8
* - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.Matthias Klose2009-04-052-5/+9
* #5580: no need to use parentheses when converterr() argument is actually a ty...Georg Brandl2009-04-051-1/+1
* #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 Wa...Vinay Sajip2009-04-051-1/+1
* #1726172: dont raise an unexpected IndexError if a voidresp() call has an emp...Georg Brandl2009-04-052-3/+3
* #1718017: document the relation of os.path and the posixpath, ntpath etc. mod...Georg Brandl2009-04-052-11/+16
* Avoid sure signs of a diseased mind.Georg Brandl2009-04-053-5/+6
* Normalize spelling of Mac OS X.Georg Brandl2009-04-053-7/+7
* #1742837: expand HTTP server docs, and fix SocketServer ones to document meth...Georg Brandl2009-04-052-31/+58
* Include tkinter.h only after including tk.h (or the equivalent for another pl...Guilherme Polo2009-04-052-3/+5
* Change the way unittest.TestSuite use their tests to always access them throu...Michael Foord2009-04-051-4/+4
* compare types with isBenjamin Peterson2009-04-051-1/+1
* note how using iter* are unsafe while mutating and document iter(dict)Benjamin Peterson2009-04-041-0/+14
* Issue #5470: Package zipdir.zip.Martin v. Löwis2009-04-041-0/+1
* No behavior change.Hirokazu Yamamoto2009-04-041-2/+2
* revert r71159 since it broke the buildBenjamin Peterson2009-04-042-9/+5
* - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.Matthias Klose2009-04-042-5/+9
* - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access withMatthias Klose2009-04-042-2/+6
* #5601: clarify that webbrowser is not meant for file names.Georg Brandl2009-04-041-0/+4
* #5642: clarify map() compatibility to the builtin.Georg Brandl2009-04-041-2/+2
* Replace the localized min/max calls with normal if/elseRaymond Hettinger2009-04-041-4/+4
* Allow multiple IDLE GUI/subprocess pairs to existKurt B. Kaiser2009-04-043-19/+34