Ezio Melotti
|
f77b74dd1b
|
#11997: merge with 3.1.
|
2011-05-05 14:21:18 +03:00 |
Ezio Melotti
|
d92ab0806d
|
#11997: fix typo in init.rst.
|
2011-05-05 14:19:48 +03:00 |
Benjamin Peterson
|
f97aed1a25
|
merge 3.1
|
2011-04-30 13:15:18 -05:00 |
Benjamin Peterson
|
4c020885d9
|
fix function name in example (closes #11966)
|
2011-04-30 13:14:56 -05:00 |
Ezio Melotti
|
f95033ba44
|
#11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.
|
2011-04-28 00:48:46 +03:00 |
Ezio Melotti
|
a782ccaf6c
|
#11942: merge with 3.1.
|
2011-04-28 00:53:14 +03:00 |
Éric Araujo
|
ce4c4074f9
|
The version* directives don’t work with a blank line between arguments
|
2011-04-24 03:31:37 +02:00 |
Éric Araujo
|
cae1be85f5
|
Branch merge
|
2011-04-24 02:39:43 +02:00 |
Éric Araujo
|
5348b63a91
|
Branch merge
|
2011-04-24 02:34:11 +02:00 |
Ezio Melotti
|
861d27f4cf
|
Merge with 3.1.
|
2011-04-20 21:32:40 +03:00 |
Ezio Melotti
|
e402724912
|
Fix wrong function name. Noticed by Clive Darke.
|
2011-04-20 21:29:31 +03:00 |
Éric Araujo
|
37e6c54ba1
|
Merge 3.1
|
2011-04-20 19:24:09 +02:00 |
Éric Araujo
|
ad0790e573
|
Branch merge
|
2011-04-20 18:54:12 +02:00 |
Ezio Melotti
|
74c0031066
|
#11865: Merge with 3.1.
|
2011-04-18 10:14:13 +03:00 |
Ezio Melotti
|
340bb95ffd
|
#11865: fix typo in init.rst.
|
2011-04-18 10:11:21 +03:00 |
Ezio Melotti
|
c1f0577b54
|
#11840: Merge with 3.1.
|
2011-04-14 07:50:25 +03:00 |
Ezio Melotti
|
95cd91c17f
|
#11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.
|
2011-04-14 07:43:53 +03:00 |
Éric Araujo
|
8b8f2ec560
|
Kill last reference to defunct module
|
2011-03-26 07:22:01 +01:00 |
Antoine Pitrou
|
9bb9877d80
|
Followup to 4c59cd84086f: add an entry in the porting guide and a "versionchanged" attribute.
|
2011-03-15 20:22:50 +01:00 |
Antoine Pitrou
|
9bd3bbcfe8
|
Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore
|
2011-03-13 23:28:28 +01:00 |
Antoine Pitrou
|
34db469895
|
Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478)
|
2011-03-13 19:32:01 +01:00 |
Antoine Pitrou
|
6b19e50e9b
|
Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478)
|
2011-03-13 19:31:11 +01:00 |
Georg Brandl
|
d98934c483
|
Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r87101 | georg.brandl | 2010-12-06 23:02:48 +0100 (Mo, 06 Dez 2010) | 1 line
Remove visible XXX comments.
........
r87146 | georg.brandl | 2010-12-09 19:08:43 +0100 (Do, 09 Dez 2010) | 1 line
Fix "seperate".
........
r87156 | georg.brandl | 2010-12-10 11:01:44 +0100 (Fr, 10 Dez 2010) | 1 line
#10668: fix wrong call of __init__.
........
r87172 | georg.brandl | 2010-12-11 20:10:30 +0100 (Sa, 11 Dez 2010) | 1 line
Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp call failed.
........
r87175 | georg.brandl | 2010-12-11 23:19:34 +0100 (Sa, 11 Dez 2010) | 1 line
Fix markup.
........
r87371 | georg.brandl | 2010-12-18 17:21:58 +0100 (Sa, 18 Dez 2010) | 1 line
Fix typo.
........
r87378 | georg.brandl | 2010-12-18 18:51:28 +0100 (Sa, 18 Dez 2010) | 1 line
#10723: add missing builtin exceptions.
........
r87522 | georg.brandl | 2010-12-28 10:16:12 +0100 (Di, 28 Dez 2010) | 1 line
Replace sys.maxint mention by sys.maxsize.
........
r87523 | georg.brandl | 2010-12-28 10:18:24 +0100 (Di, 28 Dez 2010) | 1 line
Remove confusing paragraph -- this is relevant only to advanced users anyway and does not belong into the tutorial.
........
r87524 | georg.brandl | 2010-12-28 10:29:19 +0100 (Di, 28 Dez 2010) | 1 line
Fix advice: call PyType_Ready to fill in ob_type of custom types.
........
r87526 | georg.brandl | 2010-12-28 11:38:33 +0100 (Di, 28 Dez 2010) | 1 line
#10777: fix iteration over dict keys while mutating the dict.
........
r87527 | georg.brandl | 2010-12-28 11:56:20 +0100 (Di, 28 Dez 2010) | 1 line
#10768: fix ScrolledText widget construction, and make the example work from the interactive shell.
........
r87528 | georg.brandl | 2010-12-28 12:02:12 +0100 (Di, 28 Dez 2010) | 1 line
Add news entry and clarify another.
........
r87530 | georg.brandl | 2010-12-28 12:06:07 +0100 (Di, 28 Dez 2010) | 1 line
#10767: update README in crashers; not all may have a bug entry and/or be fixed.
........
r87531 | georg.brandl | 2010-12-28 12:08:17 +0100 (Di, 28 Dez 2010) | 1 line
#10742: document readonly attribute of memoryviews.
........
r87532 | georg.brandl | 2010-12-28 12:15:49 +0100 (Di, 28 Dez 2010) | 1 line
#10781: clarify that *encoding* is not a parameter for Node objects in general.
........
r87533 | georg.brandl | 2010-12-28 12:38:12 +0100 (Di, 28 Dez 2010) | 1 line
Remove history; adapt a bit more to reST, since this will once be part of the dev guide.
........
r87534 | georg.brandl | 2010-12-28 12:48:53 +0100 (Di, 28 Dez 2010) | 1 line
Rewrap.
........
r87535 | georg.brandl | 2010-12-28 12:49:41 +0100 (Di, 28 Dez 2010) | 1 line
#10739: document that on Windows, socket.makefile() does not make a file that has a true file descriptor usable where such a thing is expected.
........
r87536 | georg.brandl | 2010-12-28 12:53:25 +0100 (Di, 28 Dez 2010) | 1 line
#10609: fix non-working dbm example.
........
r87581 | georg.brandl | 2010-12-30 18:36:17 +0100 (Do, 30 Dez 2010) | 1 line
Fix NameErrors.
........
|
2011-02-25 10:03:34 +00:00 |
Georg Brandl
|
f6c8fd62b9
|
Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r86537 | georg.brandl | 2010-11-19 23:09:04 +0100 (Fr, 19 Nov 2010) | 1 line
Do not put a raw REPLACEMENT CHARACTER in the document.
........
r86867 | georg.brandl | 2010-11-29 15:50:54 +0100 (Mo, 29 Nov 2010) | 1 line
Fix indentation bug.
........
r86868 | georg.brandl | 2010-11-29 15:53:15 +0100 (Mo, 29 Nov 2010) | 1 line
Fix heading style inconsistencies.
........
r86881 | georg.brandl | 2010-11-30 08:43:28 +0100 (Di, 30 Nov 2010) | 1 line
#10584: fix bad links.
........
r86887 | georg.brandl | 2010-11-30 15:57:54 +0100 (Di, 30 Nov 2010) | 1 line
Fix typo.
........
r86913 | georg.brandl | 2010-12-01 16:32:43 +0100 (Mi, 01 Dez 2010) | 1 line
Add missing word, and add a better reference to the actual function.
........
r86914 | georg.brandl | 2010-12-01 16:36:33 +0100 (Mi, 01 Dez 2010) | 1 line
#10594: fix parameter names in PyList API docs.
........
r86915 | georg.brandl | 2010-12-01 16:44:25 +0100 (Mi, 01 Dez 2010) | 1 line
Fix some markup and style in the unittest docs.
........
r86931 | georg.brandl | 2010-12-02 10:06:12 +0100 (Do, 02 Dez 2010) | 1 line
Fix-up documentation of makedirs().
........
r86932 | david.malcolm | 2010-12-02 17:41:00 +0100 (Do, 02 Dez 2010) | 2 lines
Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606)
........
r86933 | georg.brandl | 2010-12-02 19:02:01 +0100 (Do, 02 Dez 2010) | 1 line
#10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented.
........
r86960 | georg.brandl | 2010-12-03 08:55:44 +0100 (Fr, 03 Dez 2010) | 1 line
#10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does.
........
r86964 | georg.brandl | 2010-12-03 10:58:38 +0100 (Fr, 03 Dez 2010) | 1 line
#10549: fix interface of docclass() for text documenter.
........
r86974 | georg.brandl | 2010-12-03 16:30:09 +0100 (Fr, 03 Dez 2010) | 1 line
Markup consistency fixes.
........
r86980 | georg.brandl | 2010-12-03 18:19:27 +0100 (Fr, 03 Dez 2010) | 1 line
Fix punctuation.
........
r86996 | georg.brandl | 2010-12-03 20:56:42 +0100 (Fr, 03 Dez 2010) | 1 line
Fix indentation.
........
r87008 | georg.brandl | 2010-12-04 10:04:04 +0100 (Sa, 04 Dez 2010) | 1 line
Fix typo.
........
r87050 | georg.brandl | 2010-12-04 18:09:30 +0100 (Sa, 04 Dez 2010) | 1 line
Fix typo.
........
|
2011-02-25 09:48:21 +00:00 |
Martin v. Löwis
|
738236dbd6
|
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
in the limited ABI
|
2011-02-05 20:35:29 +00:00 |
Georg Brandl
|
1f3fa04543
|
Markup fix.
|
2011-01-17 18:16:16 +00:00 |
Georg Brandl
|
375aec2315
|
Fix a few doc errors, mostly undefined keywords.
|
2011-01-15 17:03:02 +00:00 |
Antoine Pitrou
|
f5cf435bb5
|
Nits
|
2011-01-15 14:31:49 +00:00 |
Antoine Pitrou
|
3acd3e97f2
|
Merged revisions 88012-88018 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r88012 | antoine.pitrou | 2011-01-15 12:39:23 +0100 (sam., 15 janv. 2011) | 3 lines
Avoid ResourceWarnings in ccbench
........
r88013 | antoine.pitrou | 2011-01-15 12:44:17 +0100 (sam., 15 janv. 2011) | 3 lines
Standard streams use file descriptors, not FILE pointers.
........
r88014 | antoine.pitrou | 2011-01-15 12:57:42 +0100 (sam., 15 janv. 2011) | 3 lines
Restructure a bit
........
r88015 | antoine.pitrou | 2011-01-15 13:10:48 +0100 (sam., 15 janv. 2011) | 3 lines
Improve description of issues
........
r88016 | antoine.pitrou | 2011-01-15 13:21:53 +0100 (sam., 15 janv. 2011) | 3 lines
Add mention of how to switch interpreters
........
r88017 | antoine.pitrou | 2011-01-15 13:54:19 +0100 (sam., 15 janv. 2011) | 3 lines
Reword and restructure the GIL API doc
........
r88018 | antoine.pitrou | 2011-01-15 14:11:48 +0100 (sam., 15 janv. 2011) | 4 lines
Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and
PyEval_ReleaseLock(). The thread-state aware APIs should be used instead.
........
|
2011-01-15 14:19:53 +00:00 |
Antoine Pitrou
|
5ace8e98da
|
Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and
PyEval_ReleaseLock(). The thread-state aware APIs should be used instead.
|
2011-01-15 13:11:48 +00:00 |
Antoine Pitrou
|
bedd2c2d88
|
Reword and restructure the GIL API doc
|
2011-01-15 12:54:19 +00:00 |
Antoine Pitrou
|
9bf8d1c228
|
Add mention of how to switch interpreters
|
2011-01-15 12:21:53 +00:00 |
Antoine Pitrou
|
f1dfe735b5
|
Improve description of issues
|
2011-01-15 12:10:48 +00:00 |
Antoine Pitrou
|
8b50b831b4
|
Restructure a bit
|
2011-01-15 11:57:42 +00:00 |
Antoine Pitrou
|
0765dd6b96
|
Standard streams use file descriptors, not FILE pointers.
|
2011-01-15 11:44:17 +00:00 |
Eli Bendersky
|
5bcc563cde
|
Merged revisions 88009 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r88009 | eli.bendersky | 2011-01-15 12:23:34 +0200 (Sat, 15 Jan 2011) | 2 lines
Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem.
........
|
2011-01-15 10:33:07 +00:00 |
Eli Bendersky
|
ad30c4206a
|
Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem.
|
2011-01-15 10:23:34 +00:00 |
Antoine Pitrou
|
818581c72a
|
Merged revisions 87784 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r87784 | antoine.pitrou | 2011-01-06 08:16:31 +0100 (jeu., 06 janv. 2011) | 3 lines
Issue #10840: make it explicit that "s*" and friends provide contiguous memory.
........
|
2011-01-06 07:17:30 +00:00 |
Antoine Pitrou
|
d53dfa3fb1
|
Issue #10840: make it explicit that "s*" and friends provide contiguous memory.
|
2011-01-06 07:16:31 +00:00 |
Victor Stinner
|
80e788a5dd
|
Rephrase PyUnicode_CompareWithASCIIString() documentation
|
2010-12-28 23:39:51 +00:00 |
Victor Stinner
|
b1dbd10c42
|
Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string
|
2010-12-28 11:02:46 +00:00 |
Victor Stinner
|
92be939695
|
Issue #10780: PyErr_SetFromWindowsErrWithFilename() and
PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the
filesystem encoding instead of UTF-8.
|
2010-12-28 00:28:21 +00:00 |
Victor Stinner
|
cb428f0162
|
Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem
encoding instead of UTF-8.
|
2010-12-27 20:10:36 +00:00 |
Victor Stinner
|
00676d1436
|
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
|
2010-12-27 01:49:31 +00:00 |
Victor Stinner
|
dc2081f72b
|
Issue #9738: document encodings of unicode functions
|
2010-12-27 01:49:29 +00:00 |
Victor Stinner
|
555a24f206
|
Issue #9738: Document encodings of error and warning functions
|
2010-12-27 01:49:26 +00:00 |
Daniel Stutzbach
|
c5895dcc15
|
Fix typo
|
2010-12-17 22:28:07 +00:00 |
Daniel Stutzbach
|
7cb3051dc3
|
Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave.
|
2010-12-17 16:31:32 +00:00 |
Éric Araujo
|
930df31987
|
Add missing docs and directives related to PEP 3147 and byte-compilation
|
2010-12-16 06:28:48 +00:00 |
Antoine Pitrou
|
a92d1f5041
|
Merged revisions 87188-87190,87192-87194 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r87188 | antoine.pitrou | 2010-12-12 19:25:25 +0100 (dim., 12 déc. 2010) | 3 lines
Make this a warning and fix indentation
........
r87189 | antoine.pitrou | 2010-12-12 20:59:47 +0100 (dim., 12 déc. 2010) | 3 lines
Better explain the buffer interface (hopefully)
........
r87190 | antoine.pitrou | 2010-12-12 21:01:43 +0100 (dim., 12 déc. 2010) | 3 lines
Add link to the buffer protocol description from the memory description.
........
r87192 | antoine.pitrou | 2010-12-12 21:09:18 +0100 (dim., 12 déc. 2010) | 3 lines
Remove redundant sentence, and fix markup
........
r87193 | antoine.pitrou | 2010-12-12 21:13:31 +0100 (dim., 12 déc. 2010) | 3 lines
Fix heading level
........
r87194 | antoine.pitrou | 2010-12-12 21:17:29 +0100 (dim., 12 déc. 2010) | 3 lines
Consistent ordering of availability statements
........
|
2010-12-12 21:07:49 +00:00 |