2006-02-28 |
Neal Norwitz | Make __future__ features similar for with and absolute... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Thomas Wouters | Generally inehrit codeflags that are in PyCF_MASK,... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Jeremy Hylton | Add some stats collection in debugging mode. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Tim Peters | Gave README a .txt extension. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Thomas Wouters | from __future__ import with_statement addon for 'with... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Add directory which contains known ref leaks. Some... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Jeremy Hylton | Use simple PyList to implement list of PyObject pointers |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Tim Peters | Set EOL style to native. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Tim Peters | Another bit of unconstification. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Jeremy Hylton | Tabify |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Instead of printing the exception when you interrupt... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Jeremy Hylton | Remove asdl_seq_APPEND() and simplify asdl seq implemen... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Update comments |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Jeremy Hylton | Real arena implementation |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | George Yoshida points out that the special characters |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Jeremy Hylton | Test case to cover subscription bug from SF 1333982 |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Thomas Wouters | Wups, add NEWS item I'd written but not checked in. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Thomas Wouters | SF patch #1438387, PEP 328: relative and absolute imports. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Fredrik Lundh | markup glitch (spotted by George Yoshida) |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Anthony Baxter | XXX something for amk's attention |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Guido van Rossum | Forgot to explain the effect of the new opcode. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Martin v. Löwis | Generate return statement. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Martin v. Löwis | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Guido van Rossum | Update the compiler package to compile the with-statement. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Martin v. Löwis | Add generation of the version. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Neal Norwitz | Ignore resource file |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Martin v. Löwis | Add support for version field on Modules |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Brett Cannon | Check the return code for PyErr_Warn() when warning... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Tim Peters | PyErr_ProgramText(): Grrrrrr. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Neal Norwitz | Finish removal of CO_GENERATOR_ALLOWED. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | unconst. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Thomas Wouters | Clarify C-style exception handling with proper label... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Thomas Wouters | Fix assertions. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Guido van Rossum | PEP 343 -- the with-statement. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | Start of a source code unparser. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Neal Norwitz | Even though we don't currently use unicode or complex... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Brett Cannon | Don't filter out OverflowWarning; should be a test... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | Make or_test similar to test, not testlist. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | Skip over doc strings. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Thomas Wouters | Convert array.array.insert to use Py_ssize_t (like... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Jeremy Hylton | Fix parsing of subscriptlist. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | More unconsting. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Tim Peters | Patch 1413181, by Gabriel Becedillas. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Thomas Wouters | And some more cleanup. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Thomas Wouters | Clean up from-import handling. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | unconst. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Jeremy Hylton | Simplify ast_for_trailer() in anticipation of more... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Neal Norwitz | Add an entry for 308 |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Thomas Wouters | Fix old not-reading-pep-308-right artifact. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | Revert backwards-incompatible const changes. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Neal Norwitz | Note version added for conditional expressions |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Thomas Wouters | Update for PEP 308 patch. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | Handle testlist_safe and or_test like testlist. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | Alias non-terminals introduced for backwards compatibility. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Thomas Wouters | Fix assertion errors in debug build, brought on by... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | Create _ast module. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | Check for a not-found rlconf.h by testing for None. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Anthony Baxter | regenerated. please read PEP 306 when changing Python... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Thomas Wouters | PEP 308 implementation, including minor refdocs and... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Martin v. Löwis | Avoid reinitializing the types twice. |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Martin v. Löwis | Stop generating empty arrays. |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Neal Norwitz | Oops, I forgot to check this in with the change to... |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Martin v. Löwis | Check whether there are flags. |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Martin v. Löwis | Fix iterating over cmpop_ty lists. |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Martin v. Löwis | Generate code to recursively copy an AST into |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Brett Cannon | Remove line meant to test trailing whitespace since... |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Guido van Rossum | Oops. Fix syntax for C89 compilers. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Guido van Rossum | - Patch 1433928: |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Neal Norwitz | Per discussion on python-dev, remove CO_GENERATOR_ALLOW... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Brett Cannon | Move the vimrc file to the newly created Vim/ directory. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Brett Cannon | Add a script that auto-generates a Vim syntax highlight... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Neal Norwitz | Implement change suggested by Jiwon Seo on python-dev. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Neal Norwitz | Fix a couple of warnings on Mac OS X. |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Jack Jansen | On OSX, use --arch_only `arch` in stead of --arch_only... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Jack Jansen | If the readline library is found try and determine... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Jack Jansen | Got rid of byte-order dependencies. |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Georg Brandl | Fix casing of function names. |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Georg Brandl | RFE #1436243: make integers in [0..256] preallocated. |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Neal Norwitz | Allow buildbot to pass extra test flags to regrtest... |
commit | commitdiff | tree | snapshot |
2006-02-22 |
Neal Norwitz | George Yoshida's fix. |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Georg Brandl | Add test for classmethod ./. keyword args. |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Georg Brandl | Make staticmethod and classmethod complain about keywor... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Georg Brandl | fix typo |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Georg Brandl | Document "multifile" as deprecated. |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Tim Peters | At Brian Wichmann's request, added words warning against |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Walter Dörwald | Fix table header. |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Georg Brandl | Fix typo in functional module |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Tim Peters | Suppress another deprecation warning in the tests. |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Guido van Rossum | NETLINK_TCPDIAG and NETLINK_NFLOG aren't defined on... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Georg Brandl | Bug #1086854: Rename PyHeapType members adding ht_... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Georg Brandl | Bug #947571: By default, urllib.urlopen() does not... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Georg Brandl | Bug #1210377: close bsddb cursor correctly after NotFou... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Neal Norwitz | Based on discussion with Martin and Thomas on python... |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Georg Brandl | Patch #931938: prevent setting sys.prefix to "" |
commit | commitdiff | tree | snapshot |
2006-02-20 |
Georg Brandl | Bug #1102649: add a note to pickle docs that pickle... |
commit | commitdiff | tree | snapshot |
next |