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
*
Silence gcc warning. (In function 'bytearray_init': warning: 'value' may be u...
Mark Dickinson
2010-07-09
1
-0/+2
*
remove SocketIO.__del__; close() can handle it
Benjamin Peterson
2010-07-09
1
-4/+0
*
Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running
Jeffrey Yasskin
2010-07-09
6
-38/+53
*
Re-flow several long lines from #1578269.
Brian Curtin
2010-07-09
6
-22/+41
*
Adding versionchanged to the various Windows os.symlink additions, along
Brian Curtin
2010-07-09
2
-7/+15
*
Fix the breakage of Lib/tarfile.py on non-Windows platforms due to
Brian Curtin
2010-07-09
2
-6/+15
*
wrap
Benjamin Peterson
2010-07-09
1
-1/+2
*
allow more exceptions
Benjamin Peterson
2010-07-09
1
-3/+3
*
Reorder Jason "two O's" Coombs
Brian Curtin
2010-07-09
1
-1/+1
*
OverflowError is fine
Benjamin Peterson
2010-07-09
1
-1/+2
*
Fix sort order mistake in Misc/ACKS.
R. David Murray
2010-07-09
1
-1/+1
*
7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.
R. David Murray
2010-07-09
4
-1/+22
*
2.7 is now stable.
Georg Brandl
2010-07-09
1
-2/+1
*
use assert method
Benjamin Peterson
2010-07-09
1
-1/+1
*
fix repr of complicated structseqs #9206
Benjamin Peterson
2010-07-08
2
-3/+29
*
assert tuple inheritance
Benjamin Peterson
2010-07-08
1
-0/+1
*
Undo inadvertant checkin.
Brian Curtin
2010-07-08
1
-1/+1
*
Implement #1578269. Patch by Jason R. Coombs.
Brian Curtin
2010-07-08
18
-281/+1167
*
Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'.
Mark Dickinson
2010-07-08
2
-13/+35
*
Fix misplaced exactness check that was causing unnecessary work in Decimal.__...
Mark Dickinson
2010-07-08
1
-3/+4
*
Fix a performance issue in Decimal.pow. Thanks Stefan Krah for finding this.
Mark Dickinson
2010-07-08
3
-6/+25
*
Issue #8605: Skip test_gdb if Python is compiled with optimizations.
Antoine Pitrou
2010-07-08
2
-0/+12
*
In test_decimal, convert heuristic for skipping tests into an explicit skiplist.
Mark Dickinson
2010-07-08
1
-41/+35
*
Fix typo in a comment in mathmodule.c.
Ezio Melotti
2010-07-08
1
-1/+1
*
Issue #5288: Eliminated round-trips between timdelta and int offsets
Alexander Belopolsky
2010-07-07
1
-475/+398
*
ValueError in this case is also acceptable
Benjamin Peterson
2010-07-07
1
-4/+8
*
make struct sequences subclass tuple; kill lots of code
Benjamin Peterson
2010-07-07
3
-215/+23
*
add NEWS
Benjamin Peterson
2010-07-07
1
-0/+3
*
Turn more notes into comments.
Georg Brandl
2010-07-07
3
-7/+6
*
don't ignore exceptions from PyObject_IsTrue
Benjamin Peterson
2010-07-07
2
-2/+14
*
Make comment out of an awkward note.
Georg Brandl
2010-07-07
1
-3/+3
*
this needn't be in the loop
Benjamin Peterson
2010-07-07
1
-2/+2
*
Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError.
Mark Dickinson
2010-07-07
4
-9/+75
*
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
[next]