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 long double check support to configure test.
Travis E. Oliphant
2008-06-06
1
-0/+11
*
Issue 3501: Make heapq support both __le__ and __lt__.
Raymond Hettinger
2008-06-06
1
-11/+28
*
Fix build issue on OSX 10.4
Ronald Oussoren
2008-06-06
6
-8/+80
*
Document the new ctypes features.
Thomas Heller
2008-06-06
1
-6/+68
*
Add a reminder for the maintainer of whatsnew.
Thomas Heller
2008-06-06
1
-0/+4
*
Performance improvement: Use PyDict_Get/SetItem instead of
Thomas Heller
2008-06-06
1
-3/+9
*
Fix brackets.
Georg Brandl
2008-06-06
1
-2/+2
*
Issue #1798: Add ctypes calling convention that allows safe access of errno.
Thomas Heller
2008-06-06
7
-27/+330
*
Markup fix.
Georg Brandl
2008-06-06
1
-2/+2
*
Aldo Cortesi confirmed this is still needed for OpenBSD 4.2 and 4.3.
Neal Norwitz
2008-06-06
2
-2/+2
*
Grammar fix
Andrew M. Kuchling
2008-06-05
1
-2/+2
*
Add various items
Andrew M. Kuchling
2008-06-05
1
-8/+76
*
Document 'utc' parameter
Andrew M. Kuchling
2008-06-05
1
-3/+7
*
revert 63965 for preformance reasons
Benjamin Peterson
2008-06-05
1
-1/+1
*
use the more idomatic while True
Benjamin Peterson
2008-06-05
1
-1/+1
*
Backport from py3k: Implement the new buffer interface from pep3118
Thomas Heller
2008-06-05
1
-0/+2
*
Backport from py3k: Implement the new buffer interface from pep3118
Thomas Heller
2008-06-05
5
-24/+455
*
Fix preprocessor statement.
Thomas Heller
2008-06-05
1
-1/+2
*
MacOS X: Enable 4-way universal builds
Ronald Oussoren
2008-06-05
52
-202/+1124
*
Fixed complex.__getnewargs__() to not emit another complex object.
Alexandre Vassalotti
2008-06-04
2
-1/+10
*
Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling
Thomas Heller
2008-06-04
7
-312/+27
*
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
7
-27/+310
*
Complete revision of new turtle module's docs.
Georg Brandl
2008-06-04
1
-1783/+1669
*
Patch #1513695: New turtle module, with demos.
Martin v. Löwis
2008-06-04
24
-1029/+7687
*
Fix Tkinter sequence passing. #2906.
Georg Brandl
2008-06-03
1
-1/+7
*
make test_mutex more elegant
Benjamin Peterson
2008-06-03
1
-18/+20
*
Change all functions that expect one unicode character to accept a pair of
Walter Dörwald
2008-06-02
2
-73/+82
*
Fix the -x flag so that is does work.
Thomas Heller
2008-06-02
1
-1/+1
*
Fix misspelled sys.platform name and misspelled filename.
Thomas Heller
2008-06-02
2
-2/+2
*
Patch #2125: Add GetInteger and GetString methods for
Martin v. Löwis
2008-06-02
3
-0/+63
*
Fix issue 2782: be less strict about the format string type in strftime.
Gregory P. Smith
2008-06-02
3
-21/+32
*
Adds a Thread.getIdent() method to provide the _get_ident() value for
Gregory P. Smith
2008-06-01
4
-2/+28
*
Make the _H #define's match the header file names. Fix comments to
Gregory P. Smith
2008-06-01
2
-8/+8
*
Deprecate htmllib and sgmllib for 3.0.
Georg Brandl
2008-06-01
8
-8/+26
*
Generate pydoc's topic help from the reST docs via Sphinx'
Georg Brandl
2008-06-01
5
-136/+284
*
Spaces vs. tabs.
Georg Brandl
2008-06-01
1
-1/+1
*
add a warning about bgen being removed
Benjamin Peterson
2008-06-01
2
-0/+3
*
Fix test_sys.
Robert Schuppenies
2008-06-01
1
-2/+0
*
Fix test_descrtut.
Georg Brandl
2008-06-01
1
-0/+1
*
Some style nits. Also clarify in the docstrings what __sizeof__ does.
Georg Brandl
2008-06-01
7
-18/+18
*
Add plain text make target.
Georg Brandl
2008-06-01
2
-0/+7
*
Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
Robert Schuppenies
2008-06-01
9
-2/+271
*
Typo: encoding -> codeset.
Martin v. Löwis
2008-06-01
1
-1/+1
*
Move sys_stream and sys_isatty out of the have-langinfo block.
Martin v. Löwis
2008-06-01
1
-1/+1
*
New environment variable PYTHONIOENCODING.
Martin v. Löwis
2008-06-01
10
-52/+153
*
Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-A...
Gerhard Häring
2008-05-31
3
-15/+20
*
#3005: add explaining sentence to easydialogs docs.
Georg Brandl
2008-05-31
1
-4/+6
*
#3010: clarification about stdin/use_rawinput.
Georg Brandl
2008-05-31
1
-1/+6
*
Added a note to [] that special forms & special chars lose their meaning
Mark Summerfield
2008-05-31
1
-0/+6
[prev]
[next]