2001-09-02 |
Jack Jansen | Added the last few missing files, and put everything... |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Guido van Rossum | Implement what the docstring said: multiple slashes... |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Guido van Rossum | Add news about dictionary() constructor. |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Tim Peters | Make dictionary() a real constructor. Accepts at most... |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Tim Peters | Rewrite the tuple() docstring to parallel the list... |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Tim Peters | Repair apparent cut'n'pasteo in tuple() docstring. |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Fred Drake | Move the long minidom example to a separate file; ... |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Guido van Rossum | An anonymous contributor reveals his name... |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Guido van Rossum | Added more text to the docstring, updated the way the... |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Guido van Rossum | A grep-like tool that looks for division operators. |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Guido van Rossum | Whitespace normalization (tabs -> 4 spaces) in the... |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Tim Peters | Start items w/ "-" instead of "+" (consistency w/ earli... |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Jack Jansen | Silly typos. |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Jack Jansen | Don't call PyMac_HandleEvent in unix-Python |
commit | commitdiff | tree | snapshot |
2001-09-01 |
Jack Jansen | Regenerated, mainly for new GC routines. |
commit | commitdiff | tree | snapshot |
2001-09-01 |
Jack Jansen | xx.prj has been replaced by xx.mcp. |
commit | commitdiff | tree | snapshot |
2001-09-01 |
Jack Jansen | Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRe... |
commit | commitdiff | tree | snapshot |
2001-09-01 |
Jack Jansen | Don't call PyMac_HandleEvent if we're in unix-Python. |
commit | commitdiff | tree | snapshot |
2001-09-01 |
Jack Jansen | Include Carbon/Carbon.h if we're on OSX. |
commit | commitdiff | tree | snapshot |
2001-09-01 |
Jack Jansen | Updated the Popt resources for the applets to the newes... |
commit | commitdiff | tree | snapshot |
2001-09-01 |
Jack Jansen | Added preferences/startup options for division warning |
commit | commitdiff | tree | snapshot |
2001-09-01 |
Jack Jansen | Added preferences/startup options for division warning |
commit | commitdiff | tree | snapshot |
2001-09-01 |
Guido van Rossum | The beginnings of a script to help finding / operators... |
commit | commitdiff | tree | snapshot |
2001-09-01 |
Guido van Rossum | Add Listbox.itemconfig[ure] call. (A "recent" addition... |
commit | commitdiff | tree | snapshot |
2001-09-01 |
Fred Drake | Added the "Host" header to the "GET" example. |
commit | commitdiff | tree | snapshot |
2001-08-31 |
Guido van Rossum | Add various and sundry news items -- most mine, one... |
commit | commitdiff | tree | snapshot |
2001-08-31 |
Guido van Rossum | Oops. The -W option takes args, not -X. |
commit | commitdiff | tree | snapshot |
2001-08-31 |
Guido van Rossum | Allow for the possibility that globals['__name__']... |
commit | commitdiff | tree | snapshot |
2001-08-31 |
Guido van Rossum | Add warning mode for classic division, almost exactly... |
commit | commitdiff | tree | snapshot |
2001-08-31 |
Guido van Rossum | Fix a memory leak in str_subtype_new(). (All the other |
commit | commitdiff | tree | snapshot |
2001-08-31 |
Guido van Rossum | Correct name mangling algorithm, and add a comment. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Give 'super' a decent repr(), and readonly attributes... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jack Jansen | Added all the new files in the right packages and file... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Tim Peters | SF bug #456621: normpath on Win32 not collapsing c... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Andrew M. Kuchling | Add Jack Jansen's explanation of the MacOS X changes |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jack Jansen | Superseded by the (generated) xx.mcp. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jack Jansen | Case mismatch in "import Types". Apparently nobody... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jack Jansen | We should look in the directory containing the module... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Group some projects into "Done" and "To do". Get rid... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | metaclass(): add some more examples of metaclasses... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Tim Peters | SF patch #455966: Allow leading 0 in float/imag literals. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | PyObject_Repr(): add missing ">" back at end of format... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jeremy Hylton | Fix _convert_NAME() so that it doesn't store locals... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Tim Peters | Squash new compiler wng. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Add testcases for inheritance from tricky builtins... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Pytype_GenericAlloc(): round up size so we zap all... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Fred Drake | Revert the previous patch to test_pow.py and move the... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Fred Drake | Added a regression test for the negation-of-exponentiat... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Fred Drake | When re-writing a factor containing a unary negation... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | More stuff discovered while writing the simplest of... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Do the int inlining only if the type is really an int... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Ah, the joy of writing test cases... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jeremy Hylton | spurious pop |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Neil Schemenauer | Add news about GC API change. Explain how to upgrade... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Neil Schemenauer | Update documentation for GC API. Closes SF patch ... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | win_getpass(): if sys.stdin is not sys.__stdin__, use |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Michael W.... | fix for part of bug #453523: disable unmarshalling... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Fred Drake | Update the links to the FIPS document that defines... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Sjoerd Mullender | Removed unreachable return to silence SGI compiler. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Sjoerd Mullender | Removed an unreachable break statement to silence SGI... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Sjoerd Mullender | Removed unreachable goto statement to silence SGI compiler. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Sjoerd Mullender | Removed some unreachable break statements to silence... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Sjoerd Mullender | Removed some unreachable break statements to silence... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jack Jansen | Started on the 2.2a2 installer |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Tim Peters | Give the internal immutable list type .extend and ... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Tim Peters | Add a new function imp.lock_held(), and use it to skip... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Safety measures now that str and tuple are subclassable: |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Make 'super' subclassable. (Not sure how useful this... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Make unicode subclassable. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Make str and tuple types subclassable. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Make getset subclassable. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Fix typo: double semicolons. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Make the Py<type>_Check() macro use PyObject_TypeCheck(). |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Tim Peters | Squash new compiler wng in debug build. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Neil Schemenauer | gcmodule is now always compiled |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Neil Schemenauer | gcmodule is now enabled here |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Neil Schemenauer | Make more things internal to this file. Remove |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Always build gcmodule. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Flush output more aggressively. This makes things... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Use new GC API. Remove usage of BASICSIZE macros. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Use new GC API. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Remove GC related code. It lives in gcmodule now. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Make frames a PyVarObject. Use new GC API. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Remove bogus PyGC_HEAD_SIZE. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Change the GC type flag since the API has changed.... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Change the GC type flag since the API has changed.... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Make frames a PyVarObject instead of a PyObject. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Always compile gcmodule. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Track the block stack more reasonably in order to handl... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Improve stack depth computation for try/except and... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Add __getitem__() handler for use by visitContinue() |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jack Jansen | Added xx and xxsubtype modules, for completeness and... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jack Jansen | Started on release notes and readme for 2.2a2. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Tim Peters | SF bug [#456252] Python should never stomp on [u]intptr_t. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Generate SET_LINENO for list and tuple literals when... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Make sure that atoms (Tuple, List, etc.) have lineno... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Fix off-by-one errors in code to find depth of stack. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jack Jansen | Workaround by Tim Peters to skip this test if run from... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Undo change from list to dict for handling varnames... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Change default() to use getChildNodes() instead of... |
commit | commitdiff | tree | snapshot |
next |