Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
733024a7528cb67ad0a8df52a122d757df2ef2d7
/
Doc
733024a
Minor documentation change - hyperlink tidied up.
by Vinay Sajip
· 18 years ago
af67f30
Fix old link.
by Georg Brandl
· 18 years ago
0751d1a
Adapt pydoc to new doc URLs.
by Georg Brandl
· 18 years ago
aa0de3f
#997912: acknowledge nested scopes in tutorial.
by Georg Brandl
· 18 years ago
f8dd5b3
Removing bundlebuilder docs again -- it's not to be used anymore (see #779825).
by Georg Brandl
· 18 years ago
d7e3e60
Add a stub for bundlebuilder documentation.
by Georg Brandl
· 18 years ago
864de82
#1555501: document plistlib and move it to the general library.
by Georg Brandl
· 18 years ago
960b186
Fix example.
by Georg Brandl
· 18 years ago
845c403
#1087741: make mmap.mmap the type of mmap objects, not a
by Georg Brandl
· 18 years ago
21297fa
Fix markup.
by Georg Brandl
· 18 years ago
27f7ab7
#1219903: fix tp_richcompare docs.
by Georg Brandl
· 18 years ago
23bf837
Add blurb about executable scripts on Windows. #760657.
by Georg Brandl
· 18 years ago
5235398
#1669: don't allow shutil.rmtree() to be called on a symlink.
by Georg Brandl
· 18 years ago
5611289
#1648: add sys.gettrace() and sys.getprofile().
by Georg Brandl
· 18 years ago
92058d2
#652749: document the constants added to the builtins by site.py.
by Georg Brandl
· 18 years ago
440f2ff
#799369: document possible sys.platform values.
by Georg Brandl
· 18 years ago
2235011
#856047: respect the ``no_proxy`` env var when checking for proxies
by Georg Brandl
· 18 years ago
9b0d46d
#1178141: add addinfourl.code to get http status code from urllib.
by Georg Brandl
· 18 years ago
da40723
Document that zipfile decryption is insanely slow and fix a typo and
by Gregory P. Smith
· 18 years ago
4a2762d
Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox.
by Andrew M. Kuchling
· 18 years ago
79e3d55
Missed one big file to split up.
by Georg Brandl
· 18 years ago
f684272
Split the monstrous C API manual files in smaller parts.
by Georg Brandl
· 18 years ago
8b506e7
Bug 1296: restore text describing OptionGroup
by Andrew M. Kuchling
· 18 years ago
f558d2e
#1509: fix sqlite3 docstrings and docs w.r.t. cursor.fetchXXX methods.
by Georg Brandl
· 18 years ago
e3979f7
#1411695: clarify behavior of xml.sax.utils.[un]escape.
by Georg Brandl
· 18 years ago
309501a
#1663329: add os.closerange() to close a range of fds,
by Georg Brandl
· 18 years ago
2686f4d
Add item
by Andrew M. Kuchling
· 18 years ago
873c985
Fix #1693149. Now you can pass several modules separated by
by Facundo Batista
· 18 years ago
5c60bfc
Patch #976880: add mmap .rfind() method, and 'end' paramter to .find().
by Andrew M. Kuchling
· 18 years ago
6ebc527
Clarify thread.join() docs. #1873.
by Georg Brandl
· 18 years ago
f60b641
Add item
by Andrew M. Kuchling
· 18 years ago
e45a77a
Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer that will call
by Andrew M. Kuchling
· 18 years ago
5e3745c
Fix typos.
by Georg Brandl
· 18 years ago
4eab1f0
Polish sentence
by Andrew M. Kuchling
· 18 years ago
f8f4eb6
Polish sentence
by Andrew M. Kuchling
· 18 years ago
a7d70fd
Amend curses docs by info how to write non-ascii characters.
by Georg Brandl
· 18 years ago
f8e6afb
Fix markup.
by Georg Brandl
· 18 years ago
45169fb
Several tweaks: add construction from strings and .from_decimal(), change
by Jeffrey Yasskin
· 18 years ago
0fe6ca4
Better variable name in an example.
by Raymond Hettinger
· 18 years ago
a9e073d
Note that genexps are function scopes too and therefore won't see class attributes.
by Georg Brandl
· 18 years ago
c740335
Added section on passing contextual information to logging and documentation for the LoggerAdapter class.
by Vinay Sajip
· 18 years ago
bd865db
Added win_add2path.py to Tools/scripts/ Added builddoc.bat to Doc/
by Christian Heimes
· 18 years ago
6d22c39
Typo fix
by Andrew M. Kuchling
· 18 years ago
a13d4fb
Bump verson
by Andrew M. Kuchling
· 18 years ago
64cd1e2
Fix markup
by Raymond Hettinger
· 18 years ago
497fdbf
Fix-up Timer() example.
by Raymond Hettinger
· 18 years ago
ff6cc6b
Updated new property syntax. An elaborate example for subclassing and the getter was missing.
by Christian Heimes
· 18 years ago
d0ab014
Add advice on choosing between scheduler and threading.Timer().
by Raymond Hettinger
· 18 years ago
4e06b8a
Correction from Jordan Lewis: halfdelay() uses tenths of a second, not milliseconds
by Andrew M. Kuchling
· 18 years ago
44bd6c0
Issue #1861: Add read-only attribute listing upcoming events in the order they will be run.
by Raymond Hettinger
· 18 years ago
d221956
Revise 3141 section a bit; add some Windows items
by Andrew M. Kuchling
· 18 years ago
bde4ae4
Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339
by Gregory P. Smith
· 18 years ago
d59f457
Note versionadded.
by Raymond Hettinger
· 18 years ago
63bfc1d
Comply with RFC 3207. Fixes issue 829951 - http://bugs.python.org/issue829951
by Gregory P. Smith
· 18 years ago
4731709
Make starmap() match its pure python definition and accept any itertable input (not just tuples).
by Raymond Hettinger
· 18 years ago
171f391
Minor wordsmithing.
by Raymond Hettinger
· 18 years ago
2077131
Doc build should work with 2.4 now.
by Georg Brandl
· 18 years ago
7155a09
Add Python-specific content to Doc dir. Update configuration file
by Georg Brandl
· 18 years ago
5c8b2ab
Fix MSDN library URL. (#1854)
by Georg Brandl
· 18 years ago
95f17bb
Markup fix
by Andrew M. Kuchling
· 18 years ago
aa35554
Add PEP 3141 section
by Andrew M. Kuchling
· 18 years ago
e805782
Fix-up half-written paragraph in the docs
by Raymond Hettinger
· 18 years ago
f59e962
Refactor if/elif chain for clarity and speed. Remove dependency on subclasses having to implement _empty and _full.
by Raymond Hettinger
· 18 years ago
7b1e917
Restore description of sys.dont_write_bytecode.
by Andrew M. Kuchling
· 18 years ago
d7b0033
Add rational.Rational as an implementation of numbers.Rational with infinite
by Jeffrey Yasskin
· 18 years ago
ca9c6e4
Remove duplicate entry.
by Georg Brandl
· 18 years ago
af30b28
Typo.
by Georg Brandl
· 18 years ago
907cda6
Small grammar nit
by Raymond Hettinger
· 18 years ago
f233b0c
Better (?) text describing the lack of guarantees provided by qsize(),
by Skip Montanaro
· 18 years ago
d4c2e86
Tighten the definition of a named tuple.
by Raymond Hettinger
· 18 years ago
a01ed03
Repair unfinished sentence
by Andrew M. Kuchling
· 18 years ago
2e46355
Add many items
by Andrew M. Kuchling
· 18 years ago
f15ff46
Markup fix
by Andrew M. Kuchling
· 18 years ago
7ce9b18
Typo fixes
by Andrew M. Kuchling
· 18 years ago
5d8b379
Update description of float_info
by Andrew M. Kuchling
· 18 years ago
c94e2b5
Now that I've learnt about structseq objects I felt like converting sys.float_info to a structseq. It's
by Christian Heimes
· 18 years ago
f31b69f
Applied patch #1816: sys.flags patch
by Christian Heimes
· 18 years ago
9f1e2ec
Clarify the effect of text mode.
by Georg Brandl
· 18 years ago
8bdd044
Fix spelling.
by Raymond Hettinger
· 18 years ago
c20ed51
Named tuple is a concept, not a specific type.
by Raymond Hettinger
· 18 years ago
fca4e1f
Fix editing glitch.
by Georg Brandl
· 18 years ago
57fe0f2
Move OSError docs to exceptions doc, remove obsolete descriptions
by Georg Brandl
· 18 years ago
59bc20b
Issue 1780: Allow leading and trailing whitespace in Decimal constructor,
by Mark Dickinson
· 18 years ago
bed4dd4
Update the opcode docs for STORE_MAP and BUILD_MAP
by Raymond Hettinger
· 18 years ago
de68037
Bug #1790: update link; remove outdated paragraph
by Andrew M. Kuchling
· 18 years ago
e3c3db5
Documentation for r5990[3567].
by Georg Brandl
· 18 years ago
d1ef854
Run doctests on the collections module
by Raymond Hettinger
· 18 years ago
15b5e55
Neaten-up the named tuple docs
by Raymond Hettinger
· 18 years ago
d08a8eb
Closing issue1761.
by Amaury Forgeot d'Arc
· 18 years ago
e850c46
Clarify how to add a field to a named tuple.
by Raymond Hettinger
· 18 years ago
e165508
Examples for named tuple subclassing should include __slots__
by Raymond Hettinger
· 18 years ago
dc1854d
Fix typo
by Raymond Hettinger
· 18 years ago
e11230e
Syntax highlighting only works when >>> lines are accompanied by ... lines
by Raymond Hettinger
· 18 years ago
8d10167
Better method for associating .py files with the interpreter.
by Georg Brandl
· 18 years ago
502d631
Fix markup errors from r59857 and clarify key.__enter__/__exit__ docs
by Georg Brandl
· 18 years ago
b39a756
Added __enter__ and __exit__ functions to HKEY object
by Christian Heimes
· 18 years ago
e0a49b6
Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects
by Andrew M. Kuchling
· 18 years ago
ac5742e
Docs on named tuple's naming conventions and limits of subclassing
by Raymond Hettinger
· 18 years ago
f6b769b
Documentation nits.
by Raymond Hettinger
· 18 years ago
f5e8af1
Use get() instead of pop() for the optimized version of _replace().
by Raymond Hettinger
· 18 years ago
Next »