index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tentatively enable test_pep277 on all platforms.
Florent Xicluna
2010-03-02
2
-3/+9
*
Refactor test_dict using assertRaises.
Florent Xicluna
2010-03-02
1
-68/+47
*
Link correction in documentation.
Michael Foord
2010-03-02
1
-1/+1
*
Add an item
Andrew M. Kuchling
2010-03-02
1
-0/+10
*
Initial commit of the argparse library, based on argparse 1.1.
Steven Bethard
2010-03-02
8
-6/+8326
*
remove CVS id
Benjamin Peterson
2010-03-01
1
-2/+0
*
Manually copy patch for bug 7250 from the release26-maint branch. I suck
Barry Warsaw
2010-03-01
2
-0/+7
*
#7808: Fix reference leaks in _bsddb and related tests.
Florent Xicluna
2010-03-01
4
-4/+20
*
#7637: avoid repeated-concatenation antipattern in example
Andrew M. Kuchling
2010-03-01
1
-3/+3
*
#7191: describe more details of wbits parameter
Andrew M. Kuchling
2010-03-01
1
-2/+6
*
#7637: update discussion of minidom.unlink() and garbage collection
Andrew M. Kuchling
2010-03-01
1
-16/+6
*
Issue 3892 again. The bsddb3 replication test still fails randomly.
R. David Murray
2010-03-01
1
-18/+20
*
Fix test to be skipped on windows.
Gregory P. Smith
2010-03-01
1
-4/+2
*
Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept
Gregory P. Smith
2010-03-01
3
-6/+25
*
Adds c_ssize_t to ctypes. issue 6729.
Gregory P. Smith
2010-03-01
4
-1/+20
*
Cleanup the test added in r78517 based on Ezio Melotti's feedback.
Gregory P. Smith
2010-03-01
1
-8/+4
*
Fix the new test on windows (skip it, its posix only)
Gregory P. Smith
2010-03-01
1
-0/+1
*
Fix for r78527. It left out updating forkpty.
Gregory P. Smith
2010-03-01
1
-4/+7
*
Adds the hashlib.algorithms attribute. See issue7418.
Gregory P. Smith
2010-03-01
3
-1/+17
*
Issue #7242: On Solaris 9 and earlier calling os.fork() from within a
Gregory P. Smith
2010-03-01
4
-15/+72
*
Issue #1068268: The subprocess module now handles EINTR in internal
Gregory P. Smith
2010-03-01
3
-4/+38
*
#8030: more docstring fix for builtin types.
Ezio Melotti
2010-02-28
3
-7/+7
*
Issue #7481: When a threading.Thread failed to start it would leave the
Gregory P. Smith
2010-02-28
3
-1/+28
*
The set types can also be called without arguments.
Georg Brandl
2010-02-28
1
-2/+4
*
#8030: make builtin type docstrings more consistent: use "iterable" instead o...
Georg Brandl
2010-02-28
3
-5/+5
*
Pep8ify test names in the examples.
Ezio Melotti
2010-02-28
1
-17/+17
*
Fix an oversight in r78508: p.wait() should be compared to 0
Florent Xicluna
2010-02-27
1
-4/+4
*
Clean test_subprocess: use assertRaises, skipIf, skipUnless helpers and a cus...
Florent Xicluna
2010-02-27
1
-318/+299
*
#7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs.
Florent Xicluna
2010-02-27
1
-18/+3
*
Link to http://www.python.org/dev/workflow/ from bugs page.
Georg Brandl
2010-02-27
1
-5/+5
*
Fix missing parenthesis.
Ezio Melotti
2010-02-27
1
-1/+1
*
Issue #1729305: Fix doctest to handle encode error with "backslashreplace". ...
Florent Xicluna
2010-02-27
3
-3/+55
*
Add a test for normpath to test_macpath.
Ezio Melotti
2010-02-27
1
-0/+6
*
Add entry for issue #691291.
Florent Xicluna
2010-02-27
1
-0/+3
*
run autoconf
Benjamin Peterson
2010-02-27
1
-1/+4
*
Show an error when the value passed to --enable-unicode is not ucs2 or ucs4 (...
Ezio Melotti
2010-02-27
1
-0/+1
*
typo: __next__ -> next
Ezio Melotti
2010-02-26
1
-1/+1
*
#7407: specify default maxsize value; patch by Floris Bruynooghe
Andrew M. Kuchling
2010-02-26
1
-3/+3
*
#691291: codecs.open() should not convert end of lines on reading and writing.
Florent Xicluna
2010-02-26
2
-4/+24
*
Fixing issue5475 : urllib2.getproxies not documented
Senthil Kumaran
2010-02-26
1
-0/+9
*
Add Florent Xicluna.
Martin v. Löwis
2010-02-25
1
-0/+3
*
#7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDec...
Ezio Melotti
2010-02-25
2
-11/+21
*
Issue #7928: Document str.format element_index better.
Eric Smith
2010-02-25
1
-1/+2
*
Issue #5965: Add documentation for parts of format specification language.
Eric Smith
2010-02-25
1
-3/+20
*
Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data to
Senthil Kumaran
2010-02-24
2
-0/+4
*
Add some notes about Tools/scripts/serve.py.
Dirkjan Ochtman
2010-02-24
2
-0/+7
*
typos
Ezio Melotti
2010-02-24
1
-2/+2
*
Fix for Issue3819 - urllib2 sends Basic auth across redirects
Senthil Kumaran
2010-02-24
2
-2/+3
*
Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, Uni...
Eric Smith
2010-02-24
3
-36/+119
*
Issue #7427: improve the representation of httplib.BadStatusLine exceptions.
Dirkjan Ochtman
2010-02-24
3
-0/+8
[next]