2001-09-05 |
Tim Peters | Try to recover from that glibc's ldexp apparently doesn... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Tim Peters | loghelper(): Try to nudge the compiler into doing... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | Another / that should be a // (previously not caught... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Guido van Rossum | Add a test for the final branch in repr.Repr.repr1... |
commit | commitdiff | tree | snapshot |
2001-09-05 |
Tim Peters | Return reasonable results for math.log(long) and math... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Tim Peters | Mechanical fiddling to make this easier to work with... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Jack Jansen | Added prototypes to shut gcc -Wstrict-prototypes up. |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Jack Jansen | Shut up a few more gcc warnings. |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Jack Jansen | Added prototypes to silence gcc strict-prototype warnings. |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Jack Jansen | Regenerated without default int return types. |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Jack Jansen | Don't use a default "int" return type, gcc gives a... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Jack Jansen | Added pythonpath.r to the developer distribution. It's |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Tim Peters | At Guido's suggestion, here's a new C API function... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Jack Jansen | On MacOSX built the toolbox extension modules iff we... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Jack Jansen | Template for an OSX PythonInterpreter application. |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Andrew M. Kuchling | Correction: the Borland C port isn't fully operational yet |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Jack Jansen | Photoshop sources for icon files. Not pretty, but hey... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Andrew M. Kuchling | [Bug #444589] Record empty directories in the install_d... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Andrew M. Kuchling | [Bug #436732] install.py does not record a created... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Tim Peters | Revert one of the "division fixes" in test_long. It... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Fred Drake | Make pprint more locale-friendly; patch contributed... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Andrew M. Kuchling | [Bug #457654] bkgd() used a hard-coded A_NORMAL attribu... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Fred Drake | Convert docstring to "raw" string. |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Guido van Rossum | The first batch of changes recommended by the fixdiv... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Fred Drake | Added docstrings by Neal Norwitz. This closes SF bug... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Neil Schemenauer | Move call_trace(..., PyTrace_CALL, ...) call to top... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Fred Drake | Added docstring by Neal Norwitz. This closes SF bug... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Fred Drake | Added docstring by Neal Norwitz. This closes SF bug... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Fred Drake | Add more detail to the descriptions of the shutil funct... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Fred Drake | Added documentation for sys.maxunicode and sys.warnoptions. |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Fred Drake | HTMLParser is allowed to be more strict than sgmllib... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Guido van Rossum | - Reverse the meaning of the -m option: warnings about... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Guido van Rossum | Suppressing all DeprecationWarning messages was a bit... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Guido van Rossum | Suppress the warning about regex here. |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Fred Drake | Enhanced the test for DOCTYPE declarations, added a... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Fred Drake | Added reasonable parsing of the DOCTYPE declaration... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Jack Jansen | On the mac some library paths returned were outdated... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Jack Jansen | Disabled _curses modules on MacOSX. The curses version... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Tim Peters | Fixed a typo and added more tests. |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Tim Peters | Change long/long true division to return as many good... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Tim Peters | Move int_true_divide next to the other division routines. |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Tim Peters | Move long_true_divide next to the other division routin... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Tim Peters | Raise OverflowError when appropriate on long->float... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Guido van Rossum | PEP 238 documented -Qwarn as warning only for classic... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Guido van Rossum | Rename the -D option to -Q, to avoid a Jython option... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Tim Peters | Introduce new private API function _PyLong_AsScaledDoub... |
commit | commitdiff | tree | snapshot |
2001-09-04 |
Tim Peters | builtin_dir(): Treat classic classes like types. ... |
commit | commitdiff | tree | snapshot |
2001-09-03 |
Neil Schemenauer | Don't use dir() to find instance attribute names. |
commit | commitdiff | tree | snapshot |
2001-09-03 |
Neil Schemenauer | Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UN... |
commit | commitdiff | tree | snapshot |
2001-09-03 |
Tim Peters | Restore a line deleted by mistake. |
commit | commitdiff | tree | snapshot |
2001-09-03 |
Tim Peters | New restriction on pow(x, y, z): If z is not None... |
commit | commitdiff | tree | snapshot |
2001-09-03 |
Tim Peters | Make dir() wordier (see the new docstring). The new... |
commit | commitdiff | tree | snapshot |
2001-09-03 |
Tim Peters | Made a doctest out of the examples in Guido's type... |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Tim Peters | Clarify the Borland situation, based on email from... |
commit | commitdiff | tree | snapshot |
2001-09-02 |
Tim Peters | Repair typo in comment. |
commit | commitdiff | tree | snapshot |
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 |
next |