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
*
Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x
Alexander Belopolsky
2010-07-17
4
-40/+91
*
sharedinstall should depend on sharedmods #9280
Benjamin Peterson
2010-07-17
2
-1/+3
*
Issue #9268: Add annotation option to pickletools.dis
Alexander Belopolsky
2010-07-17
3
-13/+55
*
Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails.
Stefan Krah
2010-07-17
1
-12/+13
*
#1555570: correctly handle a \r\n that is split by the read buffer.
R. David Murray
2010-07-17
3
-0/+40
*
Add comma grouping to max result so it's easier to read.
Brett Cannon
2010-07-16
1
-1/+1
*
Fix possible failure in pickling tests due to different instantiations
Antoine Pitrou
2010-07-16
1
-0/+10
*
Add benchmarks for importing just source w/o writing bytecode, importing source
Brett Cannon
2010-07-16
1
-14/+57
*
Corrected TUPLE<N> opcodes' docs.
Alexander Belopolsky
2010-07-16
1
-8/+11
*
Touch up comments and code along with outputting what the unit of measure is.
Brett Cannon
2010-07-15
1
-7/+10
*
Fix issue9132 - Documentation for comparing dictionaries is out of date
Senthil Kumaran
2010-07-14
1
-12/+3
*
Fix a mistake, https proxy shoud be https://
Senthil Kumaran
2010-07-14
1
-1/+1
*
Fix: Issue6853 - Get HTTPS system proxy in Windows.
Senthil Kumaran
2010-07-14
1
-0/+1
*
PEP 8 conformance: class_ -> cls
Alexander Belopolsky
2010-07-14
1
-3/+3
*
Issue #9251: test_threaded_import didn't fail when run through regrtest
Antoine Pitrou
2010-07-14
2
-55/+53
*
Fix Issue5842 - Moving the tests out of urllib.parse module
Senthil Kumaran
2010-07-14
2
-64/+32
*
High byte is the exit status.
Stefan Krah
2010-07-14
1
-1/+1
*
#9235: fix missing import of sys.
Georg Brandl
2010-07-14
1
-0/+1
*
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
[next]