Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
4f6ec9d9ff8b74ba1267bb44f4ffa8a013f0ab16
/
Doc
/
library
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
d729aad
specify how things are copied
by Benjamin Peterson
· 17 years ago
f8668ce
#4457: rewrite __import__() documentation.
by Georg Brandl
· 17 years ago
f5d5a66
Follow-up to #4488: document PIPE and STDOUT properly.
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
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
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
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
4f21f98
StringIO.close() stops you from using the buffer, too
by Benjamin Peterson
· 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
df9bcf1
Fix typo.
by Georg Brandl
· 17 years ago
39ff59e
replace reference to debugger-hooks
by Benjamin Peterson
· 17 years ago
0b9999c
#4399: fix typo.
by Georg Brandl
· 17 years ago
061d2e2
#4392: fix parameter name.
by Georg Brandl
· 17 years ago
b053f99
#4364: fix attribute name on ctypes object.
by Georg Brandl
· 17 years ago
3226565
Fixed issue #4233.
by Amaury Forgeot d'Arc
· 17 years ago
050f4ad
fix indentation and a sphinx warning
by Benjamin Peterson
· 17 years ago
5ab9c3b
move useful sys.settrace information to the function's documentation from the debugger
by Benjamin Peterson
· 17 years ago
031f3fb
Clarify the docs for the 'strict' argument to httplib.HTTPConnection.
by Brett Cannon
· 17 years ago
ee1a7da
#4324: fix getlocale() argument.
by Georg Brandl
· 17 years ago
c4d39b2
use correct name
by Benjamin Peterson
· 17 years ago
942e477
clarify what was added
by Benjamin Peterson
· 17 years ago
728c6f6
move context clue to versionchanged tag
by Benjamin Peterson
· 17 years ago
d923f98
a few compile() and ast doc improvements
by Benjamin Peterson
· 17 years ago
01ba86a
#4245: move Thread section to the top.
by Georg Brandl
· 17 years ago
b9bfea7
#4267: small fixes in sqlite3 docs.
by Georg Brandl
· 17 years ago
8986706
#4268: Use correct module for two toplevel functions.
by Georg Brandl
· 17 years ago
ad1cb66
#4167: fix markup glitches.
by Georg Brandl
· 17 years ago
accb38c
clarify by splitting into multiple paragraphs
by Benjamin Peterson
· 17 years ago
8928a7e
rephrase has_key doc
by Benjamin Peterson
· 17 years ago
d79af0f
finish backporting binary literals and new octal literals docs
by Benjamin Peterson
· 17 years ago
b5f8208
backport bin() documentation
by Benjamin Peterson
· 17 years ago
b06b4c3
mention the version gettempdir() was added
by Benjamin Peterson
· 17 years ago
611e48c
Use the correct names of the stateless codec functions (Fixes issue 4178).
by Walter Dörwald
· 17 years ago
cd29e9d
and another typo...
by Benjamin Peterson
· 17 years ago
92be539
fix a few typos
by Benjamin Peterson
· 17 years ago
f3d0ce1
mention -n
by Benjamin Peterson
· 17 years ago
92b70bc
Fix duplicate word.
by Georg Brandl
· 17 years ago
c2f1440
clarify CALL_FUNCTION #4141
by Benjamin Peterson
· 17 years ago
19cc944
part of #4012: kill off old name "processing".
by Georg Brandl
· 17 years ago
0a6b28a
#4131: FF3 doesn't write cookies.txt files.
by Georg Brandl
· 17 years ago
5c4e006
document that deque indexing is O(n) #4123
by Benjamin Peterson
· 17 years ago
1fb8451
add a much requested newline
by Benjamin Peterson
· 17 years ago
0ecbcca
document how to disable fixers
by Benjamin Peterson
· 17 years ago
83ca0a6
talk about how you can unzip with zip
by Benjamin Peterson
· 17 years ago
cae5848
fix a small typo
by Benjamin Peterson
· 17 years ago
1178e02
Typo: "ThreadError" is the name in the C source.
by Armin Rigo
· 17 years ago
26497d9
#4059: patch up some sqlite docs.
by Georg Brandl
· 17 years ago
f9db596
fix typo
by Benjamin Peterson
· 17 years ago
34211e9
#4041: don't refer to removed and outdated modules.
by Georg Brandl
· 17 years ago
0806749
Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when
by Gregory P. Smith
· 17 years ago
cad8da8
Markup fixes. (optparse.rst probably needs an entire revision pass.)
by Andrew M. Kuchling
· 17 years ago
83b3910
Edits, and add markup
by Andrew M. Kuchling
· 17 years ago
37040cd
issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller
by Jesse Noller
· 17 years ago
e563aa4
Issue #3965: Allow repeated calls to turtle.Screen, by making it a
by Martin v. Löwis
· 17 years ago
b51f81d
note the 2to3 -d could be useful for other refactoring
by Benjamin Peterson
· 17 years ago
4fad6fa
better grammar
by Benjamin Peterson
· 17 years ago
7a4a93b
#1415508: Document two functions
by Andrew M. Kuchling
· 17 years ago
ac77166
#1579477: mention necessity to flush output before exec'ing
by Andrew M. Kuchling
· 17 years ago
e689605
#3510: future-proof text
by Andrew M. Kuchling
· 17 years ago
7f8f660
2to3's api should be considered unstable
by Benjamin Peterson
· 17 years ago
8798c90
Improve wording
by Andrew M. Kuchling
· 17 years ago
1379ae0
Indentation normalization.
by Georg Brandl
· 17 years ago
3e876fd
clean up docs for platform's linux_distribution and dist functions
by Benjamin Peterson
· 17 years ago
afeea07
#3918: note that uniform() args can be swapped.
by Georg Brandl
· 17 years ago
4517323
#3912: document default for *places* arg.
by Georg Brandl
· 17 years ago
2f3bd83
#3852: fix some select.kqueue and kevent docs.
by Georg Brandl
· 17 years ago
3134f14
Improve docs for super().
by Raymond Hettinger
· 17 years ago
5aaa3e5
Fix for documentation bug. Fixes issue 3904.
by Josiah Carlson
· 17 years ago
b8966ab
document compileall command flags
by Benjamin Peterson
· 17 years ago
b40890d
usage
by Skip Montanaro
· 17 years ago
6be425c
be less wordy
by Benjamin Peterson
· 17 years ago
881c487
clarify that radix for int is not 'guessed'
by Benjamin Peterson
· 17 years ago
9af9498
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
by Georg Brandl
· 17 years ago
09e8093
#3288: Document as_integer_ratio
by Andrew M. Kuchling
· 17 years ago
bf64c04
Remove extra 'the'; the following title includes it
by Andrew M. Kuchling
· 17 years ago
b535d32
fix typo
by Benjamin Peterson
· 17 years ago
d2e0938
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon)
by Nick Coghlan
· 17 years ago
24329ba
Issue #3811: The Unicode database was updated to 5.1.
by Martin v. Löwis
· 17 years ago
672237d
warnings.catch_warnings() now returns a list or None instead of the custom
by Brett Cannon
· 17 years ago
61c001a
incorporate fixes from issue 3162; SSL doc patch
by Bill Janssen
· 17 years ago
Next »