- 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 8 years ago
- 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 8 years ago
- 1ce738e Merge typo fixes from 3.5 by Martin Panter · 9 years ago
- 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
- ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
- 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 10 years ago
- d600951 Issue #22869: Split pythonrun into two modules by Nick Coghlan · 10 years ago
- 1c0689c Issue #19526: Exclude all new API from the stable ABI. by Martin v. Löwis · 11 years ago
- 95701bd Issue #19512: Add PyRun_InteractiveOneObject() function by Victor Stinner · 11 years ago
- c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
- 1805a62 Issue #16129: Py_SetStandardStreamEncoding cleanups by Nick Coghlan · 11 years ago
- a0f074f Issue #16129: Move Py_SetStandardStreamEncoding declaration by Nick Coghlan · 11 years ago
- 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
- 4879a96 Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor, so as to avoid using many file descriptors when run in parallel from multiple threads. by Antoine Pitrou · 11 years ago
- 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
- 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 12 years ago
- 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 12 years ago
- 957a23b Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. by Antoine Pitrou · 12 years ago
- e67f48c Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h. by Antoine Pitrou · 13 years ago
- 0813168 Issue #14090: fix some minor C API problems in default branch (3.3) by Eli Bendersky · 13 years ago
- fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 13 years ago
- 528b54b Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 13 years ago
- 86838b0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 13 years ago
- 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
- 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- f34a0cd Issue #10227: Add an allocation cache for a single slice object. by Antoine Pitrou · 13 years ago
- fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 14 years ago
- 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 14 years ago
- 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 14 years ago
- 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 14 years ago
- 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 14 years ago
- 00676d1 Issue #9738: Document encodings of AST, compiler, parser and PyRun functions by Victor Stinner · 14 years ago
- 0d012f2 Expose CompileString, not CompileStringFlags under the limited API. by Martin v. Löwis · 14 years ago
- 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
- 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
- 3b69db2 issue 9910 by Kristján Valur Jónsson · 14 years ago
- 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 15 years ago
- 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 15 years ago
- f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
- fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 15 years ago
- e39d5d5 Merged revisions 73782-73784 via svnmerge from by Benjamin Peterson · 16 years ago
- ffeaa88 a little more fiddling to make flags like 2.x by Benjamin Peterson · 16 years ago
- 466a782 the old CO_FUTURE flags can't be commented out by Benjamin Peterson · 16 years ago
- e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 16 years ago
- f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 16 years ago
- 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
- 72b710a Renamed PyString to PyBytes by Christian Heimes · 17 years ago
- 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 17 years ago
- 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 17 years ago
- 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 17 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
- 85bcc66 Convert code from sys.stdin.encoding to UTF-8 in interactive mode. Fixes #1100. by Martin v. Löwis · 17 years ago
- 670e692 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. by Collin Winter · 18 years ago
- 6968b05 SF patch #1669633, add methods for bytes from Pete Shinners. by Neal Norwitz · 18 years ago
- 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 19 years ago
- 056a69c Reconst parameters that lost their const in the AST merge. by Martin v. Löwis · 19 years ago
- 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 19 years ago
- f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 19 years ago
- bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 19 years ago
- ab51f5f Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment about not removing yet. by Neal Norwitz · 19 years ago
- 43b5780 Drop sys.build_number. Add sys.subversion. by Martin v. Löwis · 19 years ago
- 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
- adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
- f3ddaee Correct error to PyRun_SimpleString macro introduced in AST merge. by Mark Hammond · 19 years ago
- 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
- d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 20 years ago
- ba283e2 This is my patch: by Michael W. Hudson · 20 years ago
- fb09f0e Finalize the freelist of list objects. by Raymond Hettinger · 20 years ago
- 336e85f Patch #900727: Add Py_InitializeEx to allow embedding without signals. by Martin v. Löwis · 20 years ago
- 0d2a75c Patch #1006003: Cygwin standard module build problems by Jason Tishler · 21 years ago
- 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 22 years ago
- 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 22 years ago
- dc392e3 Move _PyInt_Init() into pythonrun.h, since all the other _Init() by Neal Norwitz · 22 years ago
- b2501f4 Since the *_Init() are private, prefix with _, suggested by Skip by Neal Norwitz · 22 years ago
- c91ed40 SF #561244, Micro optimizations by Neal Norwitz · 22 years ago
- 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
- 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
- 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
- 5d54667 Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack. by Mark Hammond · 23 years ago
- 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 23 years ago
- fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 23 years ago
- a290527 Excise DL_IMPORT/EXPORT from object.h, and related files. This patch by Mark Hammond · 23 years ago
- 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 23 years ago
- 2bbdba3 Removed more hair in support of future-generator stmts. by Tim Peters · 23 years ago
- 393661d Add warning mode for classic division, almost exactly as specified in by Guido van Rossum · 23 years ago
- e2c18e9 ceval, PyEval_MergeCompilerFlags: wasn't merging in the by Tim Peters · 23 years ago
- fdd12f6 Refactor future feature handling by Jeremy Hylton · 24 years ago
- 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 24 years ago
- 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 24 years ago
- fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 24 years ago
- 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 24 years ago
- b5c5132 Add sys.excepthook. by Ka-Ping Yee · 24 years ago
- bc32024 Extend support for from __future__ import nested_scopes by Jeremy Hylton · 24 years ago
- 9f324e9 Useful future statement support for the interactive interpreter by Jeremy Hylton · 24 years ago
- 4b38da6 Move a bunch of definitions that were internal to compile.c to by Jeremy Hylton · 24 years ago
- 0a7af40 Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py by Trent Mick · 24 years ago
- c7247ce Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() and by Guido van Rossum · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- 0df002c Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), by Guido van Rossum · 24 years ago