Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
17baef0b7c7986619b7db46c70239f6b1a7d6a8f
/
Doc
17baef0
Activate the Sphinx doctest extension and convert howto/functional to use it.
by Georg Brandl
· 17 years ago
86f38c8
#1918: document that weak references *to* an object are
by Georg Brandl
· 17 years ago
0e9ab5f
Applied patch #1657 epoll and kqueue wrappers for the select module
by Christian Heimes
· 17 years ago
5f79446
Add missing versionadded tag.
by Georg Brandl
· 17 years ago
c326801
Update doc ACKS.
by Georg Brandl
· 17 years ago
4ab9feb
#2160: document PyImport_GetImporter.
by Georg Brandl
· 17 years ago
d346475
Add docs for print_function and future_builtins. Fixes #2442.
by Georg Brandl
· 17 years ago
3fbe20c
Add docs for __func__ and __self__ on methods.
by Georg Brandl
· 17 years ago
0629118
Fix a code block in __future__ docs.
by Georg Brandl
· 17 years ago
859043c
Fix markup.
by Georg Brandl
· 17 years ago
9c6c47b
Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs don't link to them.
by Georg Brandl
· 17 years ago
33dd094
Fixed PEP name.
by Eric Smith
· 17 years ago
9cf2f5d
Add lots of items
by Andrew M. Kuchling
· 17 years ago
4e0c72b
Clarfiy the availability of the extended support for win32_ver() in Py2.6.
by Marc-André Lemburg
· 17 years ago
53c7a60
Add documentation for updated Windows support in win32_ver().
by Marc-André Lemburg
· 17 years ago
45ea86c
Issue 2188: Documentation hint about disabling proxy detection.
by Sean Reifscheider
· 17 years ago
a5cfcad
Prevent ioctl op codes from being sign extended from int to unsigned long
by Gregory P. Smith
· 17 years ago
97e863e
Another one.
by Georg Brandl
· 17 years ago
482d752
Remove footnote from versionchanged as it upsets LaTeX.
by Georg Brandl
· 17 years ago
bde4007
Mention that crc32 and adler32 are available in a different module (zlib).
by Gregory P. Smith
· 17 years ago
6f778cf
Document unicode.isnumeric() and unicode.isdecimal() (issue2326)
by Steven Bethard
· 17 years ago
f48f9d3
Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms
by Gregory P. Smith
· 17 years ago
43da35d
Added a footnote to each pointing out that for XML output if an encoding
by Mark Summerfield
· 17 years ago
91f0ee4
Clarified documentation on use of shutdown().
by Vinay Sajip
· 17 years ago
87b0551
#2299: typos in newtypes.rst.
by Georg Brandl
· 17 years ago
a6cfeb4
Update docs to reflect removal of Exact/Inexact
by Raymond Hettinger
· 17 years ago
fc070d2
add %f format to datetime - issue 1158
by Skip Montanaro
· 17 years ago
75e5168
note that fork and forkpty raise OSError on failure
by Skip Montanaro
· 17 years ago
0267781
Fix lots of broken links in the docs, found by Sphinx' external link checker.
by Georg Brandl
· 17 years ago
bd77681
Remove obsolete paragraph. #2288.
by Georg Brandl
· 17 years ago
53bdf09
Issue 2274: Add heapq.heappushpop().
by Raymond Hettinger
· 17 years ago
d51e842
Add class decorators
by Andrew M. Kuchling
· 17 years ago
2e25551
#1720705: add docs about import/threading interaction, wording by Nick.
by Georg Brandl
· 17 years ago
4bb40b9
#2270: fix typo.
by Georg Brandl
· 17 years ago
d85a13a
#2265: fix example.
by Georg Brandl
· 17 years ago
513460f
Improve docs for itemgetter(). Show that it works with slices.
by Raymond Hettinger
· 17 years ago
e8b4b60
Add recipe to docs.
by Raymond Hettinger
· 17 years ago
5bb647d
Update for newest Sphinx.
by Georg Brandl
· 17 years ago
c557db5
#2249: document assertTrue and assertFalse.
by Georg Brandl
· 17 years ago
c54aec1
Issue 1106316. post_mortem()'s parameter, traceback, is now
by Facundo Batista
· 17 years ago
372d55e
#1533486: fix types in refcount intro.
by Georg Brandl
· 17 years ago
47a5aec
#2253: fix continue vs. finally docs.
by Georg Brandl
· 17 years ago
31c6de4
Grammar fix
by Andrew M. Kuchling
· 17 years ago
7af53be
Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files)
by Nick Coghlan
· 17 years ago
e75f59a
Progress on issue #1193577 by adding a polling .shutdown() method to
by Jeffrey Yasskin
· 17 years ago
38fb9be
Tweak recipes and tests
by Raymond Hettinger
· 17 years ago
a7bd27f
#2225: return nonzero status code from py_compile if not all files could be compiled.
by Georg Brandl
· 17 years ago
6c45dc1
Add isinstance/issubclass to tutorial.
by Georg Brandl
· 17 years ago
26bab5f
Little clarification of assignments.
by Georg Brandl
· 17 years ago
70992c3
Expand on re.split behavior with captured expressions.
by Georg Brandl
· 17 years ago
1df0340
#1725737: ignore other VC directories other than CVS and SVN's too.
by Georg Brandl
· 17 years ago
1d136bb
Add two items
by Andrew M. Kuchling
· 17 years ago
040f10e
Add examples.
by Raymond Hettinger
· 17 years ago
9c06574
#2239: PYTHONPATH delimiter is os.pathsep.
by Georg Brandl
· 17 years ago
f3c0559
Issue 1872: Changed the struct module typecode from 't' to '?', for
by Thomas Heller
· 17 years ago
225163d
Fix some rst.
by Georg Brandl
· 17 years ago
3710a13
Add more items; add fragmentary notes
by Andrew M. Kuchling
· 17 years ago
fd6cabf
#2230: document that PyArg_* leaves addresses alone on error.
by Georg Brandl
· 17 years ago
27504da
Fix some patch attributions.
by Georg Brandl
· 17 years ago
d553d85
Beef-up docs and tests for itertools. Fix-up end-case for product().
by Raymond Hettinger
· 17 years ago
378586a
Thesis night results: add various items
by Andrew M. Kuchling
· 17 years ago
3fe1843
Add versionadded tags
by Andrew M. Kuchling
· 17 years ago
684868a
Fix sentence fragment
by Andrew M. Kuchling
· 17 years ago
ece10b4
Grammar fix; markup fix
by Andrew M. Kuchling
· 17 years ago
8e67ef5
Expand a bit on genexp scopes.
by Georg Brandl
· 17 years ago
3e9d66f
There are now sixteen isfoo functions.
by Georg Brandl
· 17 years ago
608c1d8
Since abc._Abstract was replaces by a new type flags the regression test suite fails. I've added a new function inspect.isabstract(). Is the mmethod fine or should I check if object is a instance of type or subclass of object, too?
by Christian Heimes
· 17 years ago
e6dab2a
Fix factual error.
by Georg Brandl
· 17 years ago
72780a4
Make clear that the constants are strings.
by Georg Brandl
· 17 years ago
2b7a5c4
Tighten example code.
by Raymond Hettinger
· 17 years ago
f287f17
Finish-up docs for combinations() and permutations() in itertools.
by Raymond Hettinger
· 17 years ago
47dff40
New default basename for HTML help files.
by Georg Brandl
· 17 years ago
f017728
Make patchlevel print out the release if called as a script.
by Georg Brandl
· 17 years ago
7f7e30a
Update year.
by Georg Brandl
· 17 years ago
db9ff5f
It's 2.6 now.
by Georg Brandl
· 17 years ago
189b6d8
More copyright year and version number bumps
by Barry Warsaw
· 17 years ago
3fd0c44
#2208: allow for non-standard HHC location.
by Georg Brandl
· 17 years ago
3c94088
Until we got downloadable docs, stop confusing viewers by talking about a nonexisting table.
by Georg Brandl
· 17 years ago
330958e6
Document impending updates to itertools.
by Raymond Hettinger
· 17 years ago
18750ab
Add repeat keyword argument to itertools.product().
by Raymond Hettinger
· 17 years ago
c105289
Simply the sample code for combinations().
by Raymond Hettinger
· 17 years ago
93e804d
Add itertools.combinations().
by Raymond Hettinger
· 17 years ago
3ef2063e
#2194: fix some typos.
by Georg Brandl
· 17 years ago
ca37661
Add a timing flag to Trace so you can see where slowness occurs
by Neal Norwitz
· 17 years ago
1b3e41c
Banish tab.
by Georg Brandl
· 17 years ago
3fa41d5
Docs for itertools.combinations(). Implementation in forthcoming checkin.
by Raymond Hettinger
· 17 years ago
fd42906
Revert r61029.
by Georg Brandl
· 17 years ago
976a059
Rename sphinx.addons to sphinx.ext.
by Georg Brandl
· 17 years ago
499969a
Add minor markup for a string.
by Brett Cannon
· 17 years ago
e7b53c5
Remove stray word
by Andrew M. Kuchling
· 17 years ago
4425e7c
Specify what kind of warning -3 emits.
by Georg Brandl
· 17 years ago
f1699cd
Document import ./. threading issues. #1720705.
by Georg Brandl
· 17 years ago
ebcfd11
#1506171: added operator.methodcaller().
by Georg Brandl
· 17 years ago
e2065c6
#1826: allow dotted attribute paths in operator.attrgetter.
by Georg Brandl
· 17 years ago
b0b0317
#1825: correctly document msilib.add_data.
by Georg Brandl
· 17 years ago
ffada76
Add examples to modulefinder docs. Written for GHOP by Josip Dzolonga.
by Georg Brandl
· 17 years ago
7d00992
#2101: fix removeAttribute docs.
by Georg Brandl
· 17 years ago
1704828
Documentation coverage builder, part 1.
by Georg Brandl
· 17 years ago
8887e54
#835521: Add index entries for various pickle-protocol methods and attributes
by Andrew M. Kuchling
· 17 years ago
085f75a
#1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.
by Andrew M. Kuchling
· 17 years ago
Next »