summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge with 3.2.Georg Brandl2011-09-041-1/+1
|\ \ \ \ | |/ / /
| * | | Typo fix.Georg Brandl2011-09-041-1/+1
* | | | merge 3.2 (#12878)Benjamin Peterson2011-09-033-0/+27
|\ \ \ \ | |/ / /
| * | | add a __dict__ descr for IOBase (closes #12878)Benjamin Peterson2011-09-033-0/+27
* | | | oops, someone beat me to it: merging minor configparser documentation cleanupsŁukasz Langa2011-09-021-4/+0
|\ \ \ \
| * \ \ \ merged configparser documentation leftovers cleanup from 3.2Łukasz Langa2011-09-021-4/+0
| |\ \ \ \ | | |/ / /
| | * | | removed misleading editing leftoversŁukasz Langa2011-09-021-4/+0
* | | | | ctypes: Slightly better error message when a struct field name is not a string.Amaury Forgeot d'Arc2011-09-021-7/+5
|/ / / /
* | | | merge with 3.2Sandro Tosi2011-09-021-0/+1
|\ \ \ \ | |/ / /
| * | | Give credit to AdamSandro Tosi2011-09-021-0/+1
* | | | Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of aAmaury Forgeot d'Arc2011-09-023-2/+26
|\ \ \ \ | |/ / /
| * | | Issue #12764: Fix a crash in ctypes when the name of a Structure field is notAmaury Forgeot d'Arc2011-09-023-2/+26
* | | | #12781: merge with 3.2Sandro Tosi2011-09-021-0/+19
|\ \ \ \ | |/ / /
| * | | #12781: Mention SO_REUSEADDR flag near socket examplesSandro Tosi2011-09-021-0/+19
* | | | Merge 3.2Éric Araujo2011-09-022-2/+2
|\ \ \ \ | |/ / /
| * | | Branch mergeÉric Araujo2011-09-0219-68/+83
| |\ \ \
* | \ \ \ Branch mergeÉric Araujo2011-09-0232-280/+226
|\ \ \ \ \
| * \ \ \ \ Merge doc changes from 3.2 (#10454, #12298)Éric Araujo2011-09-017-23/+47
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fix typo (was build) and remove redundancy in docstringÉric Araujo2011-09-011-4/+3
| | * | | | Add links from library/functions to other docs.Éric Araujo2011-09-012-6/+11
| | * | | | Fix a few links in the table of built-in functions (#12298)Éric Araujo2011-09-011-3/+20
| | * | | | Remove obsolete commentÉric Araujo2011-09-011-2/+0
| | * | | | #10454: a few edits to compileall help messagesÉric Araujo2011-09-011-7/+7
| | * | | | Document that format string don’t support arbitrary dictonary keys.Éric Araujo2011-09-011-0/+2
| | * | | | Document that True/False/None don’t use :keyword: in doc.Éric Araujo2011-09-011-1/+4
| | * | | | Add version number for versionchanged directive (backport from 3.3)Éric Araujo2011-09-011-1/+1
| * | | | | Minor: tweak docstrings and __all__ in packaging.tests.supportÉric Araujo2011-09-011-13/+27
| * | | | | Add missing name in shutil.__all__Éric Araujo2011-09-011-1/+2
| * | | | | Minor improvement to extensions in setup.cfg: check parent packageÉric Araujo2011-09-013-5/+50
| * | | | | Minor improvement to extensions section in setup.cfg.Éric Araujo2011-09-013-13/+23
| * | | | | Merge doc changes from 3.2.Éric Araujo2011-09-0112-46/+37
| |\ \ \ \ \ | | |/ / / /
| | * | | | Adapt/remove mentions of functions gone in 3.xÉric Araujo2011-09-013-11/+2
| | * | | | Fix some misuses of Sphinx roles and one typoÉric Araujo2011-09-015-8/+8
| | * | | | Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.Éric Araujo2011-09-015-25/+25
| * | | | | Clean up packaging.util: add __all__, remove some unused functions.Éric Araujo2011-09-019-181/+42
* | | | | | Merge 3.2: Issue #12636: IDLE reads the coding cookie when executing a Python...Victor Stinner2011-09-013-35/+35
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Issue #12636: IDLE reads the coding cookie when executing a Python script.Victor Stinner2011-09-012-5/+8
| * | | | | IDLE: fix some RessourceWarning, reuse tokenize.open()Victor Stinner2011-09-012-31/+28
* | | | | | Merge 3.2: Remove unused variable if Python is build without threadsVictor Stinner2011-09-011-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove unused variable if Python is build without threadsVictor Stinner2011-09-011-0/+2
* | | | | | Issue #12494: Close pipes and kill process on error in subprocess functionsVictor Stinner2011-09-012-22/+38
* | | | | | Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD:Charles-François Natali2011-09-011-0/+3
* | | | | | merge 3.2Benjamin Peterson2011-09-013-6/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | make sure to initialize the method wrapper typeBenjamin Peterson2011-09-013-6/+7
* | | | | | Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is nowAntoine Pitrou2011-09-014-6/+27
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is nowAntoine Pitrou2011-09-014-6/+27
* | | | | | Merge doc fix with 3.2.Ezio Melotti2011-09-011-7/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from...Ezio Melotti2011-09-011-7/+2
* | | | | | Merge with 3.2.Ross Lagerwall2011-09-011-5/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove duplicate text in os documentation.Ross Lagerwall2011-09-011-5/+0