Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.2a2
/
Doc
4234ad4
Fix typos and wording in what’s new 3.2.
by Éric Araujo
· 15 years ago
a9b51d2
#9747: fix copy-paste error in getresgid() doc.
by Georg Brandl
· 15 years ago
da0a211
Rewrap and consistency fixes.
by Georg Brandl
· 15 years ago
d881f31
Fill-in sqlite3 stubs
by Raymond Hettinger
· 15 years ago
bcbd696
Add example of ftplib's new context manager.
by Raymond Hettinger
· 15 years ago
ef2335c
Add PEP 391 to whatsnew
by Raymond Hettinger
· 15 years ago
6e8fe97
More updates to whatsnew.
by Raymond Hettinger
· 15 years ago
bb734c6
Add an example
by Raymond Hettinger
· 15 years ago
1784ff0
More updates to whatsnew
by Raymond Hettinger
· 15 years ago
ebea6fa
Update whatsnew for Pep3149.
by Raymond Hettinger
· 15 years ago
f95b199
Update whatsnew for Pep3147.
by Raymond Hettinger
· 15 years ago
02566ec
Adopt more descriptive attribute names as suggested on python-dev.
by Raymond Hettinger
· 15 years ago
74a69fa
Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
by Antoine Pitrou
· 15 years ago
cc645b9
add consistent support for the vars and default arguments on all
by Fred Drake
· 15 years ago
0b37b33
Fix missing word.
by Georg Brandl
· 15 years ago
661730e
Add an entry in whatsnew about the PyCObject -> PyCapsule move.
by Amaury Forgeot d'Arc
· 15 years ago
3387f48
#9760: clarify what context expression is.
by Georg Brandl
· 15 years ago
0bb73b8
#9767: doctest run over json docs.
by Georg Brandl
· 15 years ago
8d58216
More inclusive title.
by Georg Brandl
· 15 years ago
f11c6c4
Make PEP section a bit less ugly and at least list implemented PEPs.
by Georg Brandl
· 15 years ago
2b19f35
Add versionadded tag to PyUnicode_AsUnicodeCopy's doc
by Victor Stinner
· 15 years ago
0c8414e
Typo
by Florent Xicluna
· 15 years ago
98c07bd
Doc fix: unicode() is now str()
by Daniel Stutzbach
· 15 years ago
e4ea994
Document PyUnicode_AsUnicodeCopy()
by Victor Stinner
· 15 years ago
045b3ba
Issue #9212: Added the missing isdisjoint method to the dict_keys and
by Daniel Stutzbach
· 15 years ago
ccb90e3
Keep contents order the same between versions.
by Raymond Hettinger
· 15 years ago
f37ca3c
Glossary cleanup
by Raymond Hettinger
· 15 years ago
6f80b4c
Cleanup heapq docs
by Raymond Hettinger
· 15 years ago
6cb5ad0
#9677: fix link.
by Georg Brandl
· 15 years ago
a09dc9e
'Using Python' now called 'Python Setup'
by Raymond Hettinger
· 15 years ago
1ce3eb5
Issue #8990: array.fromstring() and array.tostring() get renamed to
by Antoine Pitrou
· 15 years ago
fce7fd6
Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()
by Antoine Pitrou
· 15 years ago
53c58f8
Forward port sorting howto
by Raymond Hettinger
· 15 years ago
9707fd2
More descriptive title.
by Raymond Hettinger
· 15 years ago
d292a17
2-to-3 fixup for map() example in docs
by Raymond Hettinger
· 15 years ago
20933e0
Clean-up bisect docs.
by Raymond Hettinger
· 15 years ago
f5a3d69
add nonlocal to pydoc topics #9724
by Benjamin Peterson
· 15 years ago
40d9a4e
Improved logging.Formatter date/time formatting documentation.
by Vinay Sajip
· 15 years ago
6b4fa77
rewrite and move open() docs only to functions.rst
by Benjamin Peterson
· 15 years ago
4e4ffb1
sync open() doc
by Benjamin Peterson
· 15 years ago
b530e14
Issue #9715: improve documentation of the io module
by Antoine Pitrou
· 15 years ago
64a38c0
Issue #1512791: In setframerate method of Wave_write, round non-integral
by Mark Dickinson
· 15 years ago
8167561
#9681: typo.
by Georg Brandl
· 15 years ago
179249f
#9689: add links from overview to in-depth class API descriptions.
by Georg Brandl
· 15 years ago
8790a07
Fix #7579. Add docstrings to msvcrt and adjust some wording for bytes.
by Brian Curtin
· 15 years ago
1768999
only catch AttributeError in hasattr() #9666
by Benjamin Peterson
· 15 years ago
6a74da3
#9649: fix default value description.
by Georg Brandl
· 15 years ago
3cabbeb
fix old markup
by Benjamin Peterson
· 15 years ago
2d55e2a
provide sample implementations for attrgetter and methodcaller
by Benjamin Peterson
· 15 years ago
c16f8b3
fix more indentation
by Benjamin Peterson
· 15 years ago
ffec810
indent properly
by Benjamin Peterson
· 15 years ago
6cbe427
Add info about HTTP/1.1 and Connection:Close header.
by Senthil Kumaran
· 15 years ago
23110e7
alias macintosh to mac_roman #843590
by Benjamin Peterson
· 15 years ago
8101021
Issue #9606: Updated documentation for Filter objects.
by Vinay Sajip
· 15 years ago
9802b39
PYTHONFSENCODING is not available on Windows or Mac OS X
by Victor Stinner
· 15 years ago
e8d5145
Create os.fsdecode(): decode from the filesystem encoding with surrogateescape
by Victor Stinner
· 15 years ago
dbe6042
what's new 3.2: use :mod:
by Victor Stinner
· 15 years ago
358b63a
Fix typo
by Éric Araujo
· 15 years ago
4ea04a3
#7647: add ST_RDONLY, ST_NOSUID constants to os module.
by Andrew M. Kuchling
· 15 years ago
0fc86b8
Fix indentation level
by Éric Araujo
· 15 years ago
94908bb
Issue #8622: Add PYTHONFSENCODING environment variable to override the
by Victor Stinner
· 15 years ago
c14190d
Add versionadded tag to PyModule_GetFilenameObject() doc
by Victor Stinner
· 15 years ago
6c00c14
Issue #9425: Create PyModule_GetFilenameObject() function
by Victor Stinner
· 15 years ago
6009ece
Replace :func: by :cfunc:
by Victor Stinner
· 15 years ago
f5be090
Fix example
by Éric Araujo
· 15 years ago
cdfe1c5
Add versionadded tags
by Antoine Pitrou
· 15 years ago
bf1a018
Modernize gzip examples
by Antoine Pitrou
· 15 years ago
79c5ef1
Issue #3488: Provide convenient shorthand functions `gzip.compress`
by Antoine Pitrou
· 15 years ago
3fccfcb
Minor rewording to docs for the lru_cache decorator
by Raymond Hettinger
· 15 years ago
7ac98ae
wrap
by Benjamin Peterson
· 15 years ago
42382fe
fix issue #8807: adds a context parameter to POP3_SSL class.
by Giampaolo Rodolà
· 15 years ago
ccfb91c
fix issue #8866: parameters passed to socket.getaddrinfo can now be specified as single keyword arguments.
by Giampaolo Rodolà
· 15 years ago
67b21b7
Consistency check for versionadded/changed directives.
by Georg Brandl
· 15 years ago
9e25701
Markup nits.
by Georg Brandl
· 15 years ago
d26c18a
Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory
by Nick Coghlan
· 15 years ago
eae2da1
Issue 9147: Add dis.code_info()
by Nick Coghlan
· 15 years ago
9887683
Document and test the resolution of issue 3445 (tolerate missing attributes in functools.update_wrapper, previously implemented as a side effect of the __annotations__ copying patch) and implement issue 9567 (add a __wrapped__ attribute when using update_wrapper)
by Nick Coghlan
· 15 years ago
632a0c1
Remove some lingering remnants of the short-lived functools.lfu_cache
by Nick Coghlan
· 15 years ago
ad1e0c5
added versionadded
by Benjamin Peterson
· 15 years ago
45c257f
add support for abstract class and static methods #5867
by Benjamin Peterson
· 15 years ago
ad5b1df
Add versionadded tag to PySys_FormatStd*() functions doc
by Victor Stinner
· 15 years ago
7976663
Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr()
by Victor Stinner
· 15 years ago
e3c39ae
Replace readfp() with read_file() in configparser documentation.
by Florent Xicluna
· 15 years ago
8858d2c
Clarify whatsnew entry for short float repr: roundtripping is not a new feature in 2.7.
by Mark Dickinson
· 15 years ago
f309828
Remove the lfu_cache. Add more tests.
by Raymond Hettinger
· 15 years ago
a893927
Fix typo
by Éric Araujo
· 15 years ago
ac52107
Remove bad merge (from svnmerge r82301)
by Florent Xicluna
· 15 years ago
54ebb78
Typo fix.
by Georg Brandl
· 15 years ago
8e27fce
Wording fix.
by Georg Brandl
· 15 years ago
d7fc374
Oops, fix typo
by Éric Araujo
· 15 years ago
7142887
Fix reference (follow-up to #9061)
by Éric Araujo
· 15 years ago
a85e217
Manually merge r83995: Fix version{added,changed} and spacing in NEWS
by Éric Araujo
· 15 years ago
da668ff
Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688.
by Éric Araujo
· 15 years ago
47fcb5b
Issue #9542: Create PyUnicode_FSDecoder() function
by Victor Stinner
· 15 years ago
6fdb74f
Re-apply r83871.
by Antoine Pitrou
· 15 years ago
4d22409
Fix copy-paste error.
by Georg Brandl
· 15 years ago
4a2b7a1
Issue #9425: Create PyErr_WarnFormat() function
by Victor Stinner
· 15 years ago
3603cc5
Issue #9425: PyFile_FromFd() ignores the name argument
by Victor Stinner
· 15 years ago
6e451df
Followup to r83869 and issue #8524: rename socket.forget() to socket.detach()
by Antoine Pitrou
· 15 years ago
f0769e8
Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed.
by Senthil Kumaran
· 15 years ago
Next »