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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r53672.
Martin v. Löwis
2007-02-18
1
-5/+0
*
Minor fix for currentframe (SF #1652788).
Vinay Sajip
2007-02-17
1
-5/+5
*
Patch #685268: Consider a package's __path__ in imputil.
Martin v. Löwis
2007-02-13
1
-0/+4
*
Patch 1463026: Support default namespace in XMLGenerator.
Martin v. Löwis
2007-02-12
2
-17/+57
*
backport: fix trace.py --ignore-dir
Skip Montanaro
2007-02-11
1
-1/+1
*
Bug #1600860: Search for shared python library in LIBDIR, not
Martin v. Löwis
2007-02-09
1
-3/+12
*
Bug #1653736: Complain about keyword arguments to time.isoformat.
Martin v. Löwis
2007-02-08
1
-0/+5
*
Fix docstring bug
Raymond Hettinger
2007-02-08
1
-1/+1
*
Do not let overflows in enumerate() and count() pass silently.
Raymond Hettinger
2007-02-07
1
-2/+1
*
Bug #1575169: operator.isSequenceType() now returns False for subclasses of d...
Raymond Hettinger
2007-02-07
1
-0/+2
*
Check for a common user error with defaultdict().
Raymond Hettinger
2007-02-07
1
-3/+4
*
SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses
Raymond Hettinger
2007-02-07
1
-0/+8
*
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pip...
Peter Astrand
2007-02-06
1
-3/+25
*
[Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect;
Georg Brandl
2007-01-31
2
-0/+17
*
Patch #1638243: the compiler package is now able to correctly compile
Georg Brandl
2007-01-27
3
-1/+34
*
Backport fix for bug #1643943.
Brett Cannon
2007-01-25
2
-31/+34
*
If you created a weakref in an object's __del__ method to itself it would
Brett Cannon
2007-01-23
2
-1/+16
*
Bug #1627316: handle error in condition/ignore pdb commands more gracefully.
Georg Brandl
2007-01-22
1
-2/+12
*
Bug #1249573: fix rfc822.parsedate not accepting a certain date format
Georg Brandl
2007-01-22
1
-0/+5
*
[Bug #1633678] Improve pattern used for mbox 'From' lines; add a simple test
Andrew M. Kuchling
2007-01-22
2
-3/+38
*
Make comment match the code
Andrew M. Kuchling
2007-01-22
1
-1/+1
*
Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from re...
Peter Astrand
2007-01-21
1
-3/+4
*
Patch #1627441: close sockets properly in urllib2.
Georg Brandl
2007-01-21
4
-6/+61
*
Bug #1486663: don't reject keyword arguments for subclasses of builtin
Georg Brandl
2007-01-21
4
-1/+43
*
SF# 1635892: Fix docs for betavariate's input parameters .
Raymond Hettinger
2007-01-19
1
-1/+1
*
Merged revisions 53402 via svnmerge from
Thomas Heller
2007-01-17
1
-28/+50
*
Fix for bug #1634343: allow specifying empty arguments on Windows
Peter Astrand
2007-01-13
2
-1/+3
*
SF #1486663 -- Allow keyword args in subclasses of set() and frozenset().
Raymond Hettinger
2007-01-11
1
-0/+11
*
- idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).
Matthias Klose
2007-01-11
1
-1/+1
*
Change the ctypes version number to "1.0.2".
Thomas Heller
2007-01-10
1
-1/+1
*
Merged revisions 53316 via svnmerge from
Thomas Heller
2007-01-09
1
-0/+28
*
Fix zero-length corner case for iterating over a mutating deque.
Raymond Hettinger
2007-01-08
1
-0/+6
*
Backported changes from trunk:
Vinay Sajip
2007-01-08
1
-3/+6
*
Backported change from trunk:
Vinay Sajip
2007-01-08
1
-2/+2
*
Re-implemented fix for #1531862 once again, in a way that works with Python 2...
Peter Astrand
2007-01-07
1
-2/+6
*
[Bug #1622533] Make docstrings raw strings because they contain control chara...
Andrew M. Kuchling
2007-01-05
2
-2/+2
*
support linking the _bsddb extension module against BerkeleyDB 4.5
Gregory P. Smith
2007-01-05
2
-3/+4
*
Bug #1566280: Explicitly invoke threading._shutdown from Py_Main,
Martin v. Löwis
2007-01-04
1
-5/+5
*
Fix stability of heapq's nlargest() and nsmallest().
Raymond Hettinger
2007-01-04
2
-18/+14
*
For sets with cyclical reprs, emit '...' instead of recursing.
Raymond Hettinger
2006-12-29
1
-0/+26
*
Backport trunk checkin r51565:
Thomas Wouters
2006-12-29
1
-0/+7
*
SF bug #1623890, fix argument name in docstring
Neal Norwitz
2006-12-29
1
-1/+1
*
Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.
Lars Gustäbel
2006-12-27
2
-0/+14
*
Patch #1262036: Prevent TarFiles from being added to themselves under
Lars Gustäbel
2006-12-23
2
-27/+20
*
Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()
Lars Gustäbel
2006-12-23
2
-107/+164
*
[Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a di...
Andrew M. Kuchling
2006-12-22
1
-0/+6
*
[Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in su...
Andrew M. Kuchling
2006-12-22
1
-0/+19
*
Bug #1590891: random.randrange don't return correct value for big number
Raymond Hettinger
2006-12-20
2
-1/+9
*
[Patch #1600491 from Jim Jewett] Describe how to build help files on Windows
Andrew M. Kuchling
2006-12-19
1
-0/+3
*
[Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS
Andrew M. Kuchling
2006-12-19
1
-2/+2
[prev]
[next]