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
*
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
*
Issue #8004: add a serve target to the Doc Makefile.
Dirkjan Ochtman
2010-02-24
2
-0/+29
*
Issue #7733: add explicit reference in asyncore docs.
Dirkjan Ochtman
2010-02-24
1
-1/+2
*
Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to
R. David Murray
2010-02-24
2
-15/+8
*
Merged revisions 78407 via svnmerge from
Benjamin Peterson
2010-02-24
1
-15/+13
*
The primary copy of lib2to3 is not trunk, so the lib2to3 change
R. David Murray
2010-02-24
1
-3/+0
*
Record that Dino Viehland got commit privs.
Brett Cannon
2010-02-24
1
-0/+3
*
#4852: Remove dead code in every thread implementation, unused for many years.
Amaury Forgeot d'Arc
2010-02-23
16
-575/+28
*
Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF
Victor Stinner
2010-02-23
3
-2/+26
*
#6544: fix refleak in kqueue, occurring in certain error conditions.
Georg Brandl
2010-02-23
2
-16/+18
*
#8000: fix deprecated directive. What a shame to lose that glorious issue nu...
Georg Brandl
2010-02-23
1
-1/+1
*
Fix #1537721: add writeheader() method to csv.DictWriter.
Dirkjan Ochtman
2010-02-23
4
-0/+20
*
ctypes CThunkObject was not registered correctly with the cycle
Thomas Heller
2010-02-23
3
-3/+23
*
issue#6442 use in operator instead of has_key
Jack Diederich
2010-02-23
1
-1/+1
*
fixup markup error
Jack Diederich
2010-02-23
1
-1/+1
*
unittest.TestResult can now be used with the TextTestRunner. TextTestRunner c...
Michael Foord
2010-02-23
3
-7/+34
*
Fix spacing nit. Thanks Eric Smith for the public humiliation.
Mark Dickinson
2010-02-23
1
-4/+4
*
Make global variable overflowok into a keyword argument; this fixes a failur...
Mark Dickinson
2010-02-23
1
-16/+16
*
fixed #5801: removed spurious empty lines in wsgiref
Tarek Ziadé
2010-02-23
5
-177/+2
*
completed the __all__ list and changed the module doctest
Tarek Ziadé
2010-02-23
1
-4/+5
*
added a note on shutil new APIs
Tarek Ziadé
2010-02-23
1
-1/+4
*
added make_archive (and secondary APIs) to shutil
Tarek Ziadé
2010-02-23
3
-5/+694
*
removed debugging code
Tarek Ziadé
2010-02-23
1
-4/+1
*
Issue 6292: for the moment at least, the test suite passes if run
R. David Murray
2010-02-23
19
-41/+194
*
Issue #6902: Fix problem with built-in types format incorrectly with 0 padding.
Eric Smith
2010-02-23
3
-4/+42
*
Support for old TestResult object (unittest) with warnings when using unsuppo...
Michael Foord
2010-02-22
3
-8/+77
[next]