Antoine Pitrou
|
cf1c8339f9
|
Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding.
|
2012-02-22 18:08:30 +01:00 |
|
Antoine Pitrou
|
4f22a8d739
|
Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding.
|
2012-02-22 18:05:43 +01:00 |
|
Antoine Pitrou
|
7214612443
|
In find_module(), do not silence fileno() and dup() errors.
|
2012-02-22 18:03:04 +01:00 |
|
Victor Stinner
|
a3dd409b52
|
Remove now useless arbitrary limit of module name length
|
2012-01-26 00:31:49 +01:00 |
|
Antoine Pitrou
|
581616624d
|
Port import fixes from 2.7.
|
2012-01-25 18:06:07 +01:00 |
|
Antoine Pitrou
|
33d15f7c85
|
Port import fixes from 2.7.
|
2012-01-25 18:01:45 +01:00 |
|
Antoine Pitrou
|
abaf89b2be
|
Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
|
2012-01-24 17:45:50 +01:00 |
|
Antoine Pitrou
|
2be60afb7e
|
Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
|
2012-01-24 17:44:06 +01:00 |
|
Antoine Pitrou
|
165e01f83f
|
Fix the builtin module initialization code to store the init function for future reinitialization.
|
2012-01-18 20:17:58 +01:00 |
|
Antoine Pitrou
|
6c40eb7f42
|
Fix the builtin module initialization code to store the init function for future reinitialization.
|
2012-01-18 20:16:09 +01:00 |
|
Antoine Pitrou
|
5136ac0ca2
|
Issue #13645: pyc files now contain the size of the corresponding source
code, to avoid timestamp collisions (especially on filesystems with a low
timestamp resolution) when checking for freshness of the bytecode.
|
2012-01-13 18:52:16 +01:00 |
|
Victor Stinner
|
3573476271
|
(Merge 3.2) Handle correctly _Py_fopen() error: don't replace the exception
|
2011-12-18 21:05:22 +01:00 |
|
Victor Stinner
|
bd0850b857
|
import.c now catchs _Py_stat() exceptions
_Py_stat() now returns -2 if an exception was raised.
|
2011-12-18 20:47:30 +01:00 |
|
Charles-François Natali
|
1659b83b1d
|
Followup to a541bda2f5e2: Add a short comment.
|
2011-12-07 23:17:58 +01:00 |
|
Charles-François Natali
|
7c0b0cc9f9
|
Issue #11051: Reduce the number of syscalls per import.
|
2011-12-07 19:16:01 +01:00 |
|
Antoine Pitrou
|
86a36b500a
|
PEP 3155 / issue #13448: Qualified name for classes and functions.
|
2011-11-25 18:56:07 +01:00 |
|
Victor Stinner
|
1f7951711c
|
Catch PyUnicode_AS_UNICODE() errors
|
2011-11-17 00:45:54 +01:00 |
|
Antoine Pitrou
|
8ad982cccf
|
Use PyUnicode_FromFormat() to create the temporary file name.
Also, as in importlib, append the id of an object to make the file name
pseudo-random.
|
2011-11-15 22:27:32 +01:00 |
|
Antoine Pitrou
|
1d8f3f451c
|
Fix regression under Windows following b75b41237380 (from issue #13392)
|
2011-11-15 20:40:55 +01:00 |
|
Antoine Pitrou
|
28e401e717
|
Issue #13392: Writing a pyc file should now be atomic under Windows as well.
|
2011-11-15 19:15:19 +01:00 |
|
Charles-François Natali
|
0c929d9d39
|
Issue #13303: Fix bytecode file default permission.
|
2011-11-10 19:12:29 +01:00 |
|
Éric Araujo
|
e64052176d
|
Merge follow-up for #11254 and other changes from 3.2
|
2011-11-03 05:17:11 +01:00 |
|
Éric Araujo
|
5df1108de2
|
Add signatures to the docstring of functions added to imp by PEP 3147
|
2011-11-03 03:38:44 +01:00 |
|
Antoine Pitrou
|
8db076cf8a
|
Issue #10363: Deallocate global locks in Py_Finalize().
|
2011-10-30 19:13:55 +01:00 |
|
Charles-François Natali
|
e695eec24a
|
Issue #13303: Fix a race condition in the bytecode file creation.
|
2011-10-31 20:47:31 +01:00 |
|