2005-11-16 |
Neal Norwitz | Fix some more memory leaks. |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Neal Norwitz | version was not initialized properly |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Kurt B. Kaiser | Better indentation after first line of string continuation. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Neal Norwitz | Fix another memory leak or two (one real, one potential) |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Neal Norwitz | Add a note about how to do the memory deallocation... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Neal Norwitz | Fix a whole bunch of potential memory leaks (and some... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Neal Norwitz | Prevent unlikely memory leak, tok should always be... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Neal Norwitz | Thou shalt not lie, there are really 5 types now |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Neal Norwitz | Convert all internal errors from Exception to SystemError |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Neal Norwitz | Use convenience function |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Neal Norwitz | Fix memory leak with bad generator expression |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | remove useless debug print helper. fix a couple of... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | Whoops, checkin consistent versions of *all* files... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | Updated gentoo to 2005.0 |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | Do a better job of not inlining Py_ADDRESS_IN_RANGE... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | Fix a lot of memory and ref leaks in error paths. |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | Prevent name pollution by making lots of internal funct... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Skip Montanaro | delete Python-ast.[ch] in distclean |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | make internal method static |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Fredrik Lundh | SF#1343671. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Fredrik Lundh | r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100 |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Fredrik Lundh | r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100 |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Fredrik Lundh | r858@spiff: Fredrik | 2005-11-10 23:40:04 +0100 |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Fredrik Lundh | r849@spiff: Fredrik | 2005-11-09 10:00:04 +0100 |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Fred Drake | update busted comment |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Walter Dörwald | Change PrettyPrinter.pprint(), so that output is writte... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Georg Brandl | Bug #1338995: fix problem with new webbrowser.py. |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Walter Dörwald | Fix typos. |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Vinay Sajip | Fixed indentation bug in _connect_unixsocket (thanks... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Neal Norwitz | SF Bug #1348477, regextest can't be pydoc'ed. Will... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Neal Norwitz | - SF Bug #1350188, "setdlopenflags" leads to crash... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Brett Cannon | Fix typo in envvar name. |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Marc-André... | Patch by pythonic <pythonic@gmail.com> to support Fedora |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Armin Rigo | Added proper reflection on instances of <type 'method... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Armin Rigo | svn:ignoring all .pyc and .pyo files in all subdirector... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Armin Rigo | similar to SF bug 847019: a quick check in the time... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Ka-Ping Yee | Fix SF bug #417833 (pydoc HTTP reload failure) by remov... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Ka-Ping Yee | Accept patch to resolve SF bug #651124. |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Neal Norwitz | Oops, forgot to add the output file to 41388. |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Neal Norwitz | Bug #1346533, select.poll() doesn't raise an error... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Neal Norwitz | Make consistent with 2.4 |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Brett Cannon | Change time.strptime() to raise ValueError whenever... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Brett Cannon | Add an import line to a code fragment. |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Andrew M. Kuchling | Another comment typo fix |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Walter Dörwald | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Walter Dörwald | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Neal Norwitz | Fix SF #1345263, colorsys tests, bug in frange |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Neal Norwitz | Cleanup the previous checkin. |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Neal Norwitz | Bug #1344508, Fix UNIX mmap leaking file descriptors... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Vinay Sajip | Exception handling now raises KeyboardInterrupt and... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Vinay Sajip | Exception handling now raises KeyboardInterrupt and... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Martin v. Löwis | Remove .cvsignore files, as they live in svn:ignore |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Fred Drake | add missing "and" |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Hye-Shik Chang | SF Bug #1341934: Fix a representation of "\n" to use... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Tim Peters | test_directories(): This test had no chance of passing on |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Martin v. Löwis | Add *.pyc to svn:ignore. |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Tim Peters | _PyUnicode_IsWhitespace(), |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Vinay Sajip | Minor update to HTTPHandler documentation to indicate... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Fred Drake | fix typos, mostly in comments |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Neal Norwitz | Patch #1338314, Bug #1336623: fix tarfile so it can... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Martin v. Löwis | Update instructions according to Dave Abrahams |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Marc-André... | Add Makefile which allows easily rebuilding the charmap... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Marc-André... | Add custom mapping files used for generating some of... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Marc-André... | Apply some cosmetic fixes to the output of the script. |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Neil Schemenauer | Refactor code for translating "power" nodes. |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Neil Schemenauer | Write a separate ast_for_testlist_gexp() function inste... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Neil Schemenauer | Ensure that compiler_exit_scope() is called as necessar... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Marc-André... | Cosmetic change: make all hex literals use upper case... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Marc-André... | Removed the decoding_map from the codecs where this... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Neal Norwitz | use PyAPI_FUNC instead of DL_IMPORT. are we going... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Neal Norwitz | Do not pollute name block_ty, prefix with _Py_ |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Neal Norwitz | Fix problem handling EXTENDED_ARGs from SF bug # 1333982 |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Neal Norwitz | Fix compiler test when run with -u (long mode) |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neal Norwitz | Fix problem handling EXTENDED_ARGs from SF bug # 1333982 |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neal Norwitz | cleanup a bit and reuse instrsize (instruction size... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Vinay Sajip | One-off "No handlers..." error message only raised... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Andrew M. Kuchling | Add paragraphs on AST branch. AST'ers, please suggest... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Andrew M. Kuchling | Add convenience makefile to check the latest what's... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neal Norwitz | Use PyErr_NoMemory() instead of rolling our own. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neal Norwitz | use PyAPI_FUNC instead of DL_IMPORT. are we going... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neal Norwitz | Use PyErr_NoMemory() instead of rolling our own. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Remove unnecessary local variable. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Fix check_unoptimized() function. The only optimized... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Fix private name mangling. The symtable also must... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Use PyTuple_Pack instead of Py_BuildValue. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Marc-André... | Add news item for the new charmap codecs. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Mark Hammond | Correct error to PyRun_SimpleString macro introduced... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Mark Hammond | Remove conflict markers and add parsermodule.c to get... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Raymond Hettinger | Add AST files to VC6 build. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Fix arigo's funky LOAD_NAME bug: implicit globals insid... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Don't stop generating code for import statements after... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Neil Schemenauer | Add an assert. |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Neal Norwitz | Revert previous checkin: |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neil Schemenauer | Revert change, func_name of lambda's is back to <lambda>. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neil Schemenauer | Use <lamba> as the function name for lambdas (matches... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Jeremy Hylton | Fix a bunch of imports to use code.h instead of compile.h. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Replace the old EBCDIC codecs with new ones using the... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Alias iso8859_1 to latin_1 which is the same encoding... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Add a few more Mac OS encodings. The mapping tables... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Replace the old charmap codecs with new ones generated... |
commit | commitdiff | tree | snapshot |
next |