Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a970c2216645a86b532f68bfb93b8ec9da858b0d
/
Doc
/
library
16fd6c4
#1123: fix the docs for the str.split(None, sep) case.
by Georg Brandl
· 18 years ago
06f8067
move descriptions of ac_(in|out)_buffer_size to the right place
by Fred Drake
· 18 years ago
a7fc4b1
Add __asdict__() to NamedTuple and refine the docs.
by Raymond Hettinger
· 18 years ago
c9b7163
wrap lines to <80 characters before fixing errors
by Fred Drake
· 18 years ago
50e90e2
itertools.count() no longer limited to sys.maxint.
by Raymond Hettinger
· 18 years ago
ba2e519
#1208: document match object's boolean value.
by Georg Brandl
· 18 years ago
6d407e4
Typo fix
by Andrew M. Kuchling
· 18 years ago
9c90635
Remove stray odd character; grammar fix
by Andrew M. Kuchling
· 18 years ago
e418625
#1196: document default radix for int().
by Georg Brandl
· 18 years ago
97ca583
Fix typo and double word.
by Georg Brandl
· 18 years ago
4a21268
Patch #1181: add os.environ.clear() method.
by Georg Brandl
· 18 years ago
efa7d51
#1176: document that string methods don't take keyword args.
by Georg Brandl
· 18 years ago
5d242ee
alternate -> alternative.
by Georg Brandl
· 18 years ago
7268e9d
Fit nits
by Raymond Hettinger
· 18 years ago
111c0ea
issue1172: Documentation of "done" attribute in cgi module.
by Sean Reifscheider
· 18 years ago
cbab594
Cleanup docs for NamedTuple.
by Raymond Hettinger
· 18 years ago
2b03d45
Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people can see how it works.
by Raymond Hettinger
· 18 years ago
d36a60e
Sync-up named tuples with the latest version of the ASPN recipe.
by Raymond Hettinger
· 18 years ago
296a59d
Add support for asyncore server-side SSL support. This requires
by Bill Janssen
· 18 years ago
7e84c7f
Remove bdb from the "undocumented modules" list.
by Georg Brandl
· 18 years ago
e90bc3c
Some additions (examples and a bit on the tutorial).
by Facundo Batista
· 18 years ago
7c82a3e9
Included the new functions, and new descriptions.
by Facundo Batista
· 18 years ago
ddca9f0
Replaced variable o with obj in operator.rst because o is easy to confuse.
by Mark Summerfield
· 18 years ago
bb07a7d
Bug #1152: use non-deprecated name in example.
by Georg Brandl
· 18 years ago
0001422
New documentation page for the bdb module.
by Georg Brandl
· 18 years ago
93bf9ce
Fix some documentation bugs.
by Bill Janssen
· 18 years ago
98d19da
More work on SSL support.
by Bill Janssen
· 18 years ago
e9fef69
Change socket.error to inherit from IOError rather than being a stand
by Gregory P. Smith
· 18 years ago
2825b2e
Add a 'c_longdouble' type to the ctypes module.
by Thomas Heller
· 18 years ago
a3a7dda
Fix typo: c_float represents to C float type.
by Thomas Heller
· 18 years ago
ffe576d
SSL certificate distinguished names should be represented by tuples
by Bill Janssen
· 18 years ago
58bd49f
Patch #1388440: Add set_completion_display_matches_hook and
by Martin v. Löwis
· 18 years ago
fcb444a
Added cross-references plus a note about dict & list shallow copying.
by Mark Summerfield
· 18 years ago
364b841
Wording change
by Andrew M. Kuchling
· 18 years ago
24e99c4
Markup fix
by Andrew M. Kuchling
· 18 years ago
73f83d2
Fix typo.
by Walter Dörwald
· 18 years ago
90014e0
Fix wrong function names.
by Walter Dörwald
· 18 years ago
222907d
Added a note and examples to explain that re.split does not split on an
by Skip Montanaro
· 18 years ago
847cae6
Document sets' ">" and "<" operations (backport from py3k).
by Georg Brandl
· 18 years ago
95b571a
Fix RST link (backport from Py3k).
by Georg Brandl
· 18 years ago
89241a3
Warn about possible risks when extracting untrusted archives.
by Lars Gustäbel
· 18 years ago
7f626f4
Added more cross-references.
by Mark Summerfield
· 18 years ago
f11ed15
Stronger urge to convert filenames to str before using them as argument to ZipFile.write().
by Georg Brandl
· 18 years ago
426ea0a
This contains a number of things:
by Bill Janssen
· 18 years ago
f0d1c1f
Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for
by Walter Dörwald
· 18 years ago
23b8ddc
Fix some glitches.
by Georg Brandl
· 18 years ago
99cafb9
Adding basic imputil documentation.
by Sean Reifscheider
· 18 years ago
ae0ee8a
Document rev. 57574.
by Georg Brandl
· 18 years ago
8ee23bb
Patch 10124 by Bill Janssen, docs for the new ssl code.
by Guido van Rossum
· 18 years ago
9a65c89
Spell check (also americanify behaviour, it's almost 3 times as common)
by Neal Norwitz
· 18 years ago
4f2c3dd
Server-side SSL and certificate validation, by Bill Janssen.
by Guido van Rossum
· 18 years ago
3af0e78
Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon)
by Nick Coghlan
· 18 years ago
d558f67
Document new utility functions in test_support.
by Georg Brandl
· 18 years ago
94bda3a
Bug #1011: fix rfc822.Message.getheader docs.
by Georg Brandl
· 18 years ago
604c121
Bug #1625381: clarify match vs search introduction.
by Georg Brandl
· 18 years ago
b7a837d
Bug #1734111: document struct.Struct.size.
by Georg Brandl
· 18 years ago
4ad9b82
Bug #1752332: httplib no longer uses socket.getaddrinfo().
by Georg Brandl
· 18 years ago
a3a68a0
Clarify wording a bit.
by Georg Brandl
· 18 years ago
154cc58
Bug #1594966: fix misleading usage example
by Georg Brandl
· 18 years ago
3e0f735
Bug #1694833: fix imp.find_module() docs wrt. packages.
by Georg Brandl
· 18 years ago
891f1d3
Bug #1573854: fix docs for sqlite3 cursor rowcount attr.
by Georg Brandl
· 18 years ago
7cf4079
Bug #1766421: "return code" vs. "status code".
by Georg Brandl
· 18 years ago
4debd55
Bug #1768121: fix wrong/missing opcode docs.
by Georg Brandl
· 18 years ago
c553f42
Fix stray backticks.
by Georg Brandl
· 18 years ago
3f8fbf0
Fix PDB command descriptions.
by Georg Brandl
· 18 years ago
6e39080
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
by Walter Dörwald
· 18 years ago
f0e2918
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4
by Matthias Klose
· 18 years ago
216ad33
Added a note in each regarding the fact that unicode strings that look the same
by Mark Summerfield
· 18 years ago
bf863b1
Replace "Caveat" paragraphs by .. warning::s.
by Georg Brandl
· 18 years ago
7f758c4
Mark deprecated modules as such.
by Georg Brandl
· 18 years ago
8ec7f65
Move the 2.6 reST doc tree in place.
by Georg Brandl
· 18 years ago