2006-12-19 |
Georg Brandl | Patch #1601678: move intern() to sys.intern(). |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Thomas Wouters | Implement extended slicing in bytes objects. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Thomas Wouters | Oops, re-add 'static' qualifier. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Thomas Wouters | Regenerate frozen.c's manual marshal as directed, fixin... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Thomas Wouters | Four months of trunk changes (including a few releases...) |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Georg Brandl | Check "sep" and "end" for stringness in Print(). |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Guido van Rossum | Add built-in Print() function. This is PEP 3105 except... |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Jack Diederich | replace references to __nonzero__ with __bool__ |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Jack Diederich | updated docstring on __bool__ to match behavior |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Jack Diederich | - patch #1600346 submitted by Tomer Filiba |
commit | commitdiff | tree | snapshot |
2006-11-22 |
Guido van Rossum | Unit tests for PEP 3102, by Jiwon Seo. Forgot to add... |
commit | commitdiff | tree | snapshot |
2006-11-22 |
Guido van Rossum | The rest of patch 1549670 by Jiwon, making the compiler... |
commit | commitdiff | tree | snapshot |
2006-11-22 |
Guido van Rossum | Make it compile with older compilers. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Guido van Rossum | Jiwon Seo's PEP 3102 implementation. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Guido van Rossum | Thomas Heller fixed modulefinder and added a test.... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Guido van Rossum | This module was still referencing some dead EXEC relate... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Georg Brandl | Patch #1550786: ellipsis literal. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Georg Brandl | Patch #1550800: make exec a function. |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Brett Cannon | Fix comment for indenting in C files. |
commit | commitdiff | tree | snapshot |
2006-08-30 |
George Yoshida | Fix latex2html compile error |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Neal Norwitz | Get rid of more coerce cruft (really check in this... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Neal Norwitz | Get rid of more coerce cruft, update NEWS |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Neal Norwitz | Get parsermodule working again after adding set literals |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Neal Norwitz | Fix another typo. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Neal Norwitz | Get rid of some more cases of backquotes. parsermodule... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Neal Norwitz | Get rid of most of the remaining uses of <>. There... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Georg Brandl | Fix str() and repr() of empty sets. |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Georg Brandl | Small fix for compiler module ./. set literals. |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Georg Brandl | Fix set literals not being visited in symtable creation. |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Guido van Rossum | SF patch 1547796 by Georg Brandl -- set literals. |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Brett Cannon | Vestige of code from removing backticks. |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Guido van Rossum | Part of SF patch #1513870 (the still relevant part... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Guido van Rossum | Inspired by SF patch #860326, make the exception format... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Guido van Rossum | The daily ritual: fix C89 violations. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Guido van Rossum | Don't use a fixed temporary name (gdbm). |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Guido van Rossum | SF patch 1546297 (with some tweaks): |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | Remove the UNARY_CONVERT opcode (was used for backticks... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | Remove more '<>' usage. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | Remove support for backticks from the grammar and compiler. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | UNARY_CONVERT can no longer be generated, so remove... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | Change test of assignment of backticked expression... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | Check in new output for test_tokenize. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | Switch to using %r in the format string. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | Don't test AST for backticks. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | The backtick removal crusade continues ... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | Remove usage of backticks. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | Remove more '<>' usage. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | Back out rev. 51583 as this file is auto-generated... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | For some reason Vim was just not wanting to tell me... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | Even more removals of '<>'; I can hear Barry shedding... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | Remove a use of 'as' as a parameter. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Brett Cannon | Remove some uses of '<>'. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brett Cannon | Get rid of all two uses of backticks (bad Jeremy!). |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Guido van Rossum | Fix a bunch of compiler warnings. In at least one... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Guido van Rossum | Got test_mutants.py working. One set of changes was... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Guido van Rossum | Make built-in zip() equal to itertools.izip(). |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Guido van Rossum | Get rid of empty file. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Guido van Rossum | Fix the bsddb3 unit tests. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Guido van Rossum | Fix the datetime comparison conundrum. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Guido van Rossum | Implement == and != comparisons for code objects by... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Guido van Rossum | Fix fallout from Anna's file -> open changes. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Guido van Rossum | Killed the <> operator. You must now use !=. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Alex Martelli | Anna Ravenscroft identified many occurrences of "file... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Guido van Rossum | Fix another comparison between None and 0. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Guido van Rossum | Make it compile with C89. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Guido van Rossum | Restructure comparison dramatically. There is no longe... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Thomas Wouters | Fix buglet in slice assignment of bytesobjects: assigni... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Jeremy Hylton | Check for exceptions set by PyDict_GetItem(). |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Guido van Rossum | Remove has_key() references from idlelib. IDLE still... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Thomas Wouters | Make bytesobject raise ValueError instead of TypeError... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Guido van Rossum | Kill reduce(). A coproduction of John Reese, Jacques... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Alex Martelli | Jacques Frechet's and John Reese's simplification of... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Thomas Wouters | remove debugging turd. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Guido van Rossum | Change the way __hash__ is inherited; when __eq__ or... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Thomas Wouters | test_gc is no longer broken |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Thomas Wouters | Fix test_gc failure by fixing the bug test_gc found... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Alex Martelli | etree_c not broken any more. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Alex Martelli | etree unittest not broken any more |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Alex Martelli | Use proper py3k syntax for relative import (from .... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Guido van Rossum | minidom is fixed. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Alex Martelli | Changed minidom.py to work correctly with new-style... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Thomas Wouters | Merge current trunk into p3yk. This includes the PyNumb... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Guido van Rossum | Fix comparing complex to non-complex numbers. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Neal Norwitz | Get rid of most of the rest of coerce (slot is still... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Neal Norwitz | use isinstance instead of type. Use bool instead of... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Guido van Rossum | Don't define has_key(). |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Guido van Rossum | Fixed to the point that all unit tests pass again.... |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Neal Norwitz | Get rid of a bunch more has_key() uses. We *really... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | And the gdbm module's test now passes again. |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Fix this right for has_key(). This required adding... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Couple more has_keys() going... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Only three failing tests left: dbm, gdbm, tcl! |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Another has_key reference bites the dust. |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | More has_key() fixes. |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Stomp out more hsa_key() calls. |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Fix some more has_key() uses. This could really use... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Set the svn:ignore property. Why can't this be set... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | When sitecustomize.py fails, don't make all of site... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Guido van Rossum | Get rid of dict.has_key(). Boy this has a lot of reperc... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Guido van Rossum | repr() of a long int no longer produces a trailing... |
commit | commitdiff | tree | snapshot |
next |