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
*
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
*
Define macros so that this still compiles on Python prior to r63675.
Gregory P. Smith
2008-05-26
1
-0/+11
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
86
-1127/+1127
*
Patch #1722225: Support QNX 6.
Martin v. Löwis
2008-05-23
3
-0/+10
*
Tweak the comments and formatting.
Raymond Hettinger
2008-05-23
1
-76/+47
*
Issue #2819: Add math.sum, a function that sums a sequence of floats
Mark Dickinson
2008-05-23
1
-0/+223
*
bsddb module updated to version 4.7.0
Jesus Cea
2008-05-22
2
-6/+85
*
On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX
Thomas Heller
2008-05-20
1
-0/+1
*
Revert copy_reg -> copyreg rename.
Georg Brandl
2008-05-20
2
-8/+8
*
issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get
Gregory P. Smith
2008-05-17
1
-21/+22
*
Added Python 3.0 warning to cPickle.
Alexandre Vassalotti
2008-05-16
1
-0/+6
[next]