Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
34bfda55d23e90a085be95622263aa1f32bc5c27
/
Doc
/
library
34bfda5
Added section about configuring logging in a library. Thanks to Thomas Heller for the idea.
by Vinay Sajip
· 17 years ago
2ba9321
#3749: fix c'n'p errors.
by Georg Brandl
· 17 years ago
9481ba3
Fix markup.
by Georg Brandl
· 17 years ago
bf0a595
Tidy up some sentences
by Andrew M. Kuchling
· 17 years ago
f5a3fb7
super() actually returns a super object.
by Georg Brandl
· 17 years ago
6140651
#3569: eval() also accepts "exec"able code objects.
by Georg Brandl
· 17 years ago
cff0b46
#3730: mention "server" attribute explicitly.
by Georg Brandl
· 17 years ago
971f102
Clarify that some attributes/methods are listed somewhat separately because they are not part of the threading API.
by Brett Cannon
· 17 years ago
21d2ab7
fix warning
by Benjamin Peterson
· 17 years ago
7161cbf
Small updates to types member docs, backport from r65994.
by Georg Brandl
· 17 years ago
73641d7
fix up the multiprocessing docs a little
by Benjamin Peterson
· 17 years ago
e977ad4
deprecate some useless, noop methods in symtable
by Benjamin Peterson
· 17 years ago
5bc9f4c
issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included.
by Jesse Noller
· 17 years ago
25c3408
Fix grammar.
by Georg Brandl
· 17 years ago
facdd6e
update the threading docs to account for recent changes
by Benjamin Peterson
· 17 years ago
d8a8972
change threading.getIdent to a property
by Benjamin Peterson
· 17 years ago
e3444c8
a few improvements
by Benjamin Peterson
· 17 years ago
765812f
Review symtable docs.
by Georg Brandl
· 17 years ago
1e296cc
add some documentation for symtable
by Benjamin Peterson
· 17 years ago
5b02ef3
note how os.utime should be used for emulating touch
by Benjamin Peterson
· 17 years ago
59de7f5
document that waitpid raises OSError
by Gregory P. Smith
· 17 years ago
5bfbd76
update ssl documentation
by Bill Janssen
· 17 years ago
ac014e9
#3540: fix exception name.
by Georg Brandl
· 17 years ago
a032bf4
accept issue 3436
by Skip Montanaro
· 17 years ago
33ede08
more cleanup ups of the recently added warnings in the subprocess docs.
by Gregory P. Smith
· 17 years ago
e7829a5
Clarify the meaning of the select() parameters and sync names with docstring.
by Georg Brandl
· 17 years ago
40df8ec
Template is always "tmp".
by Georg Brandl
· 17 years ago
143de62
Fix markup.
by Georg Brandl
· 17 years ago
0879250
issue1606: Add warnings to the subprocess documentation about common pitfalls
by Gregory P. Smith
· 17 years ago
1113803
#3495: use current version.
by Georg Brandl
· 17 years ago
727bd0b
Issue #3039: Fix TarFileCompat.writestr() which always raised an
by Lars Gustäbel
· 17 years ago
dadcd1f
Tone down math.fsum warning.
by Mark Dickinson
· 17 years ago
f080e6d
Alter recipe to show how to call izip_longest() with
by Raymond Hettinger
· 17 years ago
23957cb
Add note about problems with math.fsum on x86 hardware.
by Mark Dickinson
· 17 years ago
fef6b13
Rename math.sum to math.fsum
by Mark Dickinson
· 17 years ago
f2eb2b4
getrandombits is actually getrandbits
by Benjamin Peterson
· 17 years ago
efdf706
Neaten-up the itertools recipes.
by Raymond Hettinger
· 17 years ago
66b14de
the from __future__ import with_statement isn't needed in 2.6
by Benjamin Peterson
· 17 years ago
5d2841f
Clarify wording
by Andrew M. Kuchling
· 17 years ago
fff5cf6
clarify Popen argument
by Benjamin Peterson
· 17 years ago
cd48d8a
Remove extra words
by Andrew M. Kuchling
· 17 years ago
feeee75
This sentence continues to bug me; rewrite it for the second time
by Andrew M. Kuchling
· 17 years ago
3ac2f24
fix indentation
by Benjamin Peterson
· 17 years ago
5255cba
document default value for fillvalue
by Benjamin Peterson
· 17 years ago
340739e
Fix indentation.
by Georg Brandl
· 17 years ago
4020221
add some documentation for 2to3
by Benjamin Peterson
· 17 years ago
415ce06
fix spacing
by Benjamin Peterson
· 17 years ago
8c81fda
Use correct indentation.
by Georg Brandl
· 17 years ago
f9efabb
3k-warn about parser's "ast" aliases.
by Georg Brandl
· 17 years ago
f1f46f0
Clean-up itertools docs and recipes.
by Raymond Hettinger
· 17 years ago
39e0eb7
Fix compress() recipe in docs to use itertools.
by Raymond Hettinger
· 17 years ago
b46d6ff
Add ordering info for findall and finditer.
by Georg Brandl
· 17 years ago
3369167
Add recipe to the itertools docs.
by Raymond Hettinger
· 17 years ago
1e8fba7
Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality.
by Brett Cannon
· 17 years ago
bf89981
Document the different meaning of precision for {:f} and {:g}.
by Georg Brandl
· 17 years ago
2a649f9
Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch.
by Vinay Sajip
· 17 years ago
d6c393a
Backed out r65069, pending fixing it in Windows.
by Eric Smith
· 17 years ago
454816d
Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.
by Eric Smith
· 17 years ago
a5fa5a2
Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format().
by Eric Smith
· 17 years ago
e2efba4
Move label to correct heading.
by Georg Brandl
· 17 years ago
7103aa4
Issue #3008: add instance method float.hex and class method float.fromhex
by Mark Dickinson
· 17 years ago
8ea605c
Typo fix
by Andrew M. Kuchling
· 17 years ago
a2478d9
Typo fix
by Andrew M. Kuchling
· 17 years ago
ded01d1
Typo fixes
by Andrew M. Kuchling
· 17 years ago
00f34c6
Re-word
by Andrew M. Kuchling
· 17 years ago
060cd1e
Add turtle into the module index.
by Martin v. Löwis
· 17 years ago
12c8660
Correct a couple of errors in the updated catch_warning documentation (the Py3k version was fixed before being checked in)
by Nick Coghlan
· 17 years ago
38469e2
Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings.
by Nick Coghlan
· 17 years ago
2412259
Fixed typo.
by Alexandre Vassalotti
· 17 years ago
90f3673
fix various doc typos #3320
by Benjamin Peterson
· 17 years ago
963ffdb
Doc that robotparse has been renamed urllib.robotparser in Python 3.0.
by Brett Cannon
· 17 years ago
f6afa33
Doc that urlparse is named urllib.parse in Python 3.0.
by Brett Cannon
· 17 years ago
97aa1ae
Document the fact that urllib2 spans multiple modules with new names in Python
by Brett Cannon
· 17 years ago
4762902
Added garbage collector overhead and optional default return value to
by Robert Schuppenies
· 17 years ago
dbc5987
Add missing ABCs to list.
by Georg Brandl
· 17 years ago
c406084
Wording fix
by Andrew M. Kuchling
· 17 years ago
2fe7706
- Issue #2862: Make int and float freelist management consistent with other
by Gregory P. Smith
· 17 years ago
e78fbcc
#2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.
by Georg Brandl
· 17 years ago
66ef83b
Give the pickle special methods a signature.
by Georg Brandl
· 17 years ago
4e47680
let the term be linked
by Benjamin Peterson
· 17 years ago
8c43641
Patch #1622: Correct interpretation of various ZIP header fields.
by Martin v. Löwis
· 17 years ago
f5d2b4c
Tweak wording
by Andrew M. Kuchling
· 17 years ago
66c5277
Issue #449227: Now with the rlcompleter module, callable objects are
by Facundo Batista
· 17 years ago
8bb8fa5
Handle urllib's renaming for Python 3.0:
by Brett Cannon
· 17 years ago
aac51b8
add ABC to the glossary
by Benjamin Peterson
· 17 years ago
1e0eefc
#1523853: add note about fread().
by Georg Brandl
· 17 years ago
dbd0ae3
#3216: fix Execute's parameter description.
by Georg Brandl
· 17 years ago
68b4e74
Add a link to PEP 324.
by Georg Brandl
· 17 years ago
934b16d
various SSL fixes; issues 1251, 3162, 3212
by Bill Janssen
· 17 years ago
910c2ab
edit multiprocessing docs
by Benjamin Peterson
· 17 years ago
ee51cff
Fix whitespace in example code.
by Raymond Hettinger
· 17 years ago
df90ee6
Issue #3197: rework documentation for fractions module.
by Mark Dickinson
· 17 years ago
910df2f
Add a version tag for shutdown().
by Georg Brandl
· 17 years ago
cab7e56
Remove references to Py3k in __floor__, __ceil__ and __round__ documentation.
by Mark Dickinson
· 17 years ago
3e8bb4e
Write out "phi" consistently.
by Georg Brandl
· 17 years ago
8bd0519
#3085: Fix syntax error.
by Georg Brandl
· 17 years ago
0ba92b2
Turn section references into proper cross-references.
by Georg Brandl
· 17 years ago
74a6ba8
In the deprecated functions I added an alert to review
by Facundo Batista
· 17 years ago
a6a4d50
Now a from submitted via POST that also has a query string
by Facundo Batista
· 17 years ago
2da91c3
Fixed issue #2888. Now the behaviour of pprint when working with nested
by Facundo Batista
· 17 years ago
Next »