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
*
Add a version tag for shutdown().
Georg Brandl
2008-06-26
1
-0/+2
*
Corrected inconsistencies in sizeof tests and addressed issue pointed
Robert Schuppenies
2008-06-26
2
-13/+13
*
Reverting the patch from #3165, as it broke other
Facundo Batista
2008-06-25
2
-14/+22
*
issue #3199: Fix typo in Mac/Makefile.in
Mark Dickinson
2008-06-25
1
-1/+1
*
get rid of 2.6/3.0 switch statements in multiprocessing
Benjamin Peterson
2008-06-25
2
-23/+6
*
use byte literals in multiprocessing
Benjamin Peterson
2008-06-25
1
-8/+3
*
Issue 3147: Fixed SizeofTest failure for LLP64 systems.
Robert Schuppenies
2008-06-25
1
-71/+60
*
remove bytes alias in multiprocessing
Benjamin Peterson
2008-06-25
2
-14/+0
*
Revert 64424, 64438, and 64439.
Raymond Hettinger
2008-06-24
9
-138/+9
*
Issue 3189: Py3k DeprecationWarning in difflib
Raymond Hettinger
2008-06-24
1
-4/+4
*
Remove references to Py3k in __floor__, __ceil__ and __round__ documentation.
Mark Dickinson
2008-06-24
1
-6/+3
*
Fixed formatting with thousands separator and padding. Resolves issue 3140.
Eric Smith
2008-06-24
2
-13/+21
*
Change description of float('nan') feature; NaNs don't care much about
Mark Dickinson
2008-06-24
1
-2/+2
*
Typo in comment.
Eric Smith
2008-06-24
1
-1/+1
*
minor fix
Benjamin Peterson
2008-06-24
1
-1/+1
*
Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticip...
Eric Smith
2008-06-24
4
-23/+30
*
Include debug info when assembling win64.asm in a debug build.
Thomas Heller
2008-06-23
1
-1/+1
*
Fix compilation on Windows.
Thomas Heller
2008-06-23
1
-2/+4
*
Issue 3161: Missing import and test.
Raymond Hettinger
2008-06-23
2
-0/+16
*
Fixing the problem stated in issue 2702 with the patch submitted
Facundo Batista
2008-06-22
2
-2/+20
*
Just returning nothing instead of rising TestSkipped, because
Facundo Batista
2008-06-22
1
-1/+5
*
Write out "phi" consistently.
Georg Brandl
2008-06-22
1
-5/+5
*
Expand docstrings of sqlite3 functions.
Georg Brandl
2008-06-22
1
-12/+52
*
Trying to see if the problem in Martin's buildot is at
Facundo Batista
2008-06-22
1
-1/+4
*
#3085: Fix syntax error.
Georg Brandl
2008-06-22
1
-2/+2
*
Trying to see if the @ in a path is causing the issue in the
Facundo Batista
2008-06-22
1
-1/+1
*
Issue 3164. Small fix to don't repeat a comparation
Facundo Batista
2008-06-22
1
-0/+2
*
Wording fix
Andrew M. Kuchling
2008-06-22
1
-1/+1
*
Issue #2722. Now the char buffer to support the path string has
Facundo Batista
2008-06-22
3
-5/+59
*
Turn section references into proper cross-references.
Georg Brandl
2008-06-22
3
-15/+12
*
In the deprecated functions I added an alert to review
Facundo Batista
2008-06-21
2
-7/+16
*
Now a from submitted via POST that also has a query string
Facundo Batista
2008-06-21
4
-0/+103
*
Fixed issue #2888. Now the behaviour of pprint when working with nested
Facundo Batista
2008-06-21
4
-2/+17
*
Reviewed and updated the documentation. Fixes #3017.
Facundo Batista
2008-06-21
1
-9/+241
*
Documentation fix.
Georg Brandl
2008-06-21
1
-1/+1
*
Docstring correction
Andrew M. Kuchling
2008-06-21
1
-1/+1
*
Use repr() for bad input strings; this makes the empty string or binary chara...
Andrew M. Kuchling
2008-06-21
2
-10/+10
*
Docstring typo
Andrew M. Kuchling
2008-06-21
1
-1/+1
*
Fix build on FreeBSD gcc.
Hye-Shik Chang
2008-06-21
1
-6/+6
*
Issue 3008: hex/oct/bin can show floats exactly.
Raymond Hettinger
2008-06-21
3
-2/+90
*
Correct two versionchanged directives, to improve the 'changes' output
Andrew M. Kuchling
2008-06-21
2
-8/+7
*
Various items
Andrew M. Kuchling
2008-06-20
1
-5/+48
*
Grammar fixes
Andrew M. Kuchling
2008-06-20
2
-2/+2
*
Remove request for e-mail; it's unlikely these classes will be saved
Andrew M. Kuchling
2008-06-20
1
-3/+1
*
rephrase
Benjamin Peterson
2008-06-20
1
-1/+1
*
Change references to the new math functions to generate proper x-refs.
Georg Brandl
2008-06-20
1
-11/+10
*
Fix another typo in math_sum comment
Mark Dickinson
2008-06-20
1
-1/+1
*
Fix outdated count of the number of new math module functions.
Mark Dickinson
2008-06-20
1
-1/+1
*
Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now
Mark Dickinson
2008-06-20
3
-2/+24
*
Various items
Andrew M. Kuchling
2008-06-20
1
-42/+133
[next]