Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
60c0be3acd5ba11392bb4dac4baf97aad1eebde3
/
Doc
60c0be3
Clarification.
by Georg Brandl
· 17 years ago
26305a0
add py3k warnings to rfc822
by Benjamin Peterson
· 17 years ago
a03722f
deprecated mimetools
by Benjamin Peterson
· 17 years ago
41a9e15
Markup fixes, thanks Georg for the help.
by Thomas Heller
· 17 years ago
c0a296f
Add versionadded marker to ctypes.c_longdouble.
by Thomas Heller
· 17 years ago
89f4887
Add future_builtins.ascii().
by Georg Brandl
· 17 years ago
35b9020
Smaller doc fixes.
by Thomas Heller
· 17 years ago
2e9675a
More doc fixes.
by Thomas Heller
· 17 years ago
81567d2
Markup fixes, spelling corrections, and better wordings. Hopefully.
by Thomas Heller
· 17 years ago
d987545
Clarify what ":errorhandler" refers to.
by Georg Brandl
· 17 years ago
9cf1934
Fix typos.
by Georg Brandl
· 17 years ago
f439560
add aliases to threading module
by Benjamin Peterson
· 17 years ago
0fbcf69
give the threading API PEP 8 names
by Benjamin Peterson
· 17 years ago
a809c98
Note PEP 371 section
by Andrew M. Kuchling
· 17 years ago
4267be6
Multi-arg form for set.difference() and set.difference_update().
by Raymond Hettinger
· 17 years ago
73baefd
Fix markup. Document the new 'offset' parameter for the 'ctypes.byref' function.
by Thomas Heller
· 17 years ago
190d56e
add the multiprocessing package to fulfill PEP 371
by Benjamin Peterson
· 17 years ago
363070a
Update numbers doc for the Integral simplification.
by Raymond Hettinger
· 17 years ago
482f312
Documented the new AST constructor.
by Armin Ronacher
· 17 years ago
3079be5
Fix a formatting error in the ast documentation.
by Armin Ronacher
· 17 years ago
60977c7
more markup fix.
by Georg Brandl
· 17 years ago
0099e72
fix markup
by Benjamin Peterson
· 17 years ago
8509db5
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
by Georg Brandl
· 17 years ago
1a72d88
Applying updated patch from Issue 1736190, which addresses partial
by Josiah Carlson
· 17 years ago
5c4d3d0
Let set.intersection() and set.intersection_update() take multiple input arguments.
by Raymond Hettinger
· 17 years ago
ee4bcad
Let set.union() and set.update() accept multiple inputs.
by Raymond Hettinger
· 17 years ago
ecbdd2e
Issue #2138: Add math.factorial().
by Raymond Hettinger
· 17 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 17 years ago
e98839a
Issue3065: Fixed pickling of named tuples. Added tests.
by Raymond Hettinger
· 17 years ago
3219df1
Argh, I read it wrong. Reverted 64036 and added a clarifying remark.
by Georg Brandl
· 17 years ago
ebd662d
#3028: tokenize passes the physical line.
by Georg Brandl
· 17 years ago
1f1174e
capitalization nit
by Benjamin Peterson
· 17 years ago
9cea511
Document the "st" API, to avoid confusion with the "new" AST.
by Georg Brandl
· 17 years ago
5f27af0
X-ref to numbers module.
by Georg Brandl
· 17 years ago
afd05da
Backport docs for abc module to 2.6.
by Georg Brandl
· 17 years ago
bf0610a
Revert unwanted changes.
by Georg Brandl
· 17 years ago
7be19aa
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
by Georg Brandl
· 17 years ago
3f67c43
Document the new ctypes features.
by Thomas Heller
· 17 years ago
fb0117e
Add a reminder for the maintainer of whatsnew.
by Thomas Heller
· 17 years ago
d82a9c1
Fix brackets.
by Georg Brandl
· 17 years ago
d77554f
Markup fix.
by Georg Brandl
· 17 years ago
5e3e6ba
Grammar fix
by Andrew M. Kuchling
· 17 years ago
b5a40dd
Add various items
by Andrew M. Kuchling
· 17 years ago
6dd8cca
Document 'utc' parameter
by Andrew M. Kuchling
· 17 years ago
5640ce2
MacOS X: Enable 4-way universal builds
by Ronald Oussoren
· 17 years ago
a2b34b8
Complete revision of new turtle module's docs.
by Georg Brandl
· 17 years ago
8718459
Patch #1513695: New turtle module, with demos.
by Martin v. Löwis
· 17 years ago
ffe62ed
Patch #2125: Add GetInteger and GetString methods for msilib.Record objects.
by Martin v. Löwis
· 17 years ago
8856dda
Adds a Thread.getIdent() method to provide the _get_ident() value for
by Gregory P. Smith
· 17 years ago
ac19d85
Deprecate htmllib and sgmllib for 3.0.
by Georg Brandl
· 17 years ago
681001e
Generate pydoc's topic help from the reST docs via Sphinx' new text writer.
by Georg Brandl
· 17 years ago
4f2c998
Add plain text make target.
by Georg Brandl
· 17 years ago
51df064
Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
by Robert Schuppenies
· 17 years ago
9981589
New environment variable PYTHONIOENCODING.
by Martin v. Löwis
· 17 years ago
8bfba67
#3005: add explaining sentence to easydialogs docs.
by Georg Brandl
· 17 years ago
a7ac20f
#3010: clarification about stdin/use_rawinput.
by Georg Brandl
· 17 years ago
700a635
Added a note to [] that special forms & special chars lose their meaning
by Mark Summerfield
· 17 years ago
31694ae
fix grammar
by Benjamin Peterson
· 17 years ago
c5a235b
Better quote with single quotes.
by Georg Brandl
· 17 years ago
6bb7bcf
getloadavg() is not available on Windows.
by Georg Brandl
· 17 years ago
6983ff7
Note that UserList and UserString were moved to 'collections' in 3.0.
by Brett Cannon
· 17 years ago
4f1b1ed
Fixed the semantic of timeout for socket.create_connection and
by Facundo Batista
· 17 years ago
b77e888
#2988: add note about catching CookieError when parsing untrusted cookie data.
by Georg Brandl
· 17 years ago
457501b
Two fixes in bytearray docs.
by Georg Brandl
· 17 years ago
abb34fe
UserString.MutableString has been removed in Python 3.0.
by Brett Cannon
· 17 years ago
dee01d8
fix spelling
by Benjamin Peterson
· 17 years ago
74a1dea
#2989: add PyType_Modified().
by Georg Brandl
· 17 years ago
a436878
update tutorial function with more appropiate one from Eric Smith
by Benjamin Peterson
· 17 years ago
06abba3
fix minor grammar typo
by Benjamin Peterson
· 17 years ago
9171bed
take Brett's advice on a few warnings
by Benjamin Peterson
· 17 years ago
3aa84a7
warn about some members of the commands module
by Benjamin Peterson
· 17 years ago
2b4b5ac
add PyByteArray docs
by Benjamin Peterson
· 17 years ago
8de9119
Add renaming notices to 3.0 http package members.
by Georg Brandl
· 17 years ago
438e9ac
fix a minor typo
by Benjamin Peterson
· 17 years ago
404d182
note that PyString and has been aliased to PyBytes
by Benjamin Peterson
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
c3cb683
some updates to string formatting section in whatsnew
by Benjamin Peterson
· 17 years ago
e2caef7
Add renaming notices to xmlrpc modules.
by Georg Brandl
· 17 years ago
68d3eb9
Add renaming notices to 2.6 dbm module docs.
by Georg Brandl
· 17 years ago
f9ef988
update the tutorial to use str.format
by Benjamin Peterson
· 17 years ago
c15205e
rename the section about new formatting 'new-string-formatting'
by Benjamin Peterson
· 17 years ago
8a710dc
Add renaming notices to thread and dummy_thread.
by Georg Brandl
· 17 years ago
ecd0ad3
Hint about _winreg renaming in the docs.
by Georg Brandl
· 17 years ago
392c6fc
ConfigParser renaming reversal part 3: move module into place and adapt imports.
by Georg Brandl
· 17 years ago
a6168f9
Queue renaming reversal part 3: move module into place and
by Georg Brandl
· 17 years ago
d1e5715
Correct the url to the external bsddb.db docs (likely to be integrated
by Gregory P. Smith
· 17 years ago
e152a77
socketserver renaming reversal part 3: move the module into the right
by Georg Brandl
· 17 years ago
0b66731
Mention that the leaking of variables from list comprehensions is fixed in 3.0.
by Martin v. Löwis
· 17 years ago
96b4240
Fix typo
by Raymond Hettinger
· 17 years ago
f6901e9
Issue 2909: show how to name unpacked fields.
by Raymond Hettinger
· 17 years ago
2ee0e8e
Revert the renaming of repr to reprlib.
by Brett Cannon
· 17 years ago
cc858cc
Docs for Issue 2819.
by Raymond Hettinger
· 17 years ago
e76e4d7
Add a note about the renaming of test.test_support in 3.0.
by Brett Cannon
· 17 years ago
112aa50
Patch #1775025: allow opening zipfile members via ZipInfo instances.
by Georg Brandl
· 17 years ago
4dd019f
Patch #2488: Add sys.maxsize.
by Martin v. Löwis
· 17 years ago
dffbf5f
Revert copy_reg -> copyreg rename.
by Georg Brandl
· 17 years ago
3682dfe
Standardize renaming notes.
by Georg Brandl
· 17 years ago
5a42ca6
Add notes that tkinter modules will be renamed.
by Georg Brandl
· 17 years ago
6634bf2
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
by Georg Brandl
· 17 years ago
d995e11
revert creation of the html.entities and html.parser modules
by Fred Drake
· 17 years ago
Next »