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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Repair missing spaces after \UNIX.
Georg Brandl
2007-04-11
4
-4/+4
*
Describe undocumented third argument to touchline()
Andrew M. Kuchling
2007-04-11
1
-2/+4
*
Add window.chgat() method, submitted via e-mail by Fabian Kreutz
Andrew M. Kuchling
2007-04-11
2
-0/+22
*
Repair a duplicate label and some obsolete uses of \setindexsubitem.
Georg Brandl
2007-04-10
6
-42/+39
*
Doc that file.next() has undefined behaviour when called on a file opened with
Brett Cannon
2007-04-08
1
-8/+9
*
Some grammar fixes
Andrew M. Kuchling
2007-04-06
1
-5/+5
*
Now using unittest for the tests infraestructure. Also split the
Facundo Batista
2007-04-03
1
-2/+3
*
Fix the strange case of
Georg Brandl
2007-04-03
1
-8/+8
*
SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classes
Raymond Hettinger
2007-04-03
1
-11/+20
*
Fix the class name of strings.
Georg Brandl
2007-04-01
1
-37/+37
*
Remove bogus entry.
Georg Brandl
2007-04-01
1
-3/+0
*
Some semantic fixes.
Georg Brandl
2007-04-01
3
-4/+3
*
Explicit class names.
Georg Brandl
2007-04-01
1
-3/+3
*
Lots of explicit class names for method and member descs.
Georg Brandl
2007-04-01
42
-489/+489
*
Another fix.
Georg Brandl
2007-04-01
1
-1/+1
*
Fix a lot of markup and meta-information glitches.
Georg Brandl
2007-04-01
21
-143/+143
*
Typo fix.
Georg Brandl
2007-03-31
1
-1/+1
*
Duplicate label fix.
Georg Brandl
2007-03-31
1
-1/+1
*
Markup fix.
Georg Brandl
2007-03-31
1
-1/+1
*
repair string literal.
Georg Brandl
2007-03-31
1
-1/+1
*
Markup fix.
Georg Brandl
2007-03-30
1
-1/+1
*
Duplicate label fix.
Georg Brandl
2007-03-30
1
-1/+1
*
Add item. (Oops, accidentally checked this in on my branch)
Andrew M. Kuchling
2007-03-30
1
-0/+11
*
Markup fix.
Georg Brandl
2007-03-30
1
-3/+3
*
Duplicate label fix.
Georg Brandl
2007-03-30
1
-1/+0
*
Label name fix.
Georg Brandl
2007-03-30
1
-1/+1
*
Markup fix.
Georg Brandl
2007-03-30
1
-1/+1
*
Bug #1688274: add documentation for C-level class objects.
Collin Winter
2007-03-30
1
-0/+29
*
Added the posibility to pass the timeout to FTP.connect, not only when
Facundo Batista
2007-03-30
1
-1/+7
*
Added timout parameter to telnetlib.Telnet. Also created
Facundo Batista
2007-03-29
1
-2/+8
*
These are actually methods.
Georg Brandl
2007-03-29
1
-6/+6
*
Added timeout to smtplib (to SMTP and SMTP_SSL). Also created
Facundo Batista
2007-03-28
1
-2/+8
*
Added an optional timeout to poplib.POP3. Also created a
Facundo Batista
2007-03-27
1
-1/+4
*
Some nits.
Georg Brandl
2007-03-26
2
-9/+8
*
Added an optional timeout to FTP class. Also I started a test_ftplib.py
Facundo Batista
2007-03-26
1
-1/+4
*
Markup fix.
Georg Brandl
2007-03-25
1
-4/+4
*
Markup fix.
Georg Brandl
2007-03-25
1
-2/+2
*
Change the docs to no longer claim that unittest is preferred over doctest for
Brett Cannon
2007-03-25
1
-7/+7
*
Revert accidental change.
Georg Brandl
2007-03-24
1
-1/+1
*
Remove typo accent.
Georg Brandl
2007-03-24
1
-2/+2
*
Patch #1489771: update syntax rules in Python Reference Manual.
Žiga Seilnacht
2007-03-24
4
-42/+190
*
Added a 'create_connect()' function to socket.py, which creates a
Facundo Batista
2007-03-23
2
-2/+21
*
Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}.
Martin v. Löwis
2007-03-23
1
-3/+3
*
Bug #1685704: use -m switch in timeit docs.
Georg Brandl
2007-03-22
1
-1/+1
*
Minor clarification, saying that blocking means no timeout (from bug #882297)
Facundo Batista
2007-03-21
1
-1/+1
*
Put code examples at left margin instead of indenting them
Andrew M. Kuchling
2007-03-21
1
-19/+19
*
Fix sentence, and fix typo in example
Andrew M. Kuchling
2007-03-21
1
-2/+3
*
Add comments on maintenance of this file
Andrew M. Kuchling
2007-03-21
1
-0/+40
*
Patch #1684834: document some utility C API functions.
Georg Brandl
2007-03-21
1
-0/+91
*
New test for rev. 54407 which only uses directories under TESTFN.
Georg Brandl
2007-03-21
1
-10/+12
[next]