- 569ff4f Issue #15031: Refactor some code in importlib pertaining to validating by Brett Cannon · 12 years ago
- c57f9f9 Merge from 3.3 for fix for issue #16730 by Brett Cannon · 12 years ago
- a9976b3 Issue #16730: Don't raise an exception in by Brett Cannon · 12 years ago
- 7ae320d (Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
- 20b654a Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
- ae2039e merge 3.3 by Benjamin Peterson · 12 years ago
- 198399d bring Python into 2013 by Benjamin Peterson · 12 years ago
- f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
- 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 12 years ago
- 6f0c94d improve tracing performance when f_trace is NULL (closes #16672) by Benjamin Peterson · 12 years ago
- fc8f5c5 update importlib.h by Benjamin Peterson · 12 years ago
- 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
- ad8c461 Add sanity assertions in some import lock code (issue #15599). by Antoine Pitrou · 12 years ago
- 202b606 Add sanity assertions in some import lock code (issue #15599). by Antoine Pitrou · 12 years ago
- ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
- 9272279 use error label instead of breaking eval loop (closes #16693) by Benjamin Peterson · 12 years ago
- 5cb8a31 cleanup and fix refleaks by Benjamin Peterson · 12 years ago
- 6b2cbeb Issue #16421: allow to load multiple modules from the same shared object. by Andrew Svetlov · 12 years ago
- f76f0ee compile doesn't accept code objects by Philip Jenvey · 12 years ago
- f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
- 70b224d assert than we never try to deal with True, False, or None as a name by Benjamin Peterson · 12 years ago
- 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
- a6cfb28 Issue #15627: This is simply an update to the name of a new method recently added by Eric Snow · 12 years ago
- d45c7f8 Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
- 41a234a Issue #16416: Fix compilation error by Victor Stinner · 12 years ago
- 2660e42 (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
- 27b1ca2 Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
- 4569467 Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Christian Heimes · 12 years ago
- 17485bf Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Christian Heimes · 12 years ago
- 56379c0 Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Christian Heimes · 12 years ago
- 073f067 Issue #16546: merge fix from 3.3 by Mark Dickinson · 12 years ago
- ded35ae Issue #16546: make ast.YieldFrom argument mandatory. by Mark Dickinson · 12 years ago
- 8b9a8f3 #16306: merge with 3.3. by Ezio Melotti · 12 years ago
- 8a6d1fe #16306: merge with 3.2. by Ezio Melotti · 12 years ago
- a0dd22e #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
- 3c76aa6 Remove unused variabile "plain" in builtin_exec. by Ezio Melotti · 12 years ago
- b72c109 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
- 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
- 5c1c831 RISCOS support has been removed a long time ago. Remove last remains in sys.flags code. #16501 can be closed, too. by Christian Heimes · 12 years ago
- 540187f Regen importlib.h by Brett Cannon · 12 years ago
- 5650e4f Issue #15627: Add the compile_source() method to importlib.abc.SourceLoader. by Brett Cannon · 12 years ago
- 195ad6c #16306: merge with 3.3. by Ezio Melotti · 12 years ago
- f7c709d #16306: merge with 3.2. by Ezio Melotti · 12 years ago
- 7c66319 #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 12 years ago
- e4710cf Issue #15894: Document why we don't worry about re-acquiring the by Brett Cannon · 12 years ago
- 0d92c4f Issue #16416: Fix error handling in _Py_wchar2char() _Py_char2wchar() functions by Victor Stinner · 12 years ago
- fc93ec5 merge heads by Benjamin Peterson · 12 years ago
- c7a8a21 merge 3.3 (sort of) by Benjamin Peterson · 12 years ago
- e262377 Issue #16416: OS data are now always encoded/decoded to/from by Victor Stinner · 12 years ago
- 2a0e226 recompile importlib.h by Benjamin Peterson · 12 years ago
- abaca8c Merge 3.3. by Stefan Krah · 12 years ago
- 6df5cae Issue #15835: Define PATH_MAX on HP-UX. by Stefan Krah · 12 years ago
- 15c02e3 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
- 33363f4 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
- 5c6b3e2 Issue #15001: fix segfault on "del sys.module['__main__']" by Hynek Schlawack · 12 years ago
- 6c5f521 #5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds. by Ezio Melotti · 12 years ago
- e69bfc3 Issue #5765: Merge from 3.3 by Nick Coghlan · 12 years ago
- aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 12 years ago
- 1e58ae4 #16336: merge with 3.3. by Ezio Melotti · 12 years ago
- a0b5c46 #16336: merge with 3.2. by Ezio Melotti · 12 years ago
- 540da76 #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
- 76bcff2 Issue #7317: Display full tracebacks when an error occurs asynchronously. by Andrew Svetlov · 12 years ago
- 1511a5a Merge issue #16218: Support non ascii characters in python launcher. by Andrew Svetlov · 12 years ago
- 90c0eb2 Issue #16218: Support non ascii characters in python launcher. by Andrew Svetlov · 12 years ago
- d9c8702 point errors related to nonlocals and globals to the statement declaring them (closes #10189) by Benjamin Peterson · 12 years ago
- da58c3d merge 3.3 by Benjamin Peterson · 12 years ago
- e132f52 check return value of _PyUnicode_AsString by Benjamin Peterson · 12 years ago
- 42124a7 initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function by Benjamin Peterson · 12 years ago
- 76df43d Issue #16330: Use surrogate-related macros by Victor Stinner · 12 years ago
- 16bb545 merge with 3.3 by Philip Jenvey · 12 years ago
- 5f9459f merge with 3.2 by Philip Jenvey · 12 years ago
- 45c4149 bounds check for bad data (thanks amaury) by Philip Jenvey · 12 years ago
- 557c76c Fix compilation on Windows by Nick Coghlan · 12 years ago
- d4f5ad6 Merge fix from #6074 from 3.3 by Nick Coghlan · 12 years ago
- eb8d627 Issue #6074: Apply an appropriate fix for importlib based imports by Nick Coghlan · 12 years ago
- 34937ce Issue #6074: Forward port Windows read-only source file fix from 2.7 by Nick Coghlan · 12 years ago
- 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
- 744fadd Merge issue #15833: don't raise an exception if importlib can't write by Trent Nelson · 12 years ago
- d783c8e Issue #15833: don't raise an exception if importlib can't write byte-compiled by Trent Nelson · 12 years ago
- fe1bcb6 move more variable declarations to the top of blocks by Benjamin Peterson · 12 years ago
- f208df3 move declaration to top of block by Benjamin Peterson · 12 years ago
- 31a58ff ceval cleanup by Benjamin Peterson · 12 years ago
- 6072e0b Remove uses of % with str.format. by Brett Cannon · 12 years ago
- 9407d50 Merge fix for issue #15111. by Brett Cannon · 12 years ago
- a6ce4fd Closes issue #15111: Calling __import__ with a module specified in by Brett Cannon · 12 years ago
- 00f86f2 add some missing DISPATCH() by Benjamin Peterson · 12 years ago
- f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
- b48925a #16135: Removal of OS/2 support (I) by Jesus Cea · 12 years ago
- 3b635cd Close #15766: Catch exceptions while raising the ImportError in imp.load_dynamic() by Victor Stinner · 12 years ago
- 621ef3d Issue #15609: Optimize str%args for integer argument by Victor Stinner · 12 years ago
- 8ed677d Add some comments. by Brett Cannon · 12 years ago
- feaa54f don't depend on __debug__ because it's baked in at freeze time (issue #16046) by Benjamin Peterson · 12 years ago
- ca8aa4a Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. by Antoine Pitrou · 12 years ago
- 10ca1fe Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases. by Christian Heimes · 12 years ago
- 55ad651 Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases. by Christian Heimes · 12 years ago
- 9c5b521 Partly revert ad3824a90261 and add comment about reference ownership by Christian Heimes · 12 years ago
- 1526582 Partly revert ad3824a90261 and add comment about reference ownership by Christian Heimes · 12 years ago
- e9a6d62 Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR. _PyUnicode_AsStringAndSize() can return NULL without touching the len argument. Also remove unnecessary PyUnicode_Check(), _PyUnicode_AsStringAndSize() performance the test again. CID 486815 by Christian Heimes · 12 years ago
- 5557a9c Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR. _PyUnicode_AsStringAndSize() can return NULL without touching the len argument. Also remove unnecessary PyUnicode_Check(), _PyUnicode_AsStringAndSize() performance the test again. CID 486815 by Christian Heimes · 12 years ago
- 6d29352 Issue #15895: my analysis was slightly off. The FILE pointer is only leaked when set_main_loader() fails for a pyc file with closeit=0. In the success case run_pyc_file() does its own cleanup of the fp. I've changed the code to use another FILE ptr for pyc files and moved the fclose() to PyRun_SimpleFileExFlags() to make it more obvious what's happening. by Christian Heimes · 12 years ago