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
*
Issue 3008: hex/oct/bin can show floats exactly.
Raymond Hettinger
2008-06-21
1
-0/+3
*
Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now
Mark Dickinson
2008-06-20
1
-0/+7
*
Make bin() implementation parallel oct() and hex() so that int/long subclasse...
Raymond Hettinger
2008-06-20
1
-0/+9
*
Updated with fix for #3136.
Vinay Sajip
2008-06-19
1
-0/+5
*
Bumping to 2.6b1
v2.6b1
Barry Warsaw
2008-06-19
2
-2/+2
*
Updated with fix for #3126.
Vinay Sajip
2008-06-17
1
-2/+6
*
Add Jesse Noller to the developers list.
Georg Brandl
2008-06-16
1
-0/+3
*
Issue 3110: Crash with weakref subclass,
Amaury Forgeot d'Arc
2008-06-16
1
-0/+3
*
Issue 3116: fix quadratic behavior in marshal.dumps().
Raymond Hettinger
2008-06-16
1
-0/+2
*
Switch to SQLite 3.5.9.
Martin v. Löwis
2008-06-13
1
-1/+1
*
Switch to bzip2 1.0.5.
Martin v. Löwis
2008-06-13
1
-1/+1
*
platform.uname now tries to fill empty values even when os.uname is present
Benjamin Peterson
2008-06-13
2
-0/+4
*
add py3k warnings to rfc822
Benjamin Peterson
2008-06-12
1
-0/+2
*
Switch to Tcl/Tk 8.5.
Martin v. Löwis
2008-06-12
1
-0/+2
*
deprecated mimetools
Benjamin Peterson
2008-06-12
1
-0/+2
*
Can we agree to put dots at entry ends? Thanks.
Georg Brandl
2008-06-11
1
-4/+4
*
update ACKS and NEWs for multiprocessing
Benjamin Peterson
2008-06-11
2
-0/+4
*
Add future_builtins.ascii().
Georg Brandl
2008-06-11
1
-0/+2
*
add aliases to threading module
Benjamin Peterson
2008-06-11
1
-0/+1
*
give the threading API PEP 8 names
Benjamin Peterson
2008-06-11
1
-0/+1
*
Multi-arg form for set.difference() and set.difference_update().
Raymond Hettinger
2008-06-11
1
-1/+1
*
Merge in release25-maint r60793:
Gregory P. Smith
2008-06-11
1
-0/+5
*
NEWS entry for:
Thomas Heller
2008-06-10
1
-0/+4
*
Add Arnaud for his efforts on multi-arg set operations.
Raymond Hettinger
2008-06-10
1
-0/+1
*
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
Georg Brandl
2008-06-10
2
-0/+3
*
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
[next]