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
...
*
Fix the line to what is my guess at the original author's meaning.
Armin Rigo
2007-02-12
1
-1/+1
*
Patch 1463026: Support default namespace in XMLGenerator.
Martin v. Löwis
2007-02-12
2
-17/+57
*
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
*
Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;
Kurt B. Kaiser
2007-02-08
3
-21/+103
*
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-08
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
*
Handle AttributeError during calltip lookup
Kurt B. Kaiser
2007-02-07
1
-1/+1
*
[ 1621265 ] Auto-completion list placement
Kurt B. Kaiser
2007-02-07
2
-6/+18
*
narrow exception per [ 1540849 ] except too broad
Kurt B. Kaiser
2007-02-06
1
-1/+1
*
Updated patch (CodeContext.061217.patch) to
Kurt B. Kaiser
2007-02-06
1
-53/+19
*
Patch #1652681: create nonexistent files in append mode and
Lars Gustäbel
2007-02-06
2
-2/+63
*
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pip...
Peter Astrand
2007-02-06
1
-3/+25
*
Clean up ModifiedInterpreter.runcode() structure
Kurt B. Kaiser
2007-02-06
1
-27/+29
*
1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :)
Kurt B. Kaiser
2007-02-05
2
-36/+48
*
Add 'raw' support to configHandler. Patch 1650174 Tal Einat.
Kurt B. Kaiser
2007-02-05
2
-12/+13
*
We had several if statements checking the value of a fd. This is unsafe, sinc...
Peter Astrand
2007-02-02
1
-15/+15
*
No more raising of string exceptions!
Brett Cannon
2007-01-30
1
-23/+39
*
Whitespace normalization.
Tim Peters
2007-01-30
21
-131/+131
*
Add a test for slicing an exception.
Brett Cannon
2007-01-29
1
-0/+7
*
Use the thread lock's context manager instead of a try/finally statement.
Brett Cannon
2007-01-28
1
-4/+1
*
Patch #1634778: add missing encoding aliases for iso8859_15 and
Georg Brandl
2007-01-27
2
-0/+7
*
Patch #1638243: the compiler package is now able to correctly compile
Georg Brandl
2007-01-27
3
-1/+34
*
Remove specific mention of my name and email address from modules. Not really
Brett Cannon
2007-01-25
3
-13/+2
*
Fix time.strptime's %U support. Basically rewrote the algorithm to be more
Brett Cannon
2007-01-25
2
-31/+34
*
Port test_popen.py to unittest.
Walter Dörwald
2007-01-24
2
-25/+29
*
Fix crasher for when an object's __del__ creates a new weakref to itself.
Brett Cannon
2007-01-23
2
-1/+16
*
Patch #1507247: tarfile.py: use current umask for intermediate
Lars Gustäbel
2007-01-23
1
-13/+1
*
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
*
Make comment match the code
Andrew M. Kuchling
2007-01-22
1
-1/+1
*
Improve pattern used for mbox 'From' lines; add a simple test
Andrew M. Kuchling
2007-01-22
2
-3/+38
*
Use new email module names (#1637162, #1637159, #1637157).
Georg Brandl
2007-01-22
6
-28/+28
*
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
*
Patch #1610575: Add support for _Bool to struct.
Martin v. Löwis
2007-01-21
1
-7/+61
*
Port test_new.py to unittest.
Walter Dörwald
2007-01-20
2
-190/+162
*
resource.RUSAGE_BOTH might not exist.
Walter Dörwald
2007-01-20
1
-1/+1
*
Add argument tests an calls of resource.getrusage().
Walter Dörwald
2007-01-20
1
-0/+18
*
Port test_resource.py to unittest.
Walter Dörwald
2007-01-20
2
-58/+78
*
SF# 1635892: Fix docs for betavariate's input parameters .
Raymond Hettinger
2007-01-19
1
-1/+1
*
This test doesn't pass on Windows. The cause seems to be that chmod
Neal Norwitz
2007-01-18
1
-2/+8
*
Try reverting part of r53145 that seems to cause the Windows buildbots to fai...
Neal Norwitz
2007-01-18
1
-2/+2
*
Fixed ntpath.expandvars to not replace references to non-existing
Sjoerd Mullender
2007-01-16
3
-2/+30
*
Updated rotating file handlers to use _open().
Vinay Sajip
2007-01-16
1
-10/+6
*
Added WatchedFileHandler (based on SF patch #1598415)
Vinay Sajip
2007-01-14
1
-0/+49
[prev]
[next]