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
*
#2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.
Georg Brandl
2008-07-05
1
-2/+2
*
Patch #1622: Correct interpretation of various ZIP header fields.
Martin v. Löwis
2008-07-03
1
-0/+8
*
Issue #449227: Now with the rlcompleter module, callable objects are
Facundo Batista
2008-07-02
1
-0/+3
*
Issue 3190: pydoc now hides module __package__ attributes
Nick Coghlan
2008-07-02
1
-0/+3
*
Handle urllib's renaming for Python 3.0:
Brett Cannon
2008-07-02
1
-0/+13
*
#3242: fix a crash in "print", if sys.stdout is set to a custom object,
Amaury Forgeot d'Arc
2008-07-01
1
-0/+4
*
#3219 repeated keyword arguments aren't allowed in function calls anymore
Benjamin Peterson
2008-07-01
1
-0/+4
*
#Issue3088 in-progress: Race condition with instances of classes derived from...
Amaury Forgeot d'Arc
2008-06-30
1
-0/+4
*
Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd
Martin v. Löwis
2008-06-30
1
-0/+5
*
Updated to reflect change in logging.config to remove out-of-date comment in ...
Vinay Sajip
2008-06-29
1
-0/+3
*
Add Jean Brouwers for his work on math.sum
Mark Dickinson
2008-06-27
1
-0/+1
*
warnings.warn_explicit() did not have the proper TypeErrors in place to prevent
Brett Cannon
2008-06-27
1
-0/+5
*
Revert 64424, 64438, and 64439.
Raymond Hettinger
2008-06-24
1
-6/+0
*
Wording fix
Andrew M. Kuchling
2008-06-22
1
-1/+1
*
Issue #2722. Now the char buffer to support the path string has
Facundo Batista
2008-06-22
1
-0/+2
*
Now a from submitted via POST that also has a query string
Facundo Batista
2008-06-21
1
-0/+2
*
Fixed issue #2888. Now the behaviour of pprint when working with nested
Facundo Batista
2008-06-21
1
-0/+4
*
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
[next]