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
*
Remove unused code that would raise a NameError.
Georg Brandl
2010-07-14
1
-3/+0
*
Remove XXX from text.
Georg Brandl
2010-07-14
1
-6/+8
*
#9258: fix copy-paste errors.
Georg Brandl
2010-07-14
1
-3/+3
*
Woops, test_sndhdr.py contains the same code twice: fix it
Victor Stinner
2010-07-13
1
-24/+0
*
Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
Victor Stinner
2010-07-13
13
-4/+66
*
Set sys.modules[name] to None instead of 0 to block module import.
Alexander Belopolsky
2010-07-13
1
-1/+1
*
Fix documentation typo: wprite() -> write().
Jeroen Ruigrok van der Werven
2010-07-13
1
-1/+1
*
Add bytes in literal_eval doc.
Georg Brandl
2010-07-13
1
-3/+3
*
Yield more information on failure in test_struct boolean test.
Mark Dickinson
2010-07-12
1
-2/+7
*
Fix definition of len() and indexing for memoryview objects (part of #7696).
Antoine Pitrou
2010-07-12
1
-9/+29
*
#6026: skip test_get_file_list when zlib is not available.
Ezio Melotti
2010-07-12
1
-0/+1
*
Regenerate Python/graminit.c.
Mark Dickinson
2010-07-12
1
-18/+82
*
Issue #2009: refactor varargslist and typedargslist productions to make them ...
Mark Dickinson
2010-07-12
1
-6/+6
*
Remove mention of execfile from the tutorial.
Mark Dickinson
2010-07-12
1
-6/+6
*
Use raw string literals for regexes containing backlash.
Georg Brandl
2010-07-12
1
-2/+2
*
Take care of duplicate target name warnings.
Georg Brandl
2010-07-12
1
-5/+3
*
Remove myself.
Martin v. Löwis
2010-07-12
1
-10/+10
*
Put my name down for winreg.
Brian Curtin
2010-07-11
1
-1/+1
*
allow byte literals
Benjamin Peterson
2010-07-11
3
-1/+4
*
Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other m...
Mark Dickinson
2010-07-11
2
-8/+13
*
assertEquals -> assertEqual
Mark Dickinson
2010-07-11
1
-1/+1
*
Issue #9137: Fix issue in MutableMapping.update, which incorrectly
Mark Dickinson
2010-07-11
3
-1/+25
*
Improve docstrings for isnan, isinf and isfinite.
Mark Dickinson
2010-07-11
1
-3/+3
*
Issue #8974: fix print calls in msgfmt.py.
Martin v. Löwis
2010-07-11
2
-3/+3
*
Issue #9165: Add math.isfinite and cmath.isfinite.
Mark Dickinson
2010-07-11
7
-0/+61
*
test for set literals
Benjamin Peterson
2010-07-11
1
-0/+1
*
Issue #7616: Fix copying of overlapping memoryview slices with the Intel
Antoine Pitrou
2010-07-11
2
-11/+6
*
#9223: link to Command class reference, and move Command interface docs neare...
Georg Brandl
2010-07-11
2
-78/+82
*
#7935: cross-reference to ast.literal_eval() from eval() docs.
Georg Brandl
2010-07-11
1
-0/+3
*
Allow set literals in literal_eval().
Georg Brandl
2010-07-11
3
-3/+10
*
#9184: fix default value for "buffering" param of open().
Georg Brandl
2010-07-11
2
-2/+2
*
Fix typo.
Georg Brandl
2010-07-11
1
-1/+1
*
#6774: explain shutdown() behavior varying with platform.
Georg Brandl
2010-07-11
1
-1/+3
*
Fix for issue 9164
Ronald Oussoren
2010-07-11
2
-2/+3
*
#3214 followup: add link to ABC entry.
Georg Brandl
2010-07-11
1
-3/+3
*
Silence makeindex.
Georg Brandl
2010-07-11
1
-0/+2
*
Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested...
Senthil Kumaran
2010-07-11
1
-9/+2
*
remove unneeded error check
Benjamin Peterson
2010-07-11
1
-8/+0
*
Stricter verification for file based url scheme and reliance on ftp protocol.
Senthil Kumaran
2010-07-11
2
-1/+5
*
ValueError is eventually what we want to move to, I suppose
Benjamin Peterson
2010-07-10
1
-2/+2
*
Add missing docs for re module 'purge' function.
R. David Murray
2010-07-10
1
-0/+5
*
Fix error message for comparing single line strings in unittest.TestCase.asse...
Michael Foord
2010-07-10
2
-3/+23
*
Fix 'refleak' introduced by fnmatch cache purge tests.
R. David Murray
2010-07-10
3
-2/+18
*
#8564: update docs on integrating doctest/unittest with unittest(2) test disc...
Georg Brandl
2010-07-10
1
-8/+6
*
#8456: fix signature of sqlite3.connect().
Georg Brandl
2010-07-10
1
-1/+1
*
#8338: fix outdated class name.
Georg Brandl
2010-07-10
1
-2/+2
*
#1434090: properly append child in expatbuilder doctype handler.
Georg Brandl
2010-07-10
1
-1/+1
*
#3214: improve description of duck-typing in glossary.
Georg Brandl
2010-07-10
1
-3/+3
*
#3071: tell how many values were expected when unpacking too many.
Georg Brandl
2010-07-10
2
-4/+5
*
Emphasize role of count for Pascal string.
Georg Brandl
2010-07-10
1
-11/+9
[next]