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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Gregor Lingl.
Martin v. Löwis
2008-06-10
1
-0/+3
*
Let set.intersection() and set.intersection_update() take multiple input argu...
Raymond Hettinger
2008-06-09
1
-1/+2
*
Let set.union() and set.update() accept multiple inputs.
Raymond Hettinger
2008-06-09
1
-0/+2
*
Issue #2138: Add math.factorial().
Raymond Hettinger
2008-06-09
1
-0/+2
*
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
Georg Brandl
2008-06-07
1
-0/+3
*
Issue #1798: Add ctypes calling convention that allows safe access of errno.
Thomas Heller
2008-06-06
1
-0/+3
*
Backport from py3k: Implement the new buffer interface from pep3118
Thomas Heller
2008-06-05
1
-0/+2
*
MacOS X: Enable 4-way universal builds
Ronald Oussoren
2008-06-05
1
-0/+25
*
Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling
Thomas Heller
2008-06-04
1
-3/+0
*
Issue #1798: Add ctypes calling convention that allows safe access to
Thomas Heller
2008-06-04
1
-0/+3
*
Patch #1513695: New turtle module, with demos.
Martin v. Löwis
2008-06-04
1
-0/+1
*
Patch #2125: Add GetInteger and GetString methods for
Martin v. Löwis
2008-06-02
1
-0/+3
*
Fix issue 2782: be less strict about the format string type in strftime.
Gregory P. Smith
2008-06-02
1
-0/+3
*
Adds a Thread.getIdent() method to provide the _get_ident() value for
Gregory P. Smith
2008-06-01
1
-0/+2
*
Deprecate htmllib and sgmllib for 3.0.
Georg Brandl
2008-06-01
1
-2/+5
*
Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
Robert Schuppenies
2008-06-01
1
-0/+2
*
New environment variable PYTHONIOENCODING.
Martin v. Löwis
2008-06-01
1
-0/+2
*
Implement heapq in terms of less-than (to match list.sort()).
Raymond Hettinger
2008-05-31
1
-0/+3
*
Update the locale module alias table.
Marc-André Lemburg
2008-05-30
1
-0/+3
*
ctypes NULL function pointers have a boolean False value now.
Thomas Heller
2008-05-29
1
-0/+3
*
#2985: allow i8 in XMLRPC responses.
Georg Brandl
2008-05-29
1
-2/+5
*
UserString.MutableString has been removed in Python 3.0.
Brett Cannon
2008-05-29
1
-0/+3
*
#2989: add PyType_Modified().
Georg Brandl
2008-05-28
1
-1/+3
*
Do not close external file objects passed to tarfile.open(mode='w:bz2')
Lars Gustäbel
2008-05-27
1
-0/+3
*
turn PyErr_WarnPy3k into a macro
Benjamin Peterson
2008-05-26
1
-2/+1
*
Updated NEWS
Christian Heimes
2008-05-26
1
-0/+9
*
note about r63617
Gregory P. Smith
2008-05-25
1
-0/+4
*
#2959: allow multiple close() calls for GzipFile.
Georg Brandl
2008-05-25
1
-0/+4
*
ConfigParser renaming reversal part 3: move module into place and adapt imports.
Georg Brandl
2008-05-25
2
-6/+3
*
Queue renaming reversal part 3: move module into place and
Georg Brandl
2008-05-25
1
-2/+2
*
socketserver renaming reversal part 3: move the module into the right
Georg Brandl
2008-05-24
2
-4/+1
*
Issue #1390: Raise ValueError in toxml when an invalid comment would
Martin v. Löwis
2008-05-23
1
-0/+3
*
Patch #1722225: Support QNX 6.
Martin v. Löwis
2008-05-23
1
-0/+2
*
Revert the renaming of repr to reprlib.
Brett Cannon
2008-05-23
1
-3/+0
*
Issue #2819: Add math.sum, a function that sums a sequence of floats
Mark Dickinson
2008-05-23
1
-0/+3
*
bsddb module updated to version 4.7.0
Jesus Cea
2008-05-22
1
-1/+2
*
Add Quentin Gallet-Gilles for (at least) a fixer for markupbase.
Brett Cannon
2008-05-22
1
-0/+1
*
Add Robert Schuppenies.
Martin v. Löwis
2008-05-21
1
-0/+3
*
Updated with fixes for #2914 and #2929.
Vinay Sajip
2008-05-20
1
-0/+6
*
#2592: delegate nb_index and the floor/truediv slots in weakref.proxy.
Georg Brandl
2008-05-20
1
-0/+3
*
Patch #1775025: allow opening zipfile members via ZipInfo instances.
Georg Brandl
2008-05-20
1
-0/+4
*
Patch #2488: Add sys.maxsize.
Martin v. Löwis
2008-05-20
1
-0/+2
*
Revert copy_reg -> copyreg rename.
Georg Brandl
2008-05-20
1
-1/+1
*
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
Georg Brandl
2008-05-20
2
-6/+0
*
revert creation of the html.entities and html.parser modules
Fred Drake
2008-05-20
1
-4/+0
*
test_httpservers has unpredictable refcount behavior.
Georg Brandl
2008-05-19
1
-1/+1
*
Add GHOP students.
Georg Brandl
2008-05-18
1
-0/+3
*
#2353: raise Py3k warning in file.xreadlines().
Georg Brandl
2008-05-17
1
-0/+2
*
rename HTMLParser to html.parser, htmlentitydefs to html.entities
Fred Drake
2008-05-17
1
-0/+4
*
Add new tkinter dir to various locations where lib-tk shows up.
Georg Brandl
2008-05-17
1
-0/+1
[next]