Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
d84fd9599db4aed9cbf3d349f71cc9a399198c19
/
Doc
« Previous
abb34fe
UserString.MutableString has been removed in Python 3.0.
by Brett Cannon
· 16 years ago
dee01d8
fix spelling
by Benjamin Peterson
· 16 years ago
74a1dea
#2989: add PyType_Modified().
by Georg Brandl
· 16 years ago
a436878
update tutorial function with more appropiate one from Eric Smith
by Benjamin Peterson
· 16 years ago
06abba3
fix minor grammar typo
by Benjamin Peterson
· 16 years ago
9171bed
take Brett's advice on a few warnings
by Benjamin Peterson
· 16 years ago
3aa84a7
warn about some members of the commands module
by Benjamin Peterson
· 16 years ago
2b4b5ac
add PyByteArray docs
by Benjamin Peterson
· 16 years ago
8de9119
Add renaming notices to 3.0 http package members.
by Georg Brandl
· 16 years ago
438e9ac
fix a minor typo
by Benjamin Peterson
· 16 years ago
404d182
note that PyString and has been aliased to PyBytes
by Benjamin Peterson
· 16 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 16 years ago
c3cb683
some updates to string formatting section in whatsnew
by Benjamin Peterson
· 16 years ago
e2caef7
Add renaming notices to xmlrpc modules.
by Georg Brandl
· 16 years ago
68d3eb9
Add renaming notices to 2.6 dbm module docs.
by Georg Brandl
· 16 years ago
f9ef988
update the tutorial to use str.format
by Benjamin Peterson
· 16 years ago
c15205e
rename the section about new formatting 'new-string-formatting'
by Benjamin Peterson
· 16 years ago
8a710dc
Add renaming notices to thread and dummy_thread.
by Georg Brandl
· 16 years ago
ecd0ad3
Hint about _winreg renaming in the docs.
by Georg Brandl
· 16 years ago
392c6fc
ConfigParser renaming reversal part 3: move module into place and adapt imports.
by Georg Brandl
· 16 years ago
a6168f9
Queue renaming reversal part 3: move module into place and
by Georg Brandl
· 16 years ago
d1e5715
Correct the url to the external bsddb.db docs (likely to be integrated
by Gregory P. Smith
· 16 years ago
e152a77
socketserver renaming reversal part 3: move the module into the right
by Georg Brandl
· 16 years ago
0b66731
Mention that the leaking of variables from list comprehensions is fixed in 3.0.
by Martin v. Löwis
· 16 years ago
96b4240
Fix typo
by Raymond Hettinger
· 16 years ago
f6901e9
Issue 2909: show how to name unpacked fields.
by Raymond Hettinger
· 16 years ago
2ee0e8e
Revert the renaming of repr to reprlib.
by Brett Cannon
· 16 years ago
cc858cc
Docs for Issue 2819.
by Raymond Hettinger
· 16 years ago
e76e4d7
Add a note about the renaming of test.test_support in 3.0.
by Brett Cannon
· 16 years ago
112aa50
Patch #1775025: allow opening zipfile members via ZipInfo instances.
by Georg Brandl
· 16 years ago
4dd019f
Patch #2488: Add sys.maxsize.
by Martin v. Löwis
· 16 years ago
dffbf5f
Revert copy_reg -> copyreg rename.
by Georg Brandl
· 16 years ago
3682dfe
Standardize renaming notes.
by Georg Brandl
· 16 years ago
5a42ca6
Add notes that tkinter modules will be renamed.
by Georg Brandl
· 16 years ago
6634bf2
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
by Georg Brandl
· 16 years ago
d995e11
revert creation of the html.entities and html.parser modules
by Fred Drake
· 16 years ago
36d879b
just MacOS (instead of MacOS 9)
by Benjamin Peterson
· 16 years ago
09ed01f
Re-organize the increasingly long list of deprecated modules
by Andrew M. Kuchling
· 16 years ago
67d6933
GHOP #180 by Michael Schneider: add examples to the socketserver documentation.
by Georg Brandl
· 16 years ago
c76ffca
Rename html.parser file, and split html.entities from htmllib
by Georg Brandl
· 16 years ago
20b5660
document the renames for modules moved to the html package
by Fred Drake
· 16 years ago
cb51d84
update references and documentation for modules in the new html package
by Fred Drake
· 16 years ago
4bfb593
Replace signatures with optional arguments in square brackets with
by Lars Gustäbel
· 16 years ago
518c44c
mention Py3k in glossary
by Benjamin Peterson
· 16 years ago
ea0b22a
Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
by Alexandre Vassalotti
· 16 years ago
c21cd7e
Doc changes for the big Tkinter rename.
by Georg Brandl
· 16 years ago
cd174da
Fix reprlib docs.
by Georg Brandl
· 16 years ago
ae6b9f3
Document O_ASYNC addition.
by Georg Brandl
· 16 years ago
88107da
#2845: fix copy2's docs.
by Georg Brandl
· 16 years ago
107b812
#2869: remove parameter from signature.
by Georg Brandl
· 16 years ago
5074627
Updated reprlib's documentation to mention the renaming.
by Alexandre Vassalotti
· 16 years ago
50a1acb
Changed references to the reprlib module to use its new name.
by Alexandre Vassalotti
· 16 years ago
fa40bbf
Deprecated statvfs for removal in 3.0.
by Brett Cannon
· 16 years ago
7b5151c
fix typos in whatsnew
by Benjamin Peterson
· 16 years ago
a19f9f9
add Mac modules to the list of deprecated ones
by Benjamin Peterson
· 16 years ago
b346513
Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
by Brett Cannon
· 16 years ago
94f2561
Update docs for deprecation of IRIX modules.
by Brett Cannon
· 16 years ago
3a1693a
Note some removals and a rename
by Andrew M. Kuchling
· 16 years ago
c92fef9
Added documentation stub for ConfigParser.
by Alexandre Vassalotti
· 16 years ago
e2514c6
Updated import statements to use the new `configparser` module name.
by Alexandre Vassalotti
· 16 years ago
0a11f96
Update configparser docs for lowercasing rename.
by Georg Brandl
· 16 years ago
c72df33
List all the removes and renamed modules
by Andrew M. Kuchling
· 16 years ago
9138357
#2831: add start argument to enumerate(). Patch by Scott Dial and me.
by Georg Brandl
· 16 years ago
2368193
Add warnings to and deprecated all those Mac modules
by Benjamin Peterson
· 16 years ago
ba39ef4
Win 95/98 is no longer supported.
by Georg Brandl
· 16 years ago
d23f1f2
Mention version in which the new marshal version was introduced.
by Georg Brandl
· 16 years ago
70dce22
Marshal is at version 2.
by Georg Brandl
· 16 years ago
173b739
Fix markup.
by Georg Brandl
· 16 years ago
feb0921
#1760: try-except-finally is one statement since PEP 341.
by Georg Brandl
· 16 years ago
21f990c
Fix parameter name for enumerate().
by Georg Brandl
· 16 years ago
e321c2f
#2836: backport new string formatting docs.
by Georg Brandl
· 16 years ago
23da6e6
#1713041: fix pprint's handling of maximum depth.
by Georg Brandl
· 16 years ago
103f19d
Added 'n' presentation type for integers.
by Eric Smith
· 16 years ago
6a0a368
Fix-up docs for the copyreg module renaming.
by Georg Brandl
· 16 years ago
7a148c2
Fix-up docs for socketserver and queue renaming.
by Georg Brandl
· 16 years ago
bb141bb
Deprecate the timing module for removal in Python 3.0.
by Brett Cannon
· 16 years ago
ac861b5
Deprecate the sv module as per PEP 4.
by Brett Cannon
· 16 years ago
fea23a4
Added stub entry in the documentation mentioning SocketServer was renamed.
by Alexandre Vassalotti
· 16 years ago
d192c92
Updated all import statements to use the new socketserver module name.
by Alexandre Vassalotti
· 16 years ago
42bfa90
Depreate imageop for removal in 3.0.
by Brett Cannon
· 16 years ago
1fcaa77
Revert commit r63086.
by Alexandre Vassalotti
· 16 years ago
5a32772
Add a deprecation notice to mailbox' old classes' doc.
by Georg Brandl
· 16 years ago
d61c70d
Formally deprecate old classes in the cgi module.
by Georg Brandl
· 16 years ago
3fc974f
Clarify os.strerror()s exception behavior.
by Georg Brandl
· 16 years ago
627a666
- #2250: Exceptions raised during evaluation of names in rlcompleter's
by Georg Brandl
· 16 years ago
8940ecd
Added stub for the PixMapWrapper module to be renamed in 3.0.
by Alexandre Vassalotti
· 16 years ago
73812bf
Added test for Queue rename warning.
by Alexandre Vassalotti
· 16 years ago
6a57c08
#1326: document and test zipimporter.archive and zipimporter.prefix.
by Georg Brandl
· 16 years ago
ae98f50
#2709 followup: better description of Tk's pros and cons.
by Georg Brandl
· 16 years ago
9020ff8
Add some sentence endings.
by Georg Brandl
· 16 years ago
9835394
Add the "until" command to pdb
by Benjamin Peterson
· 16 years ago
aac5c86
#1858: re-apply patch for this, adding the missing files
by Andrew M. Kuchling
· 16 years ago
ab756f6
#2452: timeout is used for all blocking operations.
by Georg Brandl
· 16 years ago
0aaf559
#2741: clarification of value range for address_family.
by Georg Brandl
· 16 years ago
e9135ba
#2147: PEP 237 changes to overflow behavior.
by Georg Brandl
· 16 years ago
6f95ae5
#2659: add ``break_on_hyphens`` to TextWrapper.
by Georg Brandl
· 16 years ago
5b54887
#2709: clarification.
by Georg Brandl
· 16 years ago
a36909e
Fix typo.
by Georg Brandl
· 16 years ago
53905d8
#1153769: document PEP 237 changes to string formatting.
by Georg Brandl
· 16 years ago
25ad76c
Added test for copy_reg rename.
by Alexandre Vassalotti
· 16 years ago
Next »