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
*
backport r65264
Benjamin Peterson
2008-07-28
2
-30/+64
*
Clarify wording
Andrew M. Kuchling
2008-07-28
1
-1/+1
*
clarify Popen argument
Benjamin Peterson
2008-07-27
1
-3/+4
*
Remove math.sum tests related to overflow, special values, and behaviour
Mark Dickinson
2008-07-27
1
-65/+10
*
Issue #3449: Update decimal module to use most recent specification
Mark Dickinson
2008-07-27
143
-322/+474
*
note robotparser bug fix.
Skip Montanaro
2008-07-27
1
-0/+2
*
Close issue 3437 - missing state change when Allow lines are processed.
Skip Montanaro
2008-07-27
2
-0/+74
*
Shorten some overlong lines.
Georg Brandl
2008-07-26
1
-3/+6
*
disable some failing tests in test_locale due to a bug in locale.py.
Antoine Pitrou
2008-07-26
1
-15/+14
*
Remove extra words
Andrew M. Kuchling
2008-07-26
1
-1/+1
*
This sentence continues to bug me; rewrite it for the second time
Andrew M. Kuchling
2008-07-26
1
-2/+3
*
Fix more buildbot failures on test_locale.
Antoine Pitrou
2008-07-26
1
-5/+10
*
try to fix most buildbot failures on test_locale + add a debug output for the...
Antoine Pitrou
2008-07-26
1
-47/+69
*
add a NEWS entry
Antoine Pitrou
2008-07-25
1
-0/+3
*
Raymond's patch for #1819: speedup function calls with named parameters
Antoine Pitrou
2008-07-25
1
-22/+30
*
add a pybench test for complex function calls (part of #1819)
Antoine Pitrou
2008-07-25
1
-0/+58
*
fix indentation
Benjamin Peterson
2008-07-25
1
-1/+1
*
convert test_locale to unittest, and add a mechanism to override localconv() ...
Antoine Pitrou
2008-07-25
2
-119/+278
*
#3394: zipfile.writestr doesn't set external attributes, so files are extract...
Antoine Pitrou
2008-07-25
3
-0/+18
*
Issue 1592: Better error reporting for operations on closed shelves.
Raymond Hettinger
2008-07-25
3
-1/+29
*
#2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions
Antoine Pitrou
2008-07-25
2
-1/+4
*
document default value for fillvalue
Benjamin Peterson
2008-07-25
1
-3/+4
*
teach .bzrignore about doc tools
Benjamin Peterson
2008-07-25
1
-1/+4
*
Make ctypes compatible with Python 2.3, 2.4, and 2.5 again.
Thomas Heller
2008-07-24
2
-2/+16
*
Fix indentation.
Georg Brandl
2008-07-24
1
-3/+1
*
Convert from long to Py_ssize_t.
Raymond Hettinger
2008-07-24
1
-10/+11
*
Finish conversion from int to Py_ssize_t.
Raymond Hettinger
2008-07-24
1
-23/+23
*
add some documentation for 2to3
Benjamin Peterson
2008-07-24
3
-2/+82
*
fix markup
Benjamin Peterson
2008-07-24
1
-1/+1
*
fix spacing
Benjamin Peterson
2008-07-24
1
-1/+1
*
Parse to the correct datatype.
Raymond Hettinger
2008-07-24
1
-1/+1
*
Finish-up the partial conversion from int to Py_ssize_t for deque indices and...
Raymond Hettinger
2008-07-24
1
-23/+24
*
Use correct indentation.
Georg Brandl
2008-07-23
1
-14/+14
*
Move opcode handling to Python's extension.
Georg Brandl
2008-07-23
1
-0/+22
*
3k-warn about parser's "ast" aliases.
Georg Brandl
2008-07-23
3
-5/+40
*
use isinstance
Benjamin Peterson
2008-07-23
1
-1/+1
*
bsddb module updated to version 4.7.2devel9.
Jesus Cea
2008-07-23
16
-669/+1312
*
remove unneeded import
Benjamin Peterson
2008-07-22
1
-1/+0
*
One more attribution.
Raymond Hettinger
2008-07-22
1
-2/+2
*
Fix credits for math.sum()
Raymond Hettinger
2008-07-22
1
-1/+2
*
Tuples now have both count() and index().
Raymond Hettinger
2008-07-22
1
-2/+4
*
Remove out-of-date section on Exact/Inexact.
Raymond Hettinger
2008-07-22
1
-8/+0
*
Fix build issue on OSX 10.4, somehow this wasn't committed before.
Ronald Oussoren
2008-07-22
1
-2/+2
*
Fix buglet in fix for issue3381
Ronald Oussoren
2008-07-22
2
-3/+3
*
Issue #2620: Overflow checking when allocating or reallocating memory
Gregory P. Smith
2008-07-22
7
-14/+59
*
don't use assert statement
Benjamin Peterson
2008-07-21
1
-1/+1
*
Issue2378: pdb would delete free variables when stepping into a class statement.
Amaury Forgeot d'Arc
2008-07-21
3
-3/+28
*
Increment version number in NEWS file, and move items that were added after 2...
Amaury Forgeot d'Arc
2008-07-21
1
-13/+27
*
On Windows, silence a Purify warning and initialize the memory passed to Cryp...
Amaury Forgeot d'Arc
2008-07-21
1
-0/+1
*
nonlocal is not in 2.6.
Georg Brandl
2008-07-21
1
-4/+2
[next]