Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ad9afeb8f02db9a13d2ed8e45361ecbc0d19bd32
/
Doc
/
library
ae6b9f3
Document O_ASYNC addition.
by Georg Brandl
· 17 years ago
88107da
#2845: fix copy2's docs.
by Georg Brandl
· 17 years ago
107b812
#2869: remove parameter from signature.
by Georg Brandl
· 17 years ago
5074627
Updated reprlib's documentation to mention the renaming.
by Alexandre Vassalotti
· 17 years ago
50a1acb
Changed references to the reprlib module to use its new name.
by Alexandre Vassalotti
· 17 years ago
fa40bbf
Deprecated statvfs for removal in 3.0.
by Brett Cannon
· 17 years ago
b346513
Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
by Brett Cannon
· 17 years ago
94f2561
Update docs for deprecation of IRIX modules.
by Brett Cannon
· 17 years ago
c92fef9
Added documentation stub for ConfigParser.
by Alexandre Vassalotti
· 17 years ago
e2514c6
Updated import statements to use the new `configparser` module name.
by Alexandre Vassalotti
· 17 years ago
0a11f96
Update configparser docs for lowercasing rename.
by Georg Brandl
· 17 years ago
9138357
#2831: add start argument to enumerate(). Patch by Scott Dial and me.
by Georg Brandl
· 17 years ago
2368193
Add warnings to and deprecated all those Mac modules
by Benjamin Peterson
· 17 years ago
ba39ef4
Win 95/98 is no longer supported.
by Georg Brandl
· 17 years ago
173b739
Fix markup.
by Georg Brandl
· 17 years ago
21f990c
Fix parameter name for enumerate().
by Georg Brandl
· 17 years ago
e321c2f
#2836: backport new string formatting docs.
by Georg Brandl
· 17 years ago
23da6e6
#1713041: fix pprint's handling of maximum depth.
by Georg Brandl
· 17 years ago
6a0a368
Fix-up docs for the copyreg module renaming.
by Georg Brandl
· 17 years ago
7a148c2
Fix-up docs for socketserver and queue renaming.
by Georg Brandl
· 17 years ago
bb141bb
Deprecate the timing module for removal in Python 3.0.
by Brett Cannon
· 17 years ago
ac861b5
Deprecate the sv module as per PEP 4.
by Brett Cannon
· 17 years ago
fea23a4
Added stub entry in the documentation mentioning SocketServer was renamed.
by Alexandre Vassalotti
· 17 years ago
d192c92
Updated all import statements to use the new socketserver module name.
by Alexandre Vassalotti
· 17 years ago
42bfa90
Depreate imageop for removal in 3.0.
by Brett Cannon
· 17 years ago
1fcaa77
Revert commit r63086.
by Alexandre Vassalotti
· 17 years ago
5a32772
Add a deprecation notice to mailbox' old classes' doc.
by Georg Brandl
· 17 years ago
d61c70d
Formally deprecate old classes in the cgi module.
by Georg Brandl
· 17 years ago
3fc974f
Clarify os.strerror()s exception behavior.
by Georg Brandl
· 17 years ago
627a666
- #2250: Exceptions raised during evaluation of names in rlcompleter's
by Georg Brandl
· 17 years ago
8940ecd
Added stub for the PixMapWrapper module to be renamed in 3.0.
by Alexandre Vassalotti
· 17 years ago
73812bf
Added test for Queue rename warning.
by Alexandre Vassalotti
· 17 years ago
6a57c08
#1326: document and test zipimporter.archive and zipimporter.prefix.
by Georg Brandl
· 17 years ago
ae98f50
#2709 followup: better description of Tk's pros and cons.
by Georg Brandl
· 17 years ago
9020ff8
Add some sentence endings.
by Georg Brandl
· 17 years ago
9835394
Add the "until" command to pdb
by Benjamin Peterson
· 17 years ago
ab756f6
#2452: timeout is used for all blocking operations.
by Georg Brandl
· 17 years ago
0aaf559
#2741: clarification of value range for address_family.
by Georg Brandl
· 17 years ago
e9135ba
#2147: PEP 237 changes to overflow behavior.
by Georg Brandl
· 17 years ago
6f95ae5
#2659: add ``break_on_hyphens`` to TextWrapper.
by Georg Brandl
· 17 years ago
5b54887
#2709: clarification.
by Georg Brandl
· 17 years ago
a36909e
Fix typo.
by Georg Brandl
· 17 years ago
53905d8
#1153769: document PEP 237 changes to string formatting.
by Georg Brandl
· 17 years ago
25ad76c
Added test for copy_reg rename.
by Alexandre Vassalotti
· 17 years ago
2ac747c
#2812: document property.getter/setter/deleter.
by Georg Brandl
· 17 years ago
d809603
#2742: ``''`` is not converted to NULL in getaddrinfo.
by Georg Brandl
· 17 years ago
2a86913
Deprecated the mhlib module for removal in 3.0.
by Brett Cannon
· 17 years ago
79964cf
Copied two versions of the example from the interactive session. Delete one.
by Skip Montanaro
· 17 years ago
a975cd4
Fix up markup in the deprecation notice.
by Brett Cannon
· 17 years ago
df0a717
The linuxaudidev module has been deprecated for removal in Python 3.0.
by Brett Cannon
· 17 years ago
27508d4
Deprecate ihooks for removal in 3.0.
by Brett Cannon
· 17 years ago
fe59851
Deprecate the fpformat module for removal in 3.0.
by Brett Cannon
· 17 years ago
7f874fc
Deprecate the dl module for removal in 3.0.
by Brett Cannon
· 17 years ago
0aa6e1b
Deprecate the dircache module for 3.0.
by Brett Cannon
· 17 years ago
4ff7fc4
#1625509: describe behaviour of import lock
by Andrew M. Kuchling
· 17 years ago
311c580
Document the 'line' argument
by Andrew M. Kuchling
· 17 years ago
45f5859
Note the PyPI-edness of bsddb185 for people who might still need it.
by Skip Montanaro
· 17 years ago
6192df1
Deprecate the compiler package for removal in 3.0.
by Brett Cannon
· 17 years ago
768d44f
Deprecate the bsddb185 module for removal in 3.0.
by Brett Cannon
· 17 years ago
4c1f881
Deprecate Bastion and rexec for 3.0.
by Brett Cannon
· 17 years ago
ccdf908
Fix some errors in the deprecation warnings for new and user.
by Brett Cannon
· 17 years ago
54718dd
In stdtypes.rst, move methods under class directives where applicable
by Benjamin Peterson
· 17 years ago
2e829cb
Add Kodos as a re reference.
by Georg Brandl
· 17 years ago
3ddaf2d
Add another link to colorsys docs.
by Georg Brandl
· 17 years ago
dfb5bbd
Add a sentence to basicConfig() that is in the docstring.
by Georg Brandl
· 17 years ago
5117409
#2781: fix function name.
by Georg Brandl
· 17 years ago
fa24d9a
Deprecate the toaiff module for removal in 3.0.
by Brett Cannon
· 17 years ago
3c75914
Deprecate test.testall for removal in 3.0.
by Brett Cannon
· 17 years ago
d7265d6
Deprecate the new module for removal in 3.0.
by Brett Cannon
· 17 years ago
d03238a
reindent example
by Benjamin Peterson
· 17 years ago
e404a12
Add an example about using NamedTemporaryFile() to replace mktemp(). I'm
by Skip Montanaro
· 17 years ago
0893a0a
Add Py3k warnings to os.path.walk
by Benjamin Peterson
· 17 years ago
e3b1940
Deprecate the user module for removal in 3.0.
by Brett Cannon
· 17 years ago
98b9c07
Document the 'record' argument for test.test_support.catch_warning().
by Brett Cannon
· 17 years ago
9d44182
The mutex module has been deprecated for removal in 3.0.
by Brett Cannon
· 17 years ago
80bb9d9
Deprecate the imputil module for removal in 3.0.
by Brett Cannon
· 17 years ago
f8105ce
Issue 2778. Document the temporary frozenset swap in __contains__(), remove(), and discard().
by Raymond Hettinger
· 17 years ago
5a9fed7
Fix-up the enumerate type example and move it to the end.
by Raymond Hettinger
· 17 years ago
e5d2cba
Deprecate the audiodev module for 3.0.
by Brett Cannon
· 17 years ago
af748c3
Implemented PEP 370
by Christian Heimes
· 17 years ago
c730d5f
> != (!<).
by Georg Brandl
· 17 years ago
5820022
#2773: fix description of 'g' and 'G' formatting spec.
by Georg Brandl
· 17 years ago
98fd036
#2752: fix second example too.
by Georg Brandl
· 17 years ago
3961f18
Fix JSON module docs.
by Georg Brandl
· 17 years ago
4b964f9
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
by Brett Cannon
· 17 years ago
8a232cc
Add a DeprecationWarning for when warnings.showwarning() is set to a function
by Brett Cannon
· 17 years ago
bc04346
#2757: Remove spare newline.
by Georg Brandl
· 17 years ago
e11c9b3
Implemented feature request 2157: Converter names are cut off at '('
by Gerhard Häring
· 17 years ago
08c7218
#2752: wrong meaning of '' for socket host.
by Georg Brandl
· 17 years ago
1840c1a
Backport Raymond's changes in r60508 to Python 2.6.
by Mark Dickinson
· 17 years ago
0c65fe6
Fix synopsis.
by Georg Brandl
· 17 years ago
28e0873
#2719: backport next() from 3k.
by Georg Brandl
· 17 years ago
e855991
Fix markup.
by Georg Brandl
· 17 years ago
dfd9827
Wrap some long lines.
by Skip Montanaro
· 17 years ago
f30f6e8
Correct documentation to match implementation: "Class" instead of
by Skip Montanaro
· 17 years ago
7980992
Wrap some long paragraphs and include the default values for optional
by Skip Montanaro
· 17 years ago
ef1e58b
minor wording changes, rewrap a few lines
by Skip Montanaro
· 17 years ago
a3bb57c
#2668: nit in apply() docs.
by Georg Brandl
· 17 years ago
6ad5fbb
Add from_buffer and from_buffer_copy class methods to ctypes types.
by Thomas Heller
· 17 years ago
c7b0592
reformat some documentation of classes so methods and attributes are under the class directive
by Benjamin Peterson
· 17 years ago
Next »