Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c63785db867804de8b676ddddcc90c3fcbf2c111
/
Doc
c63785d
Grammar fix.
by Georg Brandl
· 17 years ago
3b62c2f
Disable the line length checker by default.
by Georg Brandl
· 17 years ago
7044b11
Remove tabs from the documentation.
by Georg Brandl
· 17 years ago
c62ef8b
Remove trailing whitespace.
by Georg Brandl
· 17 years ago
e92818f
Fix uses of the default role.
by Georg Brandl
· 17 years ago
ae24e7b
Recognize usage of the default role.
by Georg Brandl
· 17 years ago
9f7a339
Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources.
by Georg Brandl
· 17 years ago
a24067e
Fix role name.
by Georg Brandl
· 17 years ago
aa5bb32
Make indentation consistent.
by Georg Brandl
· 17 years ago
69bd8d2
Set eol-style correctly for mp_distributing.py.
by Georg Brandl
· 17 years ago
f4d8597
Issue 4796: Add from_float methods to the decimal module.
by Raymond Hettinger
· 17 years ago
0fa10b3
Issue #4817: Remove unused function PyOS_GetLastModificationTime.
by Martin v. Löwis
· 17 years ago
edd7d95
Fix indentation.
by Georg Brandl
· 17 years ago
44e1581
Issue #4615. Document how to use itertools for de-duping.
by Raymond Hettinger
· 17 years ago
10b1ec9
Add various items
by Andrew M. Kuchling
· 17 years ago
fc29f27
#4811: fix markup glitches (mostly remains of the conversion),
by Georg Brandl
· 17 years ago
5110486
Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser.
by Vinay Sajip
· 17 years ago
0132ee34
document PyMemberDef
by Benjamin Peterson
· 17 years ago
d6baa70
welcome to 2009, Python!
by Benjamin Peterson
· 17 years ago
8ea9999
fix highlighting
by Benjamin Peterson
· 17 years ago
4ba9f41
#4767: Use correct submodules for all MIME classes.
by Georg Brandl
· 17 years ago
430effb
Handlers are in the `logging.handlers` module.
by Georg Brandl
· 17 years ago
da550b0
#4776: add data_files and package_dir arguments.
by Georg Brandl
· 17 years ago
914fc88
#4782: Fix markup error that hid load() and loads().
by Georg Brandl
· 17 years ago
07bfe45
#4784: ... on three counts ...
by Georg Brandl
· 17 years ago
3f74f57
Point to types module in new module deprecation notice.
by Georg Brandl
· 17 years ago
775c307
#4222: document dis.findlabels() and dis.findlinestarts() and
by Georg Brandl
· 17 years ago
d0eb8f9
#4156: make clear that "protocol" is to be replaced with the protocol name.
by Georg Brandl
· 17 years ago
fb22263
#4100: note that element children are not necessarily present on "start" events.
by Georg Brandl
· 17 years ago
3bcb0ce
#4778: attributes can't be called.
by Georg Brandl
· 17 years ago
7cc9755
Minor documentation change relating to NullHandler.
by Vinay Sajip
· 17 years ago
fc5a854
fix French
by Benjamin Peterson
· 17 years ago
80b5905
#4763 PyErr_ExceptionMatches won't blow up with NULL arguments
by Benjamin Peterson
· 17 years ago
88a3083
Update the fix for issue4064 to deal correctly with all three variants of
by Ronald Oussoren
· 17 years ago
4b48c61
Issue4064: architecture string for universal builds on OSX
by Ronald Oussoren
· 17 years ago
cc928de
wrong version number in doc changes committed in r67979
by Antoine Pitrou
· 17 years ago
697ca3d
Issue #4444: Allow assertRaises() to be used as a context handler.
by Antoine Pitrou
· 17 years ago
e7d1e7e
Document Py_VaBuildValue.
by Alexandre Vassalotti
· 17 years ago
fbaeca7
fix markup
by Benjamin Peterson
· 17 years ago
1ffbfbc
#4671: document that pydoc imports modules.
by Georg Brandl
· 17 years ago
6b28f39
Use :samp: role.
by Georg Brandl
· 17 years ago
f5b04fc
#4695: fix backslashery.
by Georg Brandl
· 17 years ago
50ae9e7
#4682: 'b' is actually unsigned char.
by Georg Brandl
· 17 years ago
348fa79
#4754: improve winsound documentation.
by Georg Brandl
· 17 years ago
bedc343
#4752: actually use custom handler in example.
by Georg Brandl
· 17 years ago
6f193e0
Issue #4756: zipfile.is_zipfile() now supports file-like objects.
by Antoine Pitrou
· 17 years ago
1e551b4
python version is included in file name now
by Benjamin Peterson
· 17 years ago
42d19e6
pretend exceptions don't exist a while longer
by Benjamin Peterson
· 17 years ago
1966a23
Markup fix.
by Georg Brandl
· 17 years ago
2b996b4
Fix missing "svn" command.
by Georg Brandl
· 17 years ago
1c39785
less attitude
by Benjamin Peterson
· 17 years ago
f281ff8
compute DISTVERSION with patchlevel.py
by Benjamin Peterson
· 17 years ago
e1a36a5
there are way too many places which need to have the current version added
by Benjamin Peterson
· 17 years ago
2c85ed5
update readme
by Benjamin Peterson
· 17 years ago
5c29dd4
sphinx.web is long gone
by Benjamin Peterson
· 17 years ago
a2813c9
silence annoying DeprecationWarning
by Benjamin Peterson
· 17 years ago
9de7298
remove redundant sentence
by Benjamin Peterson
· 17 years ago
4f6ec9d
add headings
by Benjamin Peterson
· 17 years ago
2d54e72
copy sentence from docstring
by Benjamin Peterson
· 17 years ago
4b3ed5d
Fix typo in Python equivalent for bit_length.
by Mark Dickinson
· 17 years ago
ba666a5
Fix-up and clean-up docs for int.bit_length().
by Raymond Hettinger
· 17 years ago
2b97b71
_call_method -> _callmethod and _get_value to _getvalue
by Benjamin Peterson
· 17 years ago
dd5312d
fix typo
by Benjamin Peterson
· 17 years ago
1a70798
Issue #3439: add bit_length method to int and long.
by Mark Dickinson
· 17 years ago
d0c3515
Issue #2183: Simplify and optimize bytecode for list comprehensions.
by Antoine Pitrou
· 17 years ago
60b2e38
#4568: remove limitation in varargs callback example.
by Georg Brandl
· 17 years ago
cbc1ed5
#4611: fix typo.
by Georg Brandl
· 17 years ago
3096c2d
#4446: document "platforms" argument for setup().
by Georg Brandl
· 17 years ago
3e1c67e
fix missing bracket
by Benjamin Peterson
· 17 years ago
9f35070
fix incorrect example
by Benjamin Peterson
· 17 years ago
d729aad
specify how things are copied
by Benjamin Peterson
· 17 years ago
f8668ce
#4457: rewrite __import__() documentation.
by Georg Brandl
· 17 years ago
6212971
Add link to the favicon to the docs.
by Georg Brandl
· 17 years ago
f5d5a66
Follow-up to #4488: document PIPE and STDOUT properly.
by Georg Brandl
· 17 years ago
205e719
Remove confusing sentence part.
by Georg Brandl
· 17 years ago
5066c0c
Followup to #4511: add link from decorator glossary entry to definition.
by Georg Brandl
· 17 years ago
248e172
Move __import__ to the bottom of the functions list.
by Georg Brandl
· 17 years ago
95a840b
#3171: document that *slice are removed in 3k.
by Georg Brandl
· 17 years ago
905e0f6
#4478: document that copyfile() can raise Error.
by Georg Brandl
· 17 years ago
9a05373
#4517: add "special method" glossary entry and clarify when __getattribute__ is bypassed.
by Georg Brandl
· 17 years ago
e70ff4b
#4441 followup: Add link to open() docs for Windows.
by Georg Brandl
· 17 years ago
8d6c490
Use markup.
by Georg Brandl
· 17 years ago
3fc4226
Add an index entry for "subclassing immutable types".
by Georg Brandl
· 17 years ago
0c880bd
#4441: improve doc for os.open() flags.
by Georg Brandl
· 17 years ago
5b5f273
#4409: fix asterisks looking like footnotes.
by Georg Brandl
· 17 years ago
b46f0d7
#4408: document regex.groups.
by Georg Brandl
· 17 years ago
2657680
rename the new check_call_output to check_output. its less ugly.
by Gregory P. Smith
· 17 years ago
1743201
Clarification to avoid confusing output with file descriptors.
by Georg Brandl
· 17 years ago
97f49f4
Adds a subprocess.check_call_output() function to return the output from a
by Gregory P. Smith
· 17 years ago
32d1408
Add another heapq example.
by Georg Brandl
· 17 years ago
34196c8
Add reference to enumerate() to indices example.
by Georg Brandl
· 17 years ago
213faca
Issue #4384: Added logging integration with warnings module using captureWarnings(). This change includes a NullHandler which does nothing; it will be of use to library developers who want to avoid the "No handlers could be found for logger XXX" message which can appear if the library user doesn't configure logging.
by Vinay Sajip
· 17 years ago
cb948f1
let people using SVN Sphinx still build the docs
by Benjamin Peterson
· 17 years ago
dedb0b1
fix pyspecific extensions that were broken by Sphinx's grand renaming
by Benjamin Peterson
· 17 years ago
c70e5f9
w# requires Py_ssize_t
by Christian Heimes
· 17 years ago
4f21f98
StringIO.close() stops you from using the buffer, too
by Benjamin Peterson
· 17 years ago
eac8071
Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5
by Christian Heimes
· 17 years ago
a280fd7
mp docs - fix issues 4012,3518,4193
by Jesse Noller
· 17 years ago
78f98a4
fix typo in sqlite3 docs
by Benjamin Peterson
· 17 years ago
6234291
#4404: make clear what "path" is.
by Georg Brandl
· 17 years ago
Next »