summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* set svn:eol-styleBenjamin Peterson2010-03-023-8315/+8315
* remove coding cookie as mandated by PEP 8Benjamin Peterson2010-03-021-3/+1
* Tentatively enable test_pep277 on all platforms.Florent Xicluna2010-03-022-3/+9
* Refactor test_dict using assertRaises.Florent Xicluna2010-03-021-68/+47
* Link correction in documentation.Michael Foord2010-03-021-1/+1
* Add an itemAndrew M. Kuchling2010-03-021-0/+10
* Initial commit of the argparse library, based on argparse 1.1.Steven Bethard2010-03-028-6/+8326
* remove CVS idBenjamin Peterson2010-03-011-2/+0
* Manually copy patch for bug 7250 from the release26-maint branch. I suckBarry Warsaw2010-03-012-0/+7
* #7808: Fix reference leaks in _bsddb and related tests.Florent Xicluna2010-03-014-4/+20
* #7637: avoid repeated-concatenation antipattern in exampleAndrew M. Kuchling2010-03-011-3/+3
* #7191: describe more details of wbits parameterAndrew M. Kuchling2010-03-011-2/+6
* #7637: update discussion of minidom.unlink() and garbage collectionAndrew M. Kuchling2010-03-011-16/+6
* Issue 3892 again. The bsddb3 replication test still fails randomly.R. David Murray2010-03-011-18/+20
* Fix test to be skipped on windows.Gregory P. Smith2010-03-011-4/+2
* Fixes issue #7999: os.setreuid() and os.setregid() would refuse to acceptGregory P. Smith2010-03-013-6/+25
* Adds c_ssize_t to ctypes. issue 6729.Gregory P. Smith2010-03-014-1/+20
* Cleanup the test added in r78517 based on Ezio Melotti's feedback.Gregory P. Smith2010-03-011-8/+4
* Fix the new test on windows (skip it, its posix only)Gregory P. Smith2010-03-011-0/+1
* Fix for r78527. It left out updating forkpty.Gregory P. Smith2010-03-011-4/+7
* Adds the hashlib.algorithms attribute. See issue7418.Gregory P. Smith2010-03-013-1/+17
* Issue #7242: On Solaris 9 and earlier calling os.fork() from within aGregory P. Smith2010-03-014-15/+72
* Issue #1068268: The subprocess module now handles EINTR in internalGregory P. Smith2010-03-013-4/+38
* #8030: more docstring fix for builtin types.Ezio Melotti2010-02-283-7/+7
* Issue #7481: When a threading.Thread failed to start it would leave theGregory P. Smith2010-02-283-1/+28
* The set types can also be called without arguments.Georg Brandl2010-02-281-2/+4
* #8030: make builtin type docstrings more consistent: use "iterable" instead o...Georg Brandl2010-02-283-5/+5
* Pep8ify test names in the examples.Ezio Melotti2010-02-281-17/+17
* Fix an oversight in r78508: p.wait() should be compared to 0Florent Xicluna2010-02-271-4/+4
* Clean test_subprocess: use assertRaises, skipIf, skipUnless helpers and a cus...Florent Xicluna2010-02-271-318/+299
* #7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs.Florent Xicluna2010-02-271-18/+3
* Link to http://www.python.org/dev/workflow/ from bugs page.Georg Brandl2010-02-271-5/+5
* Fix missing parenthesis.Ezio Melotti2010-02-271-1/+1
* Issue #1729305: Fix doctest to handle encode error with "backslashreplace". ...Florent Xicluna2010-02-273-3/+55
* Add a test for normpath to test_macpath.Ezio Melotti2010-02-271-0/+6
* Add entry for issue #691291.Florent Xicluna2010-02-271-0/+3
* run autoconfBenjamin Peterson2010-02-271-1/+4
* Show an error when the value passed to --enable-unicode is not ucs2 or ucs4 (...Ezio Melotti2010-02-271-0/+1
* typo: __next__ -> nextEzio Melotti2010-02-261-1/+1
* #7407: specify default maxsize value; patch by Floris BruynoogheAndrew M. Kuchling2010-02-261-3/+3
* #691291: codecs.open() should not convert end of lines on reading and writing.Florent Xicluna2010-02-262-4/+24
* Fixing issue5475 : urllib2.getproxies not documentedSenthil Kumaran2010-02-261-0/+9
* Add Florent Xicluna.Martin v. Löwis2010-02-251-0/+3
* #7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDec...Ezio Melotti2010-02-252-11/+21
* Issue #7928: Document str.format element_index better.Eric Smith2010-02-251-1/+2
* Issue #5965: Add documentation for parts of format specification language.Eric Smith2010-02-251-3/+20
* Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data toSenthil Kumaran2010-02-242-0/+4
* Add some notes about Tools/scripts/serve.py.Dirkjan Ochtman2010-02-242-0/+7
* typosEzio Melotti2010-02-241-2/+2
* Fix for Issue3819 - urllib2 sends Basic auth across redirectsSenthil Kumaran2010-02-242-2/+3