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
*
Added module stub for copy_reg renaming in 3.0.
Alexandre Vassalotti
2008-05-11
2
-17/+17
*
Flesh out the 3.0 deprecation to suggest using the ctypes module.
Brett Cannon
2008-05-11
1
-1/+1
*
The linuxaudidev module has been deprecated for removal in Python 3.0.
Brett Cannon
2008-05-11
1
-0/+4
*
Deprecate the dl module for removal in 3.0.
Brett Cannon
2008-05-10
1
-0/+4
*
Deprecate the bsddb185 module for removal in 3.0.
Brett Cannon
2008-05-10
1
-0/+4
*
Deprecate the pure module for 3.0.
Brett Cannon
2008-05-09
1
-0/+4
*
Backport fast alternate io.BytesIO implementation.
Alexandre Vassalotti
2008-05-09
2
-48/+771
*
Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and
Mark Dickinson
2008-05-09
1
-12/+54
*
Implemented PEP 370
Christian Heimes
2008-05-06
1
-1/+10
*
Intern static string
Christian Heimes
2008-05-06
1
-1/+1
*
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Brett Cannon
2008-05-05
1
-0/+609
*
Implemented feature request 2157: Converter names are cut off at '('
Gerhard Häring
2008-05-04
1
-1/+5
*
Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The
Gerhard Häring
2008-05-04
1
-2/+26
*
SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG
Gerhard Häring
2008-05-04
1
-4/+0
*
Rename the test_traceback_print() function to traceback_print() to prevent
Brett Cannon
2008-04-28
1
-3/+3
*
Fix a bug introduced by the warnings rewrite where tracebacks were being
Brett Cannon
2008-04-28
1
-0/+19
*
A little reformating of Py3k warnings
Benjamin Peterson
2008-04-27
1
-2/+2
*
Use PyErr_WarnPy3k throughout
Benjamin Peterson
2008-04-27
1
-8/+4
*
Add missing return type to dealloc.
Georg Brandl
2008-04-26
1
-1/+2
*
Add from_buffer and from_buffer_copy class methods to ctypes types.
Thomas Heller
2008-04-25
1
-0/+115
*
Remove cyclic reference in CFuncPtr instances; see issue #2682.
Thomas Heller
2008-04-24
3
-50/+133
*
Fix typo.
Martin v. Löwis
2008-04-24
1
-1/+1
*
Silence 'r may be used uninitialized' compiler warning.
Mark Dickinson
2008-04-21
1
-0/+1
*
math.atan2 is misbehaving on Windows; this patch
Mark Dickinson
2008-04-20
1
-1/+37
*
Even more fixes for alpha Tru64, this time for
Mark Dickinson
2008-04-20
1
-1/+10
*
Issue 2662: Initialize special value tables dynamically (i.e. when
Mark Dickinson
2008-04-20
1
-109/+128
*
Yet more explicit special case handling to make
Mark Dickinson
2008-04-20
1
-47/+55
*
FreeBSD doesn't follow C99 for modf(inf); so add explicit
Mark Dickinson
2008-04-20
1
-0/+9
*
Additional special-case handling for math.pow.
Mark Dickinson
2008-04-19
1
-6/+13
*
Additional tests for math.pow, and extra special-case
Mark Dickinson
2008-04-19
1
-0/+11
*
I finally got the time to update and merge Mark's and my trunk-math branch. T...
Christian Heimes
2008-04-18
2
-229/+1230
*
Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for
Thomas Heller
2008-04-14
3
-0/+79
*
Improve -X error message.
Georg Brandl
2008-04-13
1
-1/+1
*
Re-implement the 'warnings' module in C. This allows for usage of the
Brett Cannon
2008-04-12
1
-0/+4
*
fix compiler warnings
Gregory P. Smith
2008-04-12
1
-5/+5
*
Applied patch #2617 from Frank Wierzbicki wit some extras from me
Christian Heimes
2008-04-12
1
-1/+5
*
Performance improvements.
Thomas Heller
2008-04-11
1
-3/+3
*
Move backwards compatibility macro to the correct place;
Thomas Heller
2008-04-11
1
-1/+1
*
Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive.
Gregory P. Smith
2008-04-09
1
-0/+4
*
Issue 2408: remove the _types module
Amaury Forgeot d'Arc
2008-04-08
2
-97/+0
*
Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly
Gregory P. Smith
2008-04-07
2
-0/+19
*
type
Skip Montanaro
2008-04-06
1
-1/+1
*
Declare inittimezone static.
Skip Montanaro
2008-04-05
1
-2/+3
*
More files from libffi 3.0.5.
Thomas Heller
2008-04-04
4
-22/+20
*
Sync with files from the just released libffi 3.0.5 version.
Thomas Heller
2008-04-04
5
-2/+1246
*
Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5.
Thomas Heller
2008-04-04
2
-26/+38
*
Remove the advertising clause from the BSD license in timing.h.
Guido van Rossum
2008-04-01
1
-6/+3
*
Backport #1442: report exception when startup file cannot be run.
Georg Brandl
2008-03-29
1
-0/+9
*
Repair compilation for Visual Studio 2005.
Amaury Forgeot d'Arc
2008-03-28
1
-0/+4
*
Update sqlite3 module to match current version of pysqlite.
Gerhard Häring
2008-03-28
8
-15/+35
[next]