summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.Ross Lagerwall2011-06-251-0/+2
* Merge with 3.2 (Issue #12404).Ross Lagerwall2011-06-251-0/+3
|\
| * Issue 12404: Remove C89 incompatible code from mmap module.Ross Lagerwall2011-06-251-0/+3
* | Merge #10206: add test for previously fixed bug.R David Murray2011-06-241-0/+1
|\ \ | |/
| * #10206: add test for previously fixed bug.R David Murray2011-06-241-0/+1
* | give the names of missing positional or keyword-only arguments (closes #12356)Benjamin Peterson2011-06-241-0/+4
* | #1874: detect invalid multipart CTE and report it as a defect.R David Murray2011-06-221-0/+3
* | (merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy theVictor Stinner2011-06-211-0/+3
|\ \ | |/
| * Close #12383: Fix subprocess module with env={}: don't copy the environmentVictor Stinner2011-06-211-0/+3
* | use a invalid name for the __class__ closure for super() (closes #12370)Benjamin Peterson2011-06-191-0/+3
* | packaging: Add the project directory to sys.path to support local setup hooks.Éric Araujo2011-06-191-1/+4
* | ACKS update for devguide patch (closes #12278)Nick Coghlan2011-06-191-0/+1
* | #6771: Move wrapper function into __init__ and eliminate wrapper moduleR David Murray2011-06-181-0/+4
* | merge #11584: make Header and make_header handle binary unknown-8bit inputR David Murray2011-06-181-1/+2
|\ \ | |/
| * #11584: make Header and make_header handle binary unknown-8bit inputR David Murray2011-06-181-1/+2
* | merge #11584: make decode_header handle Header objects correctlyR David Murray2011-06-181-0/+3
|\ \ | |/
| * #11584: make decode_header handle Header objects correctlyR David Murray2011-06-181-0/+3
* | merge #11700: proxy object close methods can now be called multiple timesR David Murray2011-06-171-0/+3
|\ \ | |/
| * #11700: proxy object close methods can now be called multiple timesR David Murray2011-06-171-0/+3
* | merge #11767: use context manager to close file in __getitem__ to prevent FD ...R David Murray2011-06-171-0/+2
|\ \ | |/
| * #11767: use context manager to close file in __getitem__ to prevent FD leakR David Murray2011-06-171-0/+2
* | (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.requestVictor Stinner2011-06-171-0/+4
|\ \ | |/
| * Issue #12133: fix a ResourceWarning in urllib.requestVictor Stinner2011-06-171-0/+4
| * branch merge?Brian Curtin2011-06-132-0/+16
| |\
* | \ branch mergeBrian Curtin2011-06-131-0/+3
|\ \ \
| * \ \ Merge from 3.2 for Issue #12084.Brian Curtin2011-06-131-0/+3
| |\ \ \ | | |/ /
| | * | Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.Brian Curtin2011-06-131-0/+3
* | | | allow __dir__ to return any sequenceBenjamin Peterson2011-06-111-0/+3
* | | | merge 3.2 (#9284)Benjamin Peterson2011-06-111-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | allow "fake" filenames in findsource (closes #9284)Benjamin Peterson2011-06-111-0/+3
* | | | Branch mergeÉric Araujo2011-06-112-0/+8
|\ \ \ \
| * | | | Allow multiple setup hooks in packaging’s setup.cfg files (#12240).Éric Araujo2011-06-111-0/+3
| * | | | Fix assorted bugs in packaging.util.cfg_to_args (#11595).Éric Araujo2011-06-102-0/+5
* | | | | Issue #12287: In ossaudiodev, check that the device isn't closed in severalCharles-François Natali2011-06-111-0/+3
* | | | | merge headsBenjamin Peterson2011-06-102-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | Branch mergeÉric Araujo2011-06-102-0/+5
| |\ \ \ \
| | * | | | Don’t try to install something when running from uninstalled source (#12246).Éric Araujo2011-06-102-0/+5
* | | | | | merge 3.2 (#12009)Benjamin Peterson2011-06-102-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | merge 3.1 (#12009)Benjamin Peterson2011-06-102-0/+3
| |\ \ \ \
| | * | | | fix regression in netrc comment handling (closes #12009)Benjamin Peterson2011-06-102-0/+6
* | | | | | Merge #10694: zipfile now ignores garbage at the end of a zipfile.R David Murray2011-06-091-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | #10694: zipfile now ignores garbage at the end of a zipfile.R David Murray2011-06-091-0/+2
* | | | | | merge #12283: Fixed regression in smtplib quoting of leading dots in DATA.R David Murray2011-06-091-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | #12283: Fixed regression in smtplib quoting of leading dots in DATA.R David Murray2011-06-091-0/+2
* | | | | | #10424: argument names are now included in the missing argument messageR David Murray2011-06-091-0/+3
* | | | | | Merged fix for issue #12168 from 3.2.Vinay Sajip2011-06-091-0/+3
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Issue #12168: SysLogHandler now allows NUL termination to be controlled using...Vinay Sajip2011-06-091-0/+3
* | | | | The change done for #10645 deserves a NEWS entryÉric Araujo2011-06-091-0/+3
* | | | | Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.Brian Curtin2011-06-081-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.Brian Curtin2011-06-081-0/+3
| | |_|/ | |/| |