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
*
Minor refactoring in lgamma code, for clarity.
Mark Dickinson
2010-07-07
1
-14/+10
*
Kill gratuitous space.
Mark Dickinson
2010-07-07
1
-1/+1
*
Issue #9000: datetime.timezone objects now have eval-friendly repr.
Alexander Belopolsky
2010-07-06
3
-2/+33
*
Fix typo.
Georg Brandl
2010-07-06
1
-1/+1
*
Style nit.
Mark Dickinson
2010-07-06
1
-1/+1
*
Minor improvements to logging documentation.
Vinay Sajip
2010-07-06
1
-1/+6
*
Indentation and PEP 7 fixes.
Mark Dickinson
2010-07-06
1
-20/+23
*
- sysmodule.c (get_hash_info): Define as static function.
Matthias Klose
2010-07-06
1
-1/+1
*
Change 'lowered' to 'lowercased'
Senthil Kumaran
2010-07-06
1
-1/+1
*
Fix test_xmlrpc_net to no longer fail since there are no more buildbots for t...
Brett Cannon
2010-07-05
1
-1/+1
*
"Modernized" the demo a little.
Alexander Belopolsky
2010-07-05
1
-14/+28
*
#9158: Fix y* format of PyArg_Parse*() functions documentation
Victor Stinner
2010-07-05
1
-1/+1
*
Post-detabification cleanup.
Mark Dickinson
2010-07-05
1
-8/+8
*
Update Vec class constructor, remove indirection via function, use operator m...
Georg Brandl
2010-07-05
1
-14/+14
*
Remove Dbm.
Georg Brandl
2010-07-05
1
-1/+0
*
untabify
Benjamin Peterson
2010-07-05
1
-6/+6
*
Added two more test cases for datetime
Alexander Belopolsky
2010-07-05
1
-0/+6
*
#9166: NotImplemented is not an exception.
Georg Brandl
2010-07-05
1
-1/+1
*
looking up on the type is correct, so this isn't an XXX
Benjamin Peterson
2010-07-05
1
-7/+0
*
Added more tests for utctimetuple()
Alexander Belopolsky
2010-07-05
1
-1/+21
*
cleanup basicsize logic #3268
Benjamin Peterson
2010-07-05
1
-4/+2
*
pydoc still has a silly encoding
Benjamin Peterson
2010-07-05
1
-1/+1
*
Fix the docstrings of the capitalize method.
Senthil Kumaran
2010-07-05
2
-2/+3
*
Fix: Issue9091 Minor documentation clarification.
Senthil Kumaran
2010-07-05
1
-1/+2
*
Do some basic refactoring. Along the way also list what files had their
Brett Cannon
2010-07-04
1
-14/+32
*
Add brief explanation; remove no-longer-working link
Andrew M. Kuchling
2010-07-04
1
-3/+1
*
Revert -r82559; it's not clear that this is the right thing to do, and the c...
Mark Dickinson
2010-07-04
1
-2/+3
*
Re-encode shlex.py in UTF-8, and remove coding cookie.
Mark Dickinson
2010-07-04
1
-3/+2
*
Remove coding cookie from heapq.py.
Mark Dickinson
2010-07-04
1
-3/+1
*
Make Demo/parser/test_parser.py run.
Mark Dickinson
2010-07-04
1
-6/+6
*
Issue #9130: Validate ellipsis tokens in relative imports.
Mark Dickinson
2010-07-04
2
-6/+12
*
Fix symbol numbers in test_parser test.
Mark Dickinson
2010-07-04
1
-8/+8
*
Issue #9130: Fix validation of relative imports in parser module.
Mark Dickinson
2010-07-04
3
-3/+26
*
Fixed the test
Alexander Belopolsky
2010-07-04
1
-1/+1
*
Fixed doctests
Alexander Belopolsky
2010-07-04
1
-12/+10
*
Issue #9118: help(None) will now return NoneType doc instead of
Alexander Belopolsky
2010-07-04
1
-2/+3
*
Merged revisions 81478,82530-82531 via svnmerge from
Benjamin Peterson
2010-07-04
2
-2/+9
*
Initialized merge tracking via "svnmerge" with revisions "0-80937" from
Benjamin Peterson
2010-07-04
0
-0/+0
*
Removed merge tracking for "svnmerge" for
Benjamin Peterson
2010-07-04
0
-0/+0
*
Initialized merge tracking via "svnmerge" with revisions "0-80937" from
Benjamin Peterson
2010-07-04
0
-0/+0
*
Issue #9128: Fix validation of class decorators in parser module.
Mark Dickinson
2010-07-04
3
-8/+18
*
Removed merge tracking for "svnmerge" for
Benjamin Peterson
2010-07-04
0
-0/+0
*
Issue #9152: Removed dead code in datetime module
Alexander Belopolsky
2010-07-04
1
-5/+0
*
Fix refleak in Modules/audioop.c.
Mark Dickinson
2010-07-04
1
-2/+7
*
Remove old and unsafe Dbm demo class.
Georg Brandl
2010-07-04
1
-66/+0
*
Made minimal modifications to pass included tests
Alexander Belopolsky
2010-07-03
1
-17/+7
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
2
-27/+38
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
3
-1/+32
*
Issue #9151: Demo/classes/Dates.py does not work in 3.x Converted
Alexander Belopolsky
2010-07-03
1
-49/+48
*
Fix a spelling mistake in a comment.
Brett Cannon
2010-07-03
1
-1/+1
[next]