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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compilation on Windows.
Thomas Heller
2008-06-23
1
-2/+4
*
Fixing the problem stated in issue 2702 with the patch submitted
Facundo Batista
2008-06-22
1
-0/+2
*
Expand docstrings of sqlite3 functions.
Georg Brandl
2008-06-22
1
-12/+52
*
Issue 3164. Small fix to don't repeat a comparation
Facundo Batista
2008-06-22
1
-0/+2
*
Issue #2722. Now the char buffer to support the path string has
Facundo Batista
2008-06-22
1
-5/+24
*
Fix another typo in math_sum comment
Mark Dickinson
2008-06-20
1
-1/+1
*
Fix comment typos
Andrew M. Kuchling
2008-06-20
1
-2/+2
*
Only include update_lines_cols() function when it's actually going to be used
Andrew M. Kuchling
2008-06-19
1
-0/+2
*
Fix double decref.
Raymond Hettinger
2008-06-18
1
-1/+0
*
Issue 3118: make test_math pass on Ubuntu/ia64. exp(-745.0) was raising
Mark Dickinson
2008-06-17
1
-3/+8
*
on windows, r64214 broke compilation with some recent SDKs,
Amaury Forgeot d'Arc
2008-06-14
1
-2/+3
*
convert multiprocessing to unix line endings
Benjamin Peterson
2008-06-13
4
-870/+870
*
Make more symbols static.
Martin v. Löwis
2008-06-13
5
-11/+11
*
Typo.
Georg Brandl
2008-06-13
1
-1/+1
*
#3095: don't leak values from Py_BuildValue.
Georg Brandl
2008-06-13
1
-6/+9
*
Fix some memory dealloc problems when exceptions occur.
Neal Norwitz
2008-06-13
1
-8/+7
*
Check for memory alloc failure
Neal Norwitz
2008-06-13
1
-0/+2
*
Restore support for Microsoft VC6 compiler.
Amaury Forgeot d'Arc
2008-06-13
3
-14/+18
*
#1683 prevent forking from interfering in threading storage
Benjamin Peterson
2008-06-13
1
-0/+1
*
Add future_builtins.ascii().
Georg Brandl
2008-06-11
1
-0/+14
*
Optimize previous checkin for heapq.
Raymond Hettinger
2008-06-11
1
-1/+7
*
Issue 3051: Let heapq work with either __lt__ or __le__.
Raymond Hettinger
2008-06-11
1
-7/+6
*
Merge in release25-maint r60793:
Gregory P. Smith
2008-06-11
11
-32/+240
*
add the multiprocessing package to fulfill PEP 371
Benjamin Peterson
2008-06-11
7
-0/+2187
*
More reverting of r63675 per the mailing list discussions. This restores
Gregory P. Smith
2008-06-10
1
-2/+2
*
Add an optional 'offset' parameter to byref, defaultingto zero.
Thomas Heller
2008-06-10
1
-4/+16
*
#2536: fix itertools.permutations and itertools.combinations docstrings.
Georg Brandl
2008-06-10
1
-3/+3
*
Unhappy buildbots. Revert 64052. Long doubles have unexpected effects on so...
Raymond Hettinger
2008-06-09
1
-20/+24
*
Address double-rounding scenarios by setting all variables to long doubles.
Raymond Hettinger
2008-06-09
1
-24/+19
*
Issue #2138: Add math.factorial().
Raymond Hettinger
2008-06-09
1
-0/+50
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
85
-1103/+1103
*
Remove locking part of new buffer protocol.
Travis E. Oliphant
2008-06-06
1
-5/+0
*
Issue 3501: Make heapq support both __le__ and __lt__.
Raymond Hettinger
2008-06-06
1
-11/+28
*
Performance improvement: Use PyDict_Get/SetItem instead of
Thomas Heller
2008-06-06
1
-3/+9
*
Issue #1798: Add ctypes calling convention that allows safe access of errno.
Thomas Heller
2008-06-06
4
-4/+202
*
Backport from py3k: Implement the new buffer interface from pep3118
Thomas Heller
2008-06-05
4
-24/+264
*
MacOS X: Enable 4-way universal builds
Ronald Oussoren
2008-06-05
2
-2/+2
*
Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling
Thomas Heller
2008-06-04
4
-184/+4
*
Fix ctypes.set_errno for gcc.
Thomas Heller
2008-06-04
1
-2/+4
*
Issue #1798: Add ctypes calling convention that allows safe access to
Thomas Heller
2008-06-04
4
-4/+182
*
Change all functions that expect one unicode character to accept a pair of
Walter Dörwald
2008-06-02
1
-73/+74
*
Fix misspelled sys.platform name and misspelled filename.
Thomas Heller
2008-06-02
1
-1/+1
*
Fix issue 2782: be less strict about the format string type in strftime.
Gregory P. Smith
2008-06-02
1
-21/+25
*
New environment variable PYTHONIOENCODING.
Martin v. Löwis
2008-06-01
1
-0/+1
*
Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-A...
Gerhard Häring
2008-05-31
2
-15/+11
*
Implement heapq in terms of less-than (to match list.sort()).
Raymond Hettinger
2008-05-31
1
-14/+26
*
* Mark intermedidate computes values (hi, lo, yr) as volatile.
Raymond Hettinger
2008-05-30
1
-19/+31
*
ctypes NULL function pointers have a boolean False value now.
Thomas Heller
2008-05-29
1
-21/+21
*
Fix compiler warning.
Thomas Heller
2008-05-29
1
-1/+1
*
Fix two typos.
Raymond Hettinger
2008-05-29
1
-2/+2
[next]