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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF patch #969791: Add nlargest() and nsmallest() to heapq.
Raymond Hettinger
2004-06-10
1
-0/+24
*
make a reference to the SimpleHTTPServer module a hyperlink to the
Fred Drake
2004-06-09
1
-1/+1
*
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis
2004-06-08
1
-19/+0
*
- markup fix
Fred Drake
2004-06-08
1
-3/+3
*
Feature request #935915: Add os.path.devnull.
Martin v. Löwis
2004-06-08
1
-0/+8
*
Patch #510695: Add TSC profiling for the VM.
Martin v. Löwis
2004-06-08
1
-0/+10
*
[Bug #953177] Mention .getlist(); text from Paul Moore
Andrew M. Kuchling
2004-06-06
1
-9/+4
*
SF 964876 mapping a 0 length file
Tim Peters
2004-06-06
1
-8/+10
*
[Bug #918710] Add paragraph to clarify docs
Andrew M. Kuchling
2004-06-05
1
-0/+5
*
avoid backticks in examples; use repr() instead
Fred Drake
2004-06-03
1
-2/+2
*
Document string methods that are locale-dependent. Fixes #935749.
Martin v. Löwis
2004-06-03
1
-0/+24
*
Patch #957240: Add count parameter to asyncore.loop.
Martin v. Löwis
2004-06-03
1
-14/+14
*
- SF #962502: Add two more methods for unicode type; width() and
Hye-Shik Chang
2004-06-02
1
-0/+11
*
Patch #932930: suggest the use of rawstrings for backslashes.
Martin v. Löwis
2004-05-31
1
-9/+20
*
Patch #963318: Add support for client-side cookie management.
Martin v. Löwis
2004-05-31
4
-29/+816
*
Add weakref support to sockets and re pattern objects.
Raymond Hettinger
2004-05-31
1
-3/+17
*
stupid, stupid, stupid... raw_input() already supports readline() if the
Skip Montanaro
2004-05-24
1
-11/+1
*
Add example that uses readline.readline().
Skip Montanaro
2004-05-23
1
-0/+33
*
Exposed readline() function from the readline module.
Skip Montanaro
2004-05-23
1
-0/+5
*
Updated to reflect new types.
Raymond Hettinger
2004-05-22
1
-2/+8
*
Added description for authenticate and namespace
Piers Lauder
2004-05-20
1
-4/+23
*
ConfigParser:
Fred Drake
2004-05-18
1
-1/+3
*
ConfigParser:
Fred Drake
2004-05-18
1
-3/+2
*
ConfigParser:
Fred Drake
2004-05-18
1
-1/+3
*
ConfigParser:
Fred Drake
2004-05-18
1
-0/+9
*
Make sure "del d[n]" is properly supported. Was necessary because the
Raymond Hettinger
2004-05-12
1
-11/+8
*
fix various descriptions of "ctime"
Fred Drake
2004-05-12
2
-2/+6
*
fix various typos; thanks, George Yoshida!
Fred Drake
2004-05-12
6
-6/+6
*
add note about the __name__ read-only attribute
Fred Drake
2004-05-12
1
-1/+6
*
markup adjustment
Fred Drake
2004-05-11
1
-3/+5
*
Added a note describing how fp should be opened in binary mode, especially on
Barry Warsaw
2004-05-10
1
-0/+4
*
Point out that %p has no effect on the output hour in strptime unless %I is
Skip Montanaro
2004-05-10
1
-2/+6
*
Add more examples.
Raymond Hettinger
2004-05-09
1
-1/+52
*
fix documentation for ContentHandler.ignorableWhitespace()
Fred Drake
2004-05-06
1
-1/+1
*
[Bug #810879] Document that copyfile() can fail if you don't have permissions...
Andrew M. Kuchling
2004-05-05
1
-3/+5
*
Fix small grammatical mistake.
Brett Cannon
2004-05-05
1
-1/+1
*
add an index entry for __getnewargs__()
Fred Drake
2004-05-05
1
-0/+2
*
- note that __getinitargs__() is only for old-style classes
Fred Drake
2004-05-05
1
-2/+17
*
Remove list of pickle protocol names used by the copy module; there
Fred Drake
2004-05-05
1
-5/+1
*
note that the error code for socket.gaierror will be one of the EAI_*
Fred Drake
2004-05-05
1
-0/+2
*
SF #814606: merge from release23-maint branch: clarify/cleanup
Greg Ward
2004-05-05
1
-25/+27
*
Document readline module functions added in Python 2.3. See:
Phillip J. Eby
2004-05-04
1
-0/+16
*
Minor documentation nits.
Raymond Hettinger
2004-05-01
1
-11/+29
*
Add an example application to the docs.
Raymond Hettinger
2004-04-30
1
-2/+31
*
the headers in an HTTP request are HTTP headers, not MIME headers
Fred Drake
2004-04-29
1
-2/+2
*
remove out-of-date count of the functions in winsound
Fred Drake
2004-04-28
1
-1/+1
*
really scream out that people should use the file objects instead of
Fred Drake
2004-04-16
1
-7/+19
*
bring description of optional and keyword args for DictReader and DictWriter
Skip Montanaro
2004-04-16
1
-6/+8
*
remove bogus markup that caused the docs to be wrong
Fred Drake
2004-04-15
1
-1/+1
*
fix up some markup
Fred Drake
2004-04-09
1
-18/+18
[next]