Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
4ad934f63c9421702e906a0046e38a0d3a7c3aab
/
Doc
4ad934f
zlib only works with bytes objects.
by Georg Brandl
· 15 years ago
2997837
Fixed documentation to reflect recent changes for years < 1900.
by Alexander Belopolsky
· 15 years ago
c08ea61
Markup fix
by Raymond Hettinger
· 15 years ago
83b1ab0
Issue 9717: Segregate and improve the documentation of "in-place" operators
by Raymond Hettinger
· 15 years ago
d97b7b5
#10855: document close() semantics of wave objects.
by Georg Brandl
· 15 years ago
5254e97
Issue 10533: Need example of using __missing__.
by Raymond Hettinger
· 15 years ago
0ab10e4
Issue #10813: Small improvement to decimal money format recipe.
by Raymond Hettinger
· 15 years ago
9253214
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
by R. David Murray
· 15 years ago
7088abd
Revert r87821 which moved the source link to the wrong section (from the module intro covering the module to a section on thread imports).
by Raymond Hettinger
· 15 years ago
1122fa2
Revert r87823 which moved the source link to the wrong section.
by Raymond Hettinger
· 15 years ago
32e8fea
Update the digest of PEP 3333 based on comments for Phillip Eby.
by Raymond Hettinger
· 15 years ago
2f2a9f7
Fix indent.
by Georg Brandl
· 15 years ago
fc90213
Combine the two seealso sections.
by Raymond Hettinger
· 15 years ago
c64708a
Issue #10827: Changed the rules for 2-digit years. The time.asctime
by Alexander Belopolsky
· 15 years ago
696efdd
Mention multiprocessing.Queue in the queue docs
by Antoine Pitrou
· 15 years ago
4b512f7
Group seealsos
by Antoine Pitrou
· 15 years ago
60bcc54
Put those "seealso"s together
by Antoine Pitrou
· 15 years ago
bdde506
Put those source links together
by Antoine Pitrou
· 15 years ago
1bdd6fd
atexit.py doesn't exist
by Antoine Pitrou
· 15 years ago
39e352c
Put link to source at the end. There's nothing edificating in threading.py.
by Antoine Pitrou
· 15 years ago
fb6fd5d
#10856: document (Base)Exception.args better.
by Georg Brandl
· 15 years ago
7603fa0
Undo an accidental commit in r87812.
by Brett Cannon
· 15 years ago
63eef1e
Get --coverage to be an acceptable flag for test.regrtest again.
by Brett Cannon
· 15 years ago
388af4b
Typo.
by Raymond Hettinger
· 15 years ago
a572476
#10846: fix typo.
by Georg Brandl
· 15 years ago
0034281
Elaborate about the GIL.
by Antoine Pitrou
· 15 years ago
f60fd00
Add acks where acks are due.
by Georg Brandl
· 15 years ago
b30f330
Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.
by Georg Brandl
· 15 years ago
77041b2
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
by Georg Brandl
· 15 years ago
d53dfa3
Issue #10840: make it explicit that "s*" and friends provide contiguous memory.
by Antoine Pitrou
· 15 years ago
90a4b31
Nits
by Raymond Hettinger
· 15 years ago
3df4621
Add PEP 3333 to whatsnew.
by Raymond Hettinger
· 15 years ago
e40808a
Add more porting notes.
by Raymond Hettinger
· 15 years ago
2a5fb47
Remove mention of codes pending further discussion on transform()/untransform().
by Raymond Hettinger
· 15 years ago
2169ee2
RC1 updates to whatsnew
by Raymond Hettinger
· 15 years ago
dfad7e3
Overhaul the documentation about socket timeouts.
by Antoine Pitrou
· 15 years ago
7d96771
Update tests and whatsnew for the 'quiet' flag
by Raymond Hettinger
· 15 years ago
a83878e
Issue #5485: Add doc for expat.xmlparser.SetParamEntityParsing.
by Antoine Pitrou
· 15 years ago
183fe81
#10130: Prepare for building epub-format docs.
by Georg Brandl
· 15 years ago
0691491
Fix duplicate end tag.
by Georg Brandl
· 15 years ago
477efb3
#10790: make append work when output codec is different from input codec
by R. David Murray
· 15 years ago
b9588b5
Issue #8013: time.asctime and time.ctime no longer call system asctime
by Alexander Belopolsky
· 15 years ago
2427ab9
logging HOWTO: fixed markup for numbered handler list.
by Vinay Sajip
· 15 years ago
32e1d83
Enable unittest.TestCase to be instantiated without providing a method name.
by Michael Foord
· 15 years ago
90efac7
Issue 10502: addition of unittestgui to Tools/
by Michael Foord
· 15 years ago
d218e95
Issue 10786: unittest documentation update.
by Michael Foord
· 15 years ago
e1bc898
Some nits.
by Antoine Pitrou
· 15 years ago
b205d58
Add a shutdown() call in the server example.
by Antoine Pitrou
· 15 years ago
4a67a46
Clarify behaviour of close() and shutdown() on sockets.
by Antoine Pitrou
· 15 years ago
8a7e5da
Fix code indentation.
by Georg Brandl
· 15 years ago
121ff82
#1665333: add more docs for optparse.OptionGroup.
by Georg Brandl
· 15 years ago
ed13853
Happy New Year! (CET edition)
by Georg Brandl
· 15 years ago
59b4472
Remove mentions of the Demo directory.
by Georg Brandl
· 15 years ago
4cf83f4
Remove some of the old demos. (Put a few somewhere else.)
by Georg Brandl
· 15 years ago
0dbebc0
Issue #10542: Document that identifiers use XID_Start XID_Continue*.
by Martin v. Löwis
· 15 years ago
627284c
Fix Issue10793 - hashlib documentation issue on return type of digest
by Senthil Kumaran
· 15 years ago
ef1a8b6
Fix same typo in docs.
by R. David Murray
· 15 years ago
de3aa7f
Issue #10783: rephrase the changelog (new try)
by Victor Stinner
· 15 years ago
80e788a
Rephrase PyUnicode_CompareWithASCIIString() documentation
by Victor Stinner
· 15 years ago
ece98d6
Issue #10783: rephrase the changelog (NEWS, What's new)
by Victor Stinner
· 15 years ago
8aa7e99
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833.
by Georg Brandl
· 15 years ago
9624559
Minor doc update for #9333. Took out the phrasing about os.symlink not
by Brian Curtin
· 15 years ago
da9ec99
Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8
by Victor Stinner
· 15 years ago
e398da9
#10609: fix non-working dbm example.
by Georg Brandl
· 15 years ago
e9e8c9b
#10739: document that on Windows, socket.makefile() does not make a file that has a true file descriptor usable where such a thing is expected.
by Georg Brandl
· 15 years ago
9d9848e
Rewrap.
by Georg Brandl
· 15 years ago
2c39c77
#10781: clarify that *encoding* is not a parameter for Node objects in general.
by Georg Brandl
· 15 years ago
c28036b
#10742: document readonly attribute of memoryviews.
by Georg Brandl
· 15 years ago
b1dbd10
Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string
by Victor Stinner
· 15 years ago
1564192
Fix advice: call PyType_Ready to fill in ob_type of custom types.
by Georg Brandl
· 15 years ago
fcf3a0c
Remove confusing paragraph -- this is relevant only to advanced users anyway and does not belong into the tutorial.
by Georg Brandl
· 15 years ago
2a39b71
Replace sys.maxint mention by sys.maxsize.
by Georg Brandl
· 15 years ago
301e956
Issue #8966: Remove the documentation of ctypes.set_conversion_mode()
by Victor Stinner
· 15 years ago
92be939
Issue #10780: PyErr_SetFromWindowsErrWithFilename() and
by Victor Stinner
· 15 years ago
cb428f0
Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem
by Victor Stinner
· 15 years ago
00676d1
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
by Victor Stinner
· 15 years ago
dc2081f
Issue #9738: document encodings of unicode functions
by Victor Stinner
· 15 years ago
555a24f
Issue #9738: Document encodings of error and warning functions
by Victor Stinner
· 15 years ago
7d10129
Added logging documentation cross-references.
by Vinay Sajip
· 15 years ago
e6f1e43
Improved logging cookbook for logging with multiprocessing.
by Vinay Sajip
· 15 years ago
0d4bcf4
Fix typo (#10770)
by Éric Araujo
· 15 years ago
2908765
Remove unexistent parameter (#3216)
by Éric Araujo
· 15 years ago
c9562f3
Fix typo spotted by Rodrigo Bernardo Pimentel (#9891)
by Éric Araujo
· 15 years ago
57bd00a
Adopt symmetric names for arguments (actual/expected --> first/second).
by Raymond Hettinger
· 15 years ago
1397ce1
Logging documentation updates.
by Vinay Sajip
· 15 years ago
fca8bee
Added an XXX note to describe timedelta/timedelta feature.
by Alexander Belopolsky
· 15 years ago
6518f5e
Fix docs and comment for r87454.
by Raymond Hettinger
· 15 years ago
b2eacd9
Issue #9063: Corrected the tzinfo example.
by Alexander Belopolsky
· 15 years ago
0d26798
Issue #10587: Document the meaning of str methods.
by Alexander Belopolsky
· 15 years ago
eaedfcb
Another trivial typo correction in whatsnew
by Michael Foord
· 15 years ago
689b68a
Logging documentation updates.
by Vinay Sajip
· 15 years ago
5e9b14c
Minor typo corrections in whatsnew
by Michael Foord
· 15 years ago
f35a34c
Add todo
by Raymond Hettinger
· 15 years ago
1a7a2e0
Both PEP 3131 and the current implementation use NFKC normalization
by Alexander Belopolsky
· 15 years ago
cfee0e8
Document the alternate format for :ref:.
by Raymond Hettinger
· 15 years ago
6778fa9
Reference the release schedule
by Raymond Hettinger
· 15 years ago
8ebe27f
Deprecate assertDictContainsSubset()
by Raymond Hettinger
· 15 years ago
f259076
Suggest sys.maxsize as a reliable way to know whether the interpreter is 64-bit.
by Antoine Pitrou
· 15 years ago
01094e1
Logging documentation updates.
by Vinay Sajip
· 15 years ago
c63619b
Logging documentation reorganised.
by Vinay Sajip
· 15 years ago
Next »