| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Issue9670: Merge backout from 3.2. | Ned Deily | 2011-04-09 | 1 | -12/+0 |
|\ \ \
| |/ / |
|
| * | | Issue9670: Merge backout to 3.2. | Ned Deily | 2011-04-09 | 1 | -12/+0 |
| |\ \
| | |/ |
|
| | * | Issue9670: Back out changeset 378b40d71175; test fails on other platforms | Ned Deily | 2011-04-09 | 1 | -12/+0 |
|
|
* | | | Issue #9670: merge with current | Ned Deily | 2011-04-09 | 1 | -0/+12 |
|\ \ \
| |/ / |
|
| * | | Issue #9670: merge with 3.2 | Ned Deily | 2011-04-09 | 1 | -0/+12 |
| |\ \
| | |/ |
|
| | * | Issue #9670: Increase the default stack size for secondary threads on | Ned Deily | 2011-04-09 | 1 | -0/+12 |
|
|
| | * | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file | Victor Stinner | 2011-03-21 | 1 | -1/+11 |
|
|
* | | | Removed 'or long integer' from bin, oct, and hex docstrings. | Alexander Belopolsky | 2011-04-07 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Removed 'or long integer' from bin, oct, and hex docstrings. | Alexander Belopolsky | 2011-04-07 | 1 | -3/+3 |
|
|
* | | | Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. | Victor Stinner | 2011-04-04 | 2 | -8/+8 |
|
|
* | | | Issue #10785: Store the filename as Unicode in the Python parser. | Victor Stinner | 2011-04-04 | 1 | -16/+24 |
|
|
* | | | Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes | Victor Stinner | 2011-04-04 | 2 | -17/+27 |
|
|
* | | | Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame | Victor Stinner | 2011-04-01 | 1 | -7/+7 |
|
|
* | | | Issue #11393: The fault handler handles also SIGABRT | Victor Stinner | 2011-04-01 | 1 | -0/+1 |
|
|
* | | | Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if | Victor Stinner | 2011-03-31 | 1 | -2/+3 |
|\ \ \
| |/ / |
|
| * | | sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not | Victor Stinner | 2011-03-31 | 1 | -2/+3 |
|
|
* | | | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-30 | 2 | -0/+256 |
|
|
* | | | Issue #11618: Fix the timeout logic in threading.Lock.acquire() under | Antoine Pitrou | 2011-03-30 | 1 | -59/+8 |
|\ \ \
| |/ / |
|
| * | | Issue #11618: Fix the timeout logic in threading.Lock.acquire() under | Antoine Pitrou | 2011-03-30 | 1 | -59/+8 |
|
|
| * | | Fix #11586: typo in initfsencoding() | Victor Stinner | 2011-03-20 | 1 | -1/+1 |
|
|
* | | | Remove traces of division_warning left over from Python 2 (#10998) | Éric Araujo | 2011-03-26 | 1 | -4/+2 |
|
|
* | | | Make importlib compatible with __import__ by "fixing" code.co_filename | Brett Cannon | 2011-03-23 | 1 | -0/+27 |
|
|
* | | | Issue #11244: Remove outdated peepholer check that was preventing the peephol... | Mark Dickinson | 2011-03-23 | 1 | -4/+2 |
|
|
* | | | Issue #11630, issue #3080: Fix refleak introduced by ef2b6305d395 | Victor Stinner | 2011-03-22 | 1 | -1/+4 |
|
|
* | | | Issue #3080: On DJGPP, case_bytes() returns -1 to signal an error if the file | Victor Stinner | 2011-03-22 | 1 | -1/+1 |
|
|
* | | | Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s | Victor Stinner | 2011-03-22 | 1 | -1/+1 |
|
|
* | | | Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of | Victor Stinner | 2011-03-21 | 1 | -26/+22 |
|
|
* | | | Fix #11586: typo in initfsencoding() | Victor Stinner | 2011-03-20 | 1 | -1/+1 |
|
|
* | | | Issue #3080: imp.load_module() accepts None for the module path | Victor Stinner | 2011-03-20 | 1 | -8/+13 |
|
|
* | | | Issue #3080: Fix call to case_ok() in find_init_module() | Victor Stinner | 2011-03-20 | 1 | -4/+4 |
|
|
* | | | Issue #3080: Fix case_ok() using case_bytes() | Victor Stinner | 2011-03-20 | 1 | -2/+2 |
|
|
* | | | Issue #3080: Add PyImport_ImportModuleLevelObject() function | Victor Stinner | 2011-03-14 | 2 | -17/+26 |
|
|
* | | | Issue #3080: Use repr() to format the module name on error | Victor Stinner | 2011-03-14 | 1 | -7/+7 |
|
|
* | | | Fix imp.cache_from_source() if the directory name contains a dot | Victor Stinner | 2011-03-14 | 1 | -2/+2 |
|
|
* | | | Issue #3080: imp.new_module() uses Unicode | Victor Stinner | 2011-03-14 | 1 | -3/+3 |
|
|
* | | | Issue #3080: find_module() returns the path as Unicode | Victor Stinner | 2011-03-14 | 1 | -97/+74 |
|
|
* | | | Issue #3080: case_ok() expects Unicode strings | Victor Stinner | 2011-03-14 | 1 | -49/+132 |
|
|
* | | | Issue #3080: find_init_module() expects Unicode | Victor Stinner | 2011-03-20 | 1 | -43/+45 |
|
|
* | | | Issue #3080: Refactor find_module_path(), use return instead of break | Victor Stinner | 2011-03-14 | 1 | -40/+37 |
|
|
* | | | Issue #3080: find_module() sets an empty path for builtin and frozen modules | Victor Stinner | 2011-03-14 | 1 | -6/+2 |
|
|
* | | | Issue #3080: Rename some path variables to path_list | Victor Stinner | 2011-03-14 | 1 | -20/+20 |
|
|
* | | | Issue #3080: find_module() expects module fullname and subname as Unicode | Victor Stinner | 2011-03-14 | 1 | -86/+84 |
|
|
* | | | Issue #3080: Drop OS/2 support for the import machinery | Victor Stinner | 2011-03-14 | 1 | -52/+0 |
|
|
* | | | Issue #3080: Reindent and simplify import_submodule() | Victor Stinner | 2011-03-14 | 1 | -42/+39 |
|
|
* | | | Issue #3080: Use %R to format module name in error messages | Victor Stinner | 2011-03-14 | 1 | -2/+2 |
|
|
* | | | Issue #3080: Use Unicode for the "The Magnum Opus of dotted-name import" | Victor Stinner | 2011-03-15 | 1 | -159/+222 |
|
|
* | | | Issue #3080: PyImport_ImportModuleNoBlock() uses Unicode | Victor Stinner | 2011-03-14 | 1 | -11/+14 |
|
|
* | | | Issue #3080: load_module() expects name and path as Unicode | Victor Stinner | 2011-03-14 | 1 | -81/+55 |
|
|
* | | | Issue #3080: Use Unicode to import source and compiled modules | Victor Stinner | 2011-03-19 | 1 | -151/+201 |
|
|
* | | | Issue #3080: get_sourcefile(), make_source_pathname(), load_package() | Victor Stinner | 2011-03-14 | 1 | -88/+131 |
|
|