Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
204d7861df5bdc1abe15ed83234ca5afce528bcb
/
Doc
/
lib
e1ca355
[Bug #918710] Add paragraph to clarify docs
by Andrew M. Kuchling
· 20 years ago
175d188
avoid backticks in examples; use repr() instead
by Fred Drake
· 20 years ago
4a9b806
Document string methods that are locale-dependent. Fixes #935749.
by Martin v. Löwis
· 20 years ago
eac324b
Patch #957240: Add count parameter to asyncore.loop.
by Martin v. Löwis
· 20 years ago
974ed7c
- SF #962502: Add two more methods for unicode type; width() and
by Hye-Shik Chang
· 20 years ago
92816de
Patch #932930: suggest the use of rawstrings for backslashes.
by Martin v. Löwis
· 20 years ago
2a6ba90
Patch #963318: Add support for client-side cookie management.
by Martin v. Löwis
· 20 years ago
027bb63
Add weakref support to sockets and re pattern objects.
by Raymond Hettinger
· 20 years ago
79cddc5
stupid, stupid, stupid... raw_input() already supports readline() if the
by Skip Montanaro
· 20 years ago
b98a8ba
Add example that uses readline.readline().
by Skip Montanaro
· 20 years ago
0dc2310
Exposed readline() function from the readline module.
by Skip Montanaro
· 20 years ago
e36894d
Updated to reflect new types.
by Raymond Hettinger
· 20 years ago
8bc81fc
Added description for authenticate and namespace
by Piers Lauder
· 20 years ago
8290314
ConfigParser:
by Fred Drake
· 20 years ago
b4c6091
ConfigParser:
by Fred Drake
· 20 years ago
abc086f
ConfigParser:
by Fred Drake
· 20 years ago
bc12b01
ConfigParser:
by Fred Drake
· 20 years ago
0e371f2
Make sure "del d[n]" is properly supported. Was necessary because the
by Raymond Hettinger
· 20 years ago
1cd6e4d
fix various descriptions of "ctime" (closes SF patch #870287)
by Fred Drake
· 20 years ago
bb066cf
fix various typos; thanks, George Yoshida! (closes SF patch #952047)
by Fred Drake
· 20 years ago
f72de0f
add note about the __name__ read-only attribute (closes SF bug #952212)
by Fred Drake
· 20 years ago
0d73621
markup adjustment
by Fred Drake
· 20 years ago
dd69b0a
Added a note describing how fp should be opened in binary mode, especially on
by Barry Warsaw
· 20 years ago
fb85739
Point out that %p has no effect on the output hour in strptime unless %I is
by Skip Montanaro
· 20 years ago
e7169eb
Add more examples.
by Raymond Hettinger
· 20 years ago
e143bbb
fix documentation for ContentHandler.ignorableWhitespace()
by Fred Drake
· 21 years ago
99872c1
[Bug #810879] Document that copyfile() can fail if you don't have permissions; also, fix a double negative.
by Andrew M. Kuchling
· 21 years ago
0fefc14
Fix small grammatical mistake.
by Brett Cannon
· 21 years ago
8aa8c84
add an index entry for __getnewargs__()
by Fred Drake
· 21 years ago
0de77d1
- note that __getinitargs__() is only for old-style classes
by Fred Drake
· 21 years ago
04d92c3
Remove list of pickle protocol names used by the copy module; there
by Fred Drake
· 21 years ago
cee8879
note that the error code for socket.gaierror will be one of the EAI_*
by Fred Drake
· 21 years ago
4fe97ca
SF #814606: merge from release23-maint branch: clarify/cleanup
by Greg Ward
· 21 years ago
5068c87
Document readline module functions added in Python 2.3. See:
by Phillip J. Eby
· 21 years ago
d7911a3
Minor documentation nits.
by Raymond Hettinger
· 21 years ago
f5f9a370
Add an example application to the docs.
by Raymond Hettinger
· 21 years ago
6fbf703
the headers in an HTTP request are HTTP headers, not MIME headers
by Fred Drake
· 21 years ago
ceeb191
remove out-of-date count of the functions in winsound
by Fred Drake
· 21 years ago
0ed6634
really scream out that people should use the file objects instead of
by Fred Drake
· 21 years ago
10659f2
bring description of optional and keyword args for DictReader and DictWriter
by Skip Montanaro
· 21 years ago
8efc74d
remove bogus markup that caused the docs to be wrong
by Fred Drake
· 21 years ago
6b3b046
fix up some markup
by Fred Drake
· 21 years ago
94ffbb7
give rational filenames to some of the generated HTML
by Fred Drake
· 21 years ago
ba813e2
#928751, fix typos in socket doc
by Neal Norwitz
· 21 years ago
8123ff6
remove out-of-date warning
by Fred Drake
· 21 years ago
504ca68
Note that reading from a socket may not always return all of the
by Fred Drake
· 21 years ago
267b062
- make sure the methods minidom adds to the basic DOM are attributed
by Fred Drake
· 21 years ago
2f00c54
fix typo
by Fred Drake
· 21 years ago
f39c3c7
note that distutils API docs are included in "Distributing Python Modules"
by Fred Drake
· 21 years ago
c69ebe8
Enable the profiling of C functions (builtins and extensions)
by Nicholas Bastin
· 21 years ago
fee6f33
more markup nits
by Fred Drake
· 21 years ago
e05c3e0
fix markup nits
by Fred Drake
· 21 years ago
824b1b2
Added command line options for profile.py - one for stats output file
by Nicholas Bastin
· 21 years ago
1eb4bfc
Added global runctx function to profile to fix SF Bug #716587
by Nicholas Bastin
· 21 years ago
07973da
Modified string.split documentation to reflect behaviour of splitting emtpy string. Closes SF bug #811604
by Nicholas Bastin
· 21 years ago
20a8336
concrete example of why retaining old objects is good
by Skip Montanaro
· 21 years ago
8b6cc2e
Removed extra period from \versionchanged entry; macro adds period
by Brett Cannon
· 21 years ago
508c57d
Clarify docs on where .pth files can exist.
by Brett Cannon
· 21 years ago
fe703e0
SF bug #918371: hasattr()'s return type
by Raymond Hettinger
· 21 years ago
8e6ad6f
Expand on the semantics of reload(). Closes #919099.
by Skip Montanaro
· 21 years ago
5c5316f
Add a new unicode codec: ptcp154 (Kazakh)
by Hye-Shik Chang
· 21 years ago
d1de45f
Fix capitalization of title for subsection 2.
by Brett Cannon
· 21 years ago
bdda9f3
The example files need to be opened with the "b" flag.
by Skip Montanaro
· 21 years ago
49f9bd1
SF feature request #686323: Minor array module enhancements
by Raymond Hettinger
· 21 years ago
9168c70
SF Patch #912462: Relocate \end tag to the right place.
by Hye-Shik Chang
· 21 years ago
31017ae
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
by Raymond Hettinger
· 21 years ago
d1080a3
Have strftime() check its time tuple argument to make sure the tuple's values
by Brett Cannon
· 21 years ago
0a4977c
Replace left(), right(), and __reversed__() with the more general purpose
by Raymond Hettinger
· 21 years ago
738ec90
Improvements to collections.deque():
by Raymond Hettinger
· 21 years ago
fb0521f
Use versionadded for new features
by Neal Norwitz
· 21 years ago
3e0877e
Add version changed/added to doc
by Neal Norwitz
· 21 years ago
59e02c1
fix typo in reference to RFC 3464 DSN MIME type
by Fred Drake
· 21 years ago
e2b4b32
Implementation of patch 869468
by David Ascher
· 21 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
5de3378
SF patch #892821: example for urllib2 has SyntaxError
by Raymond Hettinger
· 21 years ago
4c9800d
SF bug #892854: typo in textwrap doc page (Reported by Drew Perttula.)
by Raymond Hettinger
· 21 years ago
5c5eb86
* Incorporate Skip's suggestions for documentation (explain the word deque
by Raymond Hettinger
· 21 years ago
7209294
a couple other sunos4 support items removed
by Skip Montanaro
· 21 years ago
c058fd1
* Fix ref counting in extend() and extendleft().
by Raymond Hettinger
· 21 years ago
3ba85c2
Have deques support high volume loads.
by Raymond Hettinger
· 21 years ago
21ae4f9
minor markup adjustments
by Fred Drake
· 21 years ago
4458ece
Clarify minor point about the ref() and proxy() constructors.
by Fred Drake
· 21 years ago
dd256d9
Add documentation for collections.deque().
by Raymond Hettinger
· 21 years ago
e52f3b1
Add documentation for collections.deque().
by Raymond Hettinger
· 21 years ago
756b3f3
* Move collections.deque() in from the sandbox
by Raymond Hettinger
· 21 years ago
bd12b18
fix whitespace style (inconsistent with the rest of the docs)
by Fred Drake
· 21 years ago
fcc5176
update signature of the socket constructor
by Fred Drake
· 21 years ago
ee3c607
add missing period
by Fred Drake
· 21 years ago
913829c
fix markup
by Fred Drake
· 21 years ago
db8d1c2
add references between getopt and optparse docs
by Skip Montanaro
· 21 years ago
226f697
fix method name in example code
by Fred Drake
· 21 years ago
1fe9750
add direct link to the article in DDJ closes SF bug #871402
by Fred Drake
· 21 years ago
ba0485a
expand on notion of row object type
by Skip Montanaro
· 21 years ago
7895146
typo
by Skip Montanaro
· 21 years ago
734fb57
Add a Guido inspired example for groupby().
by Raymond Hettinger
· 21 years ago
3e2a306
Add CJK codecs support as discussed on python-dev. (SF #873597)
by Hye-Shik Chang
· 21 years ago
621b443
- add warning that hotshot doesn't work well with threads - fix some markup
by Fred Drake
· 21 years ago
990a46b
minor markup improvements
by Fred Drake
· 21 years ago
3bbd115
markup changes
by Fred Drake
· 21 years ago
44a9823
[Bug #873205] Update URL
by Andrew M. Kuchling
· 21 years ago
Next »