summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* allow __dir__ to return any sequenceBenjamin Peterson2011-06-114-32/+29
* merge 3.2 (#9284)Benjamin Peterson2011-06-113-2/+26
|\
| * allow "fake" filenames in findsource (closes #9284)Benjamin Peterson2011-06-113-2/+26
* | Merge minor doc change from 3.2Éric Araujo2011-06-111-0/+2
|\ \ | |/
| * Add missing reST target to one heading in the tutorialÉric Araujo2011-06-111-0/+2
* | Branch mergeÉric Araujo2011-06-118-77/+156
|\ \
| * | Adjust logging in packaging.util.spawn (related to #11599)Éric Araujo2011-06-111-2/+3
| * | Use correct directive to document one methodÉric Araujo2011-06-111-1/+1
| * | Allow multiple setup hooks in packaging’s setup.cfg files (#12240).Éric Araujo2011-06-105-31/+61
| * | setup.cfg: Document that description-file can contain more than one fileÉric Araujo2011-06-103-9/+7
| * | Fix assorted bugs in packaging.util.cfg_to_args (#11595).Éric Araujo2011-06-104-17/+67
| * | Move useful function to packaging.util.Éric Araujo2011-06-102-18/+18
* | | Issue #12287: In ossaudiodev, check that the device isn't closed in severalCharles-François Natali2011-06-113-0/+110
* | | merge 3.2Benjamin Peterson2011-06-110-0/+0
|\ \ \ | | |/ | |/|
| * | merge 3.1Benjamin Peterson2011-06-110-0/+0
| |\ \
| | * | onto 3.1.5Benjamin Peterson2011-06-112-1/+13
* | | | merge 3.2Benjamin Peterson2011-06-111-0/+1
|\ \ \ \ | |/ / /
| * | | merge 3.1Benjamin Peterson2011-06-111-0/+1
| |\ \ \ | | |/ /
| | * | Added tag v3.1.4 for changeset c918ec9f3a76Benjamin Peterson2011-06-111-0/+1
| | * | bump to 3.1.4v3.1.4Benjamin Peterson2011-06-115-7/+7
* | | | Updated Formatter.formatTime docs to indicate configuration via class attribu...Vinay Sajip2011-06-101-0/+12
* | | | Merged documentation change for Issue #12168.Vinay Sajip2011-06-101-0/+15
|\ \ \ \ | |/ / /
| * | | Documented change for Issue #12168.Vinay Sajip2011-06-101-0/+15
* | | | merge headsBenjamin Peterson2011-06-107-9/+35
|\ \ \ \ | | |_|/ | |/| |
| * | | Branch mergeÉric Araujo2011-06-107-9/+35
| |\ \ \
| | * | | Don’t try to install something when running from uninstalled source (#12246).Éric Araujo2011-06-104-5/+31
| | * | | Clean up extra environment variable after packaging tests.Éric Araujo2011-06-101-1/+1
| | * | | Fix omission in test for packaging install_distinfo command.Éric Araujo2011-06-101-1/+1
| | * | | Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218)Éric Araujo2011-06-101-1/+1
| | * | | Packaging: use repr to display projects name (3ebabfbf6fe3 followup)Éric Araujo2011-06-101-1/+1
* | | | | merge 3.2 (#12009)Benjamin Peterson2011-06-104-44/+102
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | merge 3.1 (#12009)Benjamin Peterson2011-06-104-44/+102
| |\ \ \ | | | |/ | | |/|
| | * | fix regression in netrc comment handling (closes #12009)Benjamin Peterson2011-06-104-44/+105
* | | | null merge 3.2 (patch already applied to 3.3)Victor Stinner2011-06-100-0/+0
|\ \ \ \ | |/ / /
| * | | null merge 3.1 (patch already applied to 3.2)Victor Stinner2011-06-100-0/+0
| |\ \ \ | | |/ /
| | * | Issue #10801: Fix test_unicode_filenames() of test_zipfileVictor Stinner2011-06-101-1/+2
* | | | Issue #8407: skip sigwait() tests if pthread_sigmask() is missingVictor Stinner2011-06-101-0/+2
* | | | test_platform: ignore DeprecationWarning on popen() testVictor Stinner2011-06-101-15/+20
* | | | Issue #8407: write error message on sigwait test failureVictor Stinner2011-06-101-3/+4
* | | | Issue #8407: Make signal.sigwait() tests more reliableVictor Stinner2011-06-101-14/+53
* | | | Issue #9344: Add os.getgrouplist().Ross Lagerwall2011-06-106-252/+368
* | | | Issue #8407: signal.sigwait() releases the GILVictor Stinner2011-06-092-0/+21
* | | | Removed a Windows 9x trick used before LoadLibraryExW.Brian Curtin2011-06-091-17/+8
* | | | Merge #10694: zipfile now ignores garbage at the end of a zipfile.R David Murray2011-06-093-10/+28
|\ \ \ \ | |/ / /
| * | | #10694: zipfile now ignores garbage at the end of a zipfile.R David Murray2011-06-093-10/+28
* | | | merge #12283: Fixed regression in smtplib quoting of leading dots in DATA.R David Murray2011-06-093-1/+18
|\ \ \ \ | |/ / /
| * | | #12283: Fixed regression in smtplib quoting of leading dots in DATA.R David Murray2011-06-093-1/+18
* | | | Merged upstream changes.Vinay Sajip2011-06-093-10/+69
|\ \ \ \
| * | | | #10424: argument names are now included in the missing argument messageR David Murray2011-06-093-10/+69
* | | | | Made time formats in Formatter more configurable.Vinay Sajip2011-06-091-2/+5
|/ / / /