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
*
Make test.test_support.catch_warnings more robust as discussed on python-dev....
Nick Coghlan
2008-07-13
6
-72/+126
*
dummy_thread.acquire() would return None if no waitflag argument was given. It
Brett Cannon
2008-07-13
3
-7/+6
*
#1778443 robotparser fixes from Aristotelis Mikropoulos
Benjamin Peterson
2008-07-12
2
-6/+4
*
Fixed typo.
Alexandre Vassalotti
2008-07-12
1
-1/+1
*
fix various doc typos #3320
Benjamin Peterson
2008-07-12
20
-35/+35
*
- Fix bashisms in Tools/faqwiz/move-faqwiz.sh
Matthias Klose
2008-07-12
1
-3/+9
*
Fixed test for asyncore.
Josiah Carlson
2008-07-11
1
-3/+3
*
Fix for the AttributeError in test_asynchat.
Josiah Carlson
2008-07-11
1
-1/+1
*
#3342: In tracebacks, printed source lines were not indented since r62555.
Amaury Forgeot d'Arc
2008-07-11
4
-9/+24
*
#3317 in zipfile module, restore the previous names of global variables:
Amaury Forgeot d'Arc
2008-07-11
1
-55/+27
*
Add cautionary note on the use of PySequence_Fast_ITEMS.
Raymond Hettinger
2008-07-11
1
-0/+4
*
Fix a minor typo in the last entry made.
Brett Cannon
2008-07-11
1
-1/+1
*
Doc that robotparse has been renamed urllib.robotparser in Python 3.0.
Brett Cannon
2008-07-11
2
-0/+9
*
Doc that urlparse is named urllib.parse in Python 3.0.
Brett Cannon
2008-07-11
2
-0/+8
*
Document the fact that urllib2 spans multiple modules with new names in Python
Brett Cannon
2008-07-11
2
-0/+17
*
Removal an invalid entry as the fixer for urllib is under active development.
Brett Cannon
2008-07-11
1
-4/+0
*
Added garbage collector overhead and optional default return value to
Robert Schuppenies
2008-07-10
4
-15/+79
*
Suppress -3 warnings in unittest.py
Raymond Hettinger
2008-07-10
1
-5/+12
*
Clear the -3 warnings in optparse.py
Raymond Hettinger
2008-07-10
1
-15/+9
*
Added additional __sizeof__ implementations and addressed comments made in
Robert Schuppenies
2008-07-10
6
-35/+105
*
Wording changes
Andrew M. Kuchling
2008-07-10
1
-6/+6
*
Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments.
Raymond Hettinger
2008-07-10
3
-10/+12
*
Issue 3301: Bisect functions behaved badly when lo was negative.
Raymond Hettinger
2008-07-10
4
-0/+27
*
Fixed Issue3122 and extended sys.getsizeof tests for built-in types.
Robert Schuppenies
2008-07-10
2
-78/+182
*
Use operator.index() instead of n.__index__().
Raymond Hettinger
2008-07-10
1
-5/+2
*
Issue 3287: Raise correct exception for float inputs.
Raymond Hettinger
2008-07-10
2
-7/+9
*
Add missing NEWS and ACK entries for r64791
Nick Coghlan
2008-07-08
2
-0/+5
*
Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing...
Nick Coghlan
2008-07-08
3
-9/+57
*
Add missing ABCs to list.
Georg Brandl
2008-07-08
1
-36/+44
*
Issue 3306. Better control for a lenght in findmax() function.
Facundo Batista
2008-07-07
2
-1/+5
*
Fix example to match text
Andrew M. Kuchling
2008-07-07
1
-1/+1
*
Correct grammar.
Skip Montanaro
2008-07-07
1
-1/+1
*
- Issue #3094: httplib.HTTPSConnection Host: headers no longer include the
Gregory P. Smith
2008-07-07
2
-1/+5
*
Add commented out #_sha256 and #_sha512 lines per issue 3183.
Gregory P. Smith
2008-07-07
1
-2/+4
*
Fixed bugs 760475, 953599, and 1519.
Josiah Carlson
2008-07-07
3
-6/+14
*
- Issue #3309: Fix bz2.BZFile itererator to release its internal lock
Gregory P. Smith
2008-07-07
3
-0/+16
*
Issue839496: SimpleHTTPServer should open all files in binary mode.
Amaury Forgeot d'Arc
2008-07-06
2
-5/+10
*
Add two items; rewrap paragraph
Andrew M. Kuchling
2008-07-06
1
-3/+27
*
Wording fix
Andrew M. Kuchling
2008-07-06
1
-1/+1
*
Fix opensearch template.
Georg Brandl
2008-07-06
1
-14/+4
*
fix issue3304 - remove an incorrect PyMem_Free in fileio_init
Gregory P. Smith
2008-07-06
1
-1/+0
*
remove test_compact_freelists from test_sys
Benjamin Peterson
2008-07-06
1
-19/+0
*
- Issue #2113: Fix error in subprocess.Popen if the select system call is
Gregory P. Smith
2008-07-06
2
-1/+9
*
- Issue #2862: Make int and float freelist management consistent with other
Gregory P. Smith
2008-07-06
11
-107/+62
*
Issue #3239. Differentiate the ascii call from the curses one and
Facundo Batista
2008-07-05
1
-18/+19
*
Issue 3289. Removed two lines that ended doing nothing.
Facundo Batista
2008-07-05
1
-2/+0
*
Keep below 80 chars.
Georg Brandl
2008-07-05
1
-2/+2
*
make regrtest aware of the lib2to3 resource
Benjamin Peterson
2008-07-05
1
-1/+3
*
Disable lib2to3 by default, unless run explicitly.
Martin v. Löwis
2008-07-05
1
-1/+5
*
Merged revisions 64285-64735 via svnmerge from
Martin v. Löwis
2008-07-05
2
-4/+6
[next]