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
*
Use -xcode=pic32 for SunPro. Will backport to 2.4.
Martin v. Löwis
2005-12-30
3
-1/+5
*
Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was
Skip Montanaro
2005-12-30
2
-3/+17
*
typo, use parens for continued expr
Skip Montanaro
2005-12-30
1
-3/+3
*
SF#1391872
Fredrik Lundh
2005-12-29
2
-2/+14
*
SF patch #1379023: document that a weakref callback is not invoked if the
Armin Rigo
2005-12-29
1
-2/+2
*
SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro".
Armin Rigo
2005-12-29
2
-0/+64
*
adding in-place operators to the operator module.
Armin Rigo
2005-12-29
3
-1/+190
*
Typo.
Armin Rigo
2005-12-29
1
-1/+1
*
SF patch #1390657:
Armin Rigo
2005-12-29
4
-22/+172
*
two missing PyDoc_STR().
Armin Rigo
2005-12-29
1
-2/+2
*
typo
Skip Montanaro
2005-12-28
1
-1/+1
*
Fix for problem with Sniffer class. If your delimiter is whitespace and the
Skip Montanaro
2005-12-28
2
-2/+5
*
Bug #999767: make setup.py obey Setup.local wrt shared modules
Georg Brandl
2005-12-27
1
-10/+11
*
[ 959576 ] Can't build Python on POSIX w/o $HOME
Georg Brandl
2005-12-27
2
-1/+5
*
Revert checkin for bug #1386675.
Georg Brandl
2005-12-27
1
-6/+6
*
Bug #1386675: winreg raises WindowsErrors
Georg Brandl
2005-12-27
1
-6/+6
*
Bug #1389673: document correct return value of set methods
Georg Brandl
2005-12-26
1
-5/+5
*
Bug #489256: remove note about Python 1.1 profiler
Georg Brandl
2005-12-26
1
-41/+41
*
Bug #954981: urllib2 example wont work w/o ssl
Georg Brandl
2005-12-26
1
-1/+2
*
Bug #839075: document that highly recursive data cannot be pickled
Georg Brandl
2005-12-26
1
-0/+4
*
Bug #839585: mention % string operator in language ref
Georg Brandl
2005-12-26
1
-0/+6
*
Bug #756104: document that bufsize in socket.recv() should be small
Georg Brandl
2005-12-26
1
-0/+2
*
Bug #649974: make docstrings for url2pathname consistent
Georg Brandl
2005-12-26
4
-21/+25
*
Updating the short blob about old/new-style classes to reflect (IMHO) more
Armin Rigo
2005-12-26
1
-7/+35
*
As reported on c.l.py, the _elementtree project
Tim Peters
2005-12-26
1
-0/+1
*
Whitespace normalization.
Tim Peters
2005-12-25
82
-34035/+33987
*
test_bug_1333982(): This one must fail under -O.
Tim Peters
2005-12-25
1
-1/+4
*
Repair longstanding damage introduced by the AST merge:
Tim Peters
2005-12-25
1
-4/+25
*
fixed one more typo
Fredrik Lundh
2005-12-25
1
-1/+1
*
SF#1389809
Fredrik Lundh
2005-12-25
1
-1/+1
*
fixed two typos in pprint reference page
Fredrik Lundh
2005-12-25
1
-2/+2
*
do_mkvalue(), 'I' and 'k' cases: squash legitimate
Tim Peters
2005-12-24
1
-2/+2
*
const poisoning, spreading to fix new const warnings
Tim Peters
2005-12-24
3
-8/+8
*
Ignore pyc files for building doc
Neal Norwitz
2005-12-24
0
-0/+0
*
Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode
Neal Norwitz
2005-12-23
1
-0/+2
*
SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode
Neal Norwitz
2005-12-23
3
-22/+100
*
Add missing dep for cookielib doc
Neal Norwitz
2005-12-23
1
-0/+1
*
Patch #1117398: fix cookielib LoadError
Neal Norwitz
2005-12-23
1
-0/+4
*
Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions
Neal Norwitz
2005-12-23
4
-10/+36
*
[Patch #1375417] Massive rearrangement of the Library Reference.
Andrew M. Kuchling
2005-12-22
1
-136/+230
*
Add more chapter intros
Andrew M. Kuchling
2005-12-22
4
-0/+45
*
Add markup
Andrew M. Kuchling
2005-12-22
1
-1/+2
*
Add some chapter introductions (not linked into the LibRef yet)
Andrew M. Kuchling
2005-12-22
8
-0/+96
*
Update text
Andrew M. Kuchling
2005-12-22
1
-7/+3
*
Typo fix
Andrew M. Kuchling
2005-12-22
1
-1/+1
*
Typo fix
Andrew M. Kuchling
2005-12-22
1
-1/+1
*
[ 1388141 ] Minor error in md5 docs
Georg Brandl
2005-12-22
1
-1/+1
*
Add Python\pyarena.c to the VC project file.
Thomas Heller
2005-12-21
1
-3/+6
*
Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the
Barry Warsaw
2005-12-19
2
-32/+13
*
Remove extra parens
Neal Norwitz
2005-12-19
1
-1/+1
[next]