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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #1475845: Raise IndentationError for unexpected indent.
Martin v. Löwis
2006-05-04
3
-3/+23
*
Bug #1481530: allow "from os.path import ..." with imputil
Georg Brandl
2006-05-04
1
-2/+5
*
Don't fail the tests when libglut.so or libgle.so cannot be loaded.
Thomas Heller
2006-05-03
1
-2/+16
*
Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package.
Georg Brandl
2006-05-03
3
-7/+11
*
Bug #1472191: convert breakpoint indices to ints before comparing them to ints
Georg Brandl
2006-05-03
1
-1/+7
*
RFE #1472176: In httplib, don't encode the netloc and hostname with "idna" if...
Georg Brandl
2006-05-03
1
-4/+13
*
Add seamonkey to list of Windows browsers too.
Georg Brandl
2006-05-03
1
-1/+2
*
Get rid of a couple more context object references, fix some markup and clari...
Nick Coghlan
2006-05-03
2
-9/+10
*
Finish bringing SVN into line with latest version of PEP 343 by getting rid o...
Nick Coghlan
2006-05-03
8
-119/+100
*
Move network tests from test_urllib2 to test_urllib2net.
Georg Brandl
2006-05-03
2
-135/+137
*
Patch #1480067: don't redirect HTTP digest auth in urllib2
Georg Brandl
2006-05-03
1
-1/+1
*
Correct some formulations, fix XXX comments.
Martin v. Löwis
2006-05-03
1
-7/+5
*
Whitespace normalization.
Tim Peters
2006-05-03
8
-72/+64
*
fix up whitespace in prompt strings
Fred Drake
2006-05-03
1
-1/+1
*
one more place to avoid extra markup (how many will there be?)
Fred Drake
2006-05-03
1
-1/+1
*
one more place to avoid extra markup
Fred Drake
2006-05-03
1
-1/+1
*
at least comment on why curly-quotes are not enabled
Fred Drake
2006-05-03
1
-0/+3
*
avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to
Fred Drake
2006-05-03
14
-23/+23
*
tell LaTeX2HTML to:
Fred Drake
2006-05-03
1
-1/+15
*
remove unnecessary assignment
Fred Drake
2006-05-03
1
-1/+0
*
Update context manager section for removal of __context__
Andrew M. Kuchling
2006-05-02
1
-54/+16
*
Use open() instead of file()
Andrew M. Kuchling
2006-05-02
2
-23/+23
*
Hopefully this will fix the spurious failures of test_mailbox.py that I'm
Guido van Rossum
2006-05-02
1
-4/+8
*
Documentation bug: PySet_Pop() returns a new reference (because the
Armin Rigo
2006-05-02
1
-1/+1
*
Get rid of __context__, per the latest changes to PEP 343 and python-dev
Guido van Rossum
2006-05-02
15
-202/+27
*
Fix the formatting of KeyboardInterrupt -- a bad issubclass() call.
Guido van Rossum
2006-05-02
2
-1/+7
*
Provide encoding as keyword argument; soften warning paragraph about encodings
Andrew M. Kuchling
2006-05-02
1
-6/+7
*
Replaced my dumb way of calculating seconds to midnight with Tim Peters' much...
Vinay Sajip
2006-05-02
1
-6/+4
*
Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1.
Neal Norwitz
2006-05-02
3
-8/+8
*
SF #1479988: add methods to allow access to weakrefs for the
Fred Drake
2006-05-02
3
-0/+125
*
Try to fix breakage caused by patch #1479181, r45850
Neal Norwitz
2006-05-02
2
-4/+4
*
SF #1479181: split open() and file() from being aliases for each other.
Neal Norwitz
2006-05-02
5
-17/+23
*
Markup fixes
Andrew M. Kuchling
2006-05-01
1
-12/+12
*
Add item
Andrew M. Kuchling
2006-05-01
1
-0/+5
*
Markup fixes; add some XXX comments noting problems
Andrew M. Kuchling
2006-05-01
1
-27/+29
*
add dependency
Fred Drake
2006-05-01
1
-0/+1
*
Rename parameters to match the documentation (which
Martin v. Löwis
2006-05-01
2
-16/+15
*
Add msilib documentation.
Martin v. Löwis
2006-05-01
2
-0/+486
*
Rename uisample to text, drop all non-text tables.
Martin v. Löwis
2006-05-01
2
-1399/+129
*
Further integration of the documentation for the sqlite3 module. There's still
Gerhard Häring
2006-05-01
30
-3/+654
*
Some ElementTree fixes: import from xml, not xmlcore; fix case of module name...
Andrew M. Kuchling
2006-05-01
1
-6/+6
*
Work around deadlock risk. Will backport.
Martin v. Löwis
2006-05-01
2
-3/+18
*
- minor clarification in section title
Fred Drake
2006-05-01
1
-15/+9
*
Port forward from 2.4 branch:
Barry Warsaw
2006-05-01
5
-0/+24
*
Add item
Andrew M. Kuchling
2006-04-30
1
-0/+6
*
Add urllib2 HOWTO from Michael Foord
Andrew M. Kuchling
2006-04-30
1
-0/+410
*
Patch #1479438: add \keyword markup for "with".
Georg Brandl
2006-04-30
2
-5/+5
*
Patch #1472854: make the rlcompleter.Completer class usable on non-
Georg Brandl
2006-04-30
4
-14/+19
*
Fix another problem in inspect: if the module for an object cannot be found, ...
Georg Brandl
2006-04-30
1
-1/+5
*
Fix infinite regress when inspecting <string> or <stdin> frames.
Phillip J. Eby
2006-04-30
1
-1/+7
[next]