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