summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15150: regenerate python3stub.def.Martin v. Löwis2012-06-232-1/+3
|
* Merge with 3.2Martin v. Löwis2012-06-231-2/+2
|\
| * The build target of this makefile is python3.dll, not python32.dll.Martin v. Löwis2012-06-231-2/+2
| |
* | Issue #15102: Allow platform-specific settings for the current projectStefan Krah2012-06-231-2/+2
| | | | | | | | to override environment variables.
* | Properly test the various builtins lookup cases in inspect.getclosurevarsNick Coghlan2012-06-231-0/+24
| |
* | Fix typo in Misc/NEWSHynek Schlawack2012-06-231-1/+1
| |
* | #4489: Add a shutil.rmtree that isn't suspectible to symlink attacksHynek Schlawack2012-06-234-43/+150
| | | | | | | | | | It is used automatically on platforms supporting the necessary os.openat() and os.unlinkat() functions. Main code by Martin von Löwis.
* | Use non-deprecated speling.Antoine Pitrou2012-06-231-44/+44
| |
* | Properly cleanup pep3147 modules in test_importAntoine Pitrou2012-06-231-4/+4
| |
* | Try to further debug occasional buildbot failureAntoine Pitrou2012-06-231-0/+6
| |
* | On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile.Antoine Pitrou2012-06-231-8/+10
| | | | | | | | (patch by Serhiy)
* | #15114: the strict mode of HTMLParser and the HTMLParseError exception are ↵Ezio Melotti2012-06-234-18/+35
| | | | | | | | deprecated now that the parser is able to parse invalid markup.
* | Issue #15142: Fix reference leak when deallocating instances of types ↵Antoine Pitrou2012-06-232-0/+9
|\ \ | |/ | | | | created using PyType_FromSpec().
| * Issue #15142: Fix reference leak when deallocating instances of types ↵Antoine Pitrou2012-06-232-0/+9
| | | | | | | | created using PyType_FromSpec().
* | Remove outdated statementAntoine Pitrou2012-06-231-7/+1
| |
* | Fix test_re failure under Windows.Antoine Pitrou2012-06-231-5/+1
| |
* | Issue #3665: \u and \U escapes are now supported in unicode regular expressions.Antoine Pitrou2012-06-234-34/+144
| | | | | | | | Patch by Serhiy Storchaka.
* | Issue #12965: Merge from 3.2.Mark Dickinson2012-06-231-22/+39
|\ \ | |/
| * Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah.Mark Dickinson2012-06-231-22/+39
| |
* | Try to fix shutil.which() tests on Windows by fixing a typo introduced in ↵Georg Brandl2012-06-231-1/+1
| | | | | | | | 27f9c26fdd8b in posix_access().
* | Issue #12965: Merge from 3.2.Mark Dickinson2012-06-231-18/+23
|\ \ | |/
| * Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); ↵Mark Dickinson2012-06-231-18/+23
| | | | | | | | clarify that __int__ will be called for non-PyLongs
* | Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing ↵Nick Coghlan2012-06-235-0/+98
| | | | | | | | of generator state updates
* | Issue #12965: Merge from 3.2Mark Dickinson2012-06-231-13/+16
|\ \ | |/
| * Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify ↵Mark Dickinson2012-06-231-13/+16
| | | | | | | | that __int__ will be called for non-PyLongs
* | Close #13062: Add inspect.getclosurevars to simplify testing stateful closuresNick Coghlan2012-06-235-2/+184
| |
* | mergeMark Dickinson2012-06-231-2/+2
|\ \
| * \ Remove useless test (flowinfo is unsigned).Charles-François Natali2012-06-231-2/+2
| |\ \ | | |/
| | * Remove useless test (flowinfo is unsigned).Charles-François Natali2012-06-231-2/+2
| | |
* | | Issue #14742: test_unparse now only checks a limited number of files unless ↵Mark Dickinson2012-06-232-1/+7
|/ / | | | | | | the 'cpu' resource is specified.
* | Fix #15148. Capitalize PATH, hopefully leading to less confusionBrian Curtin2012-06-231-1/+1
| |
* | Fix #15148. Make the shutil.which docstring more thoroughBrian Curtin2012-06-231-1/+3
| |
* | Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.)Larry Hastings2012-06-232-12/+26
| |
* | Revert unintended change in 973b4806f760Brian Curtin2012-06-231-42/+4
| |
* | file was the old arg name from an earlier patch. command matches the ↵Brian Curtin2012-06-232-6/+44
| | | | | | | | implementation
* | Issue #15148: Fixed typos in shutil.which() docstringAlexander Belopolsky2012-06-231-1/+1
| |
* | fixed whitespaceAlexander Belopolsky2012-06-231-1/+1
| |
* | Issues #11024: Fixes and additional tests for Time2Internaldate.Alexander Belopolsky2012-06-234-35/+62
| |
* | Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support ↵Jesus Cea2012-06-231-2/+2
| | | | | | | | for SEEK_HOLE/SEEK_DATA
* | Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-06-231-0/+3
| |
* | A better repr() for FileFinderAntoine Pitrou2012-06-232-1072/+1088
| |
* | Issue #14626: Fix buildbot issue on x86 Tiger 3.x.Larry Hastings2012-06-231-1/+1
| |
* | Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.)Larry Hastings2012-06-232-2/+7
| |
* | Issue #14626: Large refactoring of functions / parameters in the os module.Larry Hastings2012-06-229-2985/+3357
| | | | | | | | | | | | | | | | | | Many functions now support "dir_fd" and "follow_symlinks" parameters; some also support accepting an open file descriptor in place of of a path string. Added os.support_* collections as LBYL helpers. Removed many functions only previously seen in 3.3 alpha releases (often starting with "f" or "l", or ending with "at"). Originally suggested by Serhiy Storchaka; implemented by Larry Hastings.
* | Fix silly mistake in debugging codeAntoine Pitrou2012-06-221-1/+1
| |
* | Whitespace.Stefan Krah2012-06-221-1/+1
| |
* | Issue #15008: Implement PEP 362 "Signature Objects".Larry Hastings2012-06-223-4/+1697
| | | | | | | | Patch by Yury Selivanov.
* | MergeGuido van Rossum2012-06-2241-174/+2414
|\ \
| * | Add debug output for temporary buildbot failuresAntoine Pitrou2012-06-221-1/+3
| | |
| * | Issue #444582: shutil.which() respects relative paths.Antoine Pitrou2012-06-223-3/+13
| | |