2001-01-16 |
Jack Jansen | Added Carbon interpreter. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Eric S. Raymond | Commit version of config.h.in that covers the TERMIOS... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Eric S. Raymond | Check in a version with the termios test in place. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Eric S. Raymond | Make pop_source and push_source available, as documented. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Eric S. Raymond | Make HAVE_TERMIOS_H and associated config.sh shell... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Jack Jansen | Converted to CW Pro 6 and new naming scheme. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Eric S. Raymond | push_source() and pop_source() entry points for shlex... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Jack Jansen | Added the 'carb' resource to the carbon interpreter. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Jack Jansen | Replaced the single .exp file by two files, one for... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Marc-André... | Added checks to prevent PyUnicode_Count() from dumping... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Fredrik Lundh | bumped SRE version number to 2.1. cleaned up and added... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Tim Peters | doctest-- The Little Module That Could --finally makes... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Fredrik Lundh | fixed a memory leak in pattern cleanup (patch #103248... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Thomas Wouters | Fix for SF bug #123625: some newsservers need 'authinfo... |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Neil Schemenauer | Plug memory leak. |
commit | commitdiff | tree | snapshot |
2001-01-16 |
Andrew M. Kuchling | Add strip_dir argument to the single call to .object_fi... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Tim Peters | Variant of Skip's patch 103246 (Remove unneeded string... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Ka-Ping Yee | Ugh. Sorry. Checked in the wrong file. Please ignore... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Ka-Ping Yee | better format names and error messages |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Ka-Ping Yee | This patch makes sure that the function name always... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Ka-Ping Yee | Add tokenizer support and tests for u'', U"", uR''... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Add a test case suggested by Guido, where a method... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | effbot caught a typo! |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Add a NEWS item about function attributes. |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Committing PEP 232, function attribute feature, approve... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Committing PEP 232, function attribute feature, approve... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Document function attributes for both the function... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | Add note about new and improved xrange(). |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | SF patch #103158 by Greg Ball: Don't do unsafe arithmet... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | - Make sure to quote the username and password (SF... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Fredrik Lundh | from the really-stupid-bug department: uppercase litera... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | mwh@sourceforge found that UnicodeError can be raised... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Fixing author's email address. |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Barry Warsaw | Committing patch #103216, autodetect of dbmmodule suppo... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | Geoffrey Gerrietts discovered that a KeyError was caugh... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | Document changed default to passive mode. |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | Add note about ftplib defaulting to passive mode. |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | Default to passive mode. See SF bug #126851. |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Andrew M. Kuchling | Fix from Jack Jansen for the Mac and the Metrowerks... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Jack Jansen | Added a separate extension (.carbon.slb) for Carbon... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Guido van Rossum | Revert a change I accidentally checked in together... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Fredrik Lundh | added "magic" number to the _sre module, to avoid weird... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Tim Peters | Speed getline_via_fgets(), by supplying two "fast paths... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Tim Peters | Use the "MS" getline hack (fgets()) by default on non... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Tim Peters | Whitespace normalization. Top level of Lib now fixed... |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-15 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Fredrik Lundh | -- don't use recursion for unbounded non-greedy repeat |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Guido van Rossum | - Don't hardcode Unix filename syntax when opening... |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Guido van Rossum | - Use mimetypes.types_map to initialize extensions_map. |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Guido van Rossum | SF Patch #103211. |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Guido van Rossum | Make the copyright message the same as for the "real... |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Jack Jansen | Config file for shared carbon Python. |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Jack Jansen | Added PythonCoreCarbon and PythonInterpreterCarbon... |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Guido van Rossum | SF Patch #103232 by dougfort: Preserve Nonstandard... |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Fredrik Lundh | SRE: stricter pattern syntax checking (covers parts... |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Tim Peters | Whitespace standardization. |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Fredrik Lundh | reapplied Fred's "recommended style" patch... |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Fredrik Lundh | SRE fixes for 2.1 alpha: |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Guido van Rossum | Document filterwarnings(..., append=<bool>). |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Guido van Rossum | - Added keyword argument 'append' to filterwarnings... |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Tim Peters | Reverting a dumb experimental version I checked in... |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Tim Peters | SF bug 128713: type(mmap_object) blew up on Linux. |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Tim Peters | Added Jeffery Collins. |
commit | commitdiff | tree | snapshot |
2001-01-14 |
Fred Drake | Fix a variety of minor nits and typos caught by Chris... |
commit | commitdiff | tree | snapshot |
2001-01-13 |
Guido van Rossum | mwh: [ Patch #103228 ] traceback.py nit. |
commit | commitdiff | tree | snapshot |
2001-01-13 |
Guido van Rossum | SF Patch #103227 by mwh: make code.py appreciate softspace |
commit | commitdiff | tree | snapshot |
2001-01-13 |
Guido van Rossum | Neil discovered a bad DECREF on warnoptions, that cause... |
commit | commitdiff | tree | snapshot |
2001-01-13 |
Tim Peters | No text file relying on significant trailing whitespace... |
commit | commitdiff | tree | snapshot |
2001-01-13 |
Guido van Rossum | SF Patch #103225 by Ping: httplib: smallest Python... |
commit | commitdiff | tree | snapshot |
2001-01-13 |
Andrew M. Kuchling | Mention new curses.panel module |
commit | commitdiff | tree | snapshot |
2001-01-13 |
Martin v. Löwis | Document extensions to .pth files. |
commit | commitdiff | tree | snapshot |
2001-01-13 |
Tim Peters | Fix stupidity. |
commit | commitdiff | tree | snapshot |
2001-01-13 |
Tim Peters | Guido found a brand new race in tempfile on Linux,... |
commit | commitdiff | tree | snapshot |
2001-01-12 |
Jack Jansen | Fixed Carbon command-dot handling. There is still a... |
commit | commitdiff | tree | snapshot |
2001-01-12 |
Jack Jansen | Got rid of ifdefs to enable MacTCP GUSI support, Open... |
commit | commitdiff | tree | snapshot |
2001-01-12 |
Jack Jansen | The interruptRoutine attribute is gone under Carbon... |
commit | commitdiff | tree | snapshot |
2001-01-12 |
Jack Jansen | SetpopupData and GetPopupData are gone under Carbon... |
commit | commitdiff | tree | snapshot |
2001-01-12 |
Jack Jansen | xstat() will never be implemented under Carbon. Fortuna... |
commit | commitdiff | tree | snapshot |
2001-01-12 |
Jack Jansen | Always use c2pstrcpy in stead of c2pstr, not only when... |
commit | commitdiff | tree | snapshot |
2001-01-12 |
Fred Drake | Added note that this module was added in Python 2.1. |
commit | commitdiff | tree | snapshot |
2001-01-12 |
Fred Drake | Update the docstring for apply() so that "args" is... |
commit | commitdiff | tree | snapshot |
2001-01-12 |
Guido van Rossum | News about from...import. |
commit | commitdiff | tree | snapshot |
2001-01-12 |
Guido van Rossum | Two changes to from...import: |
commit | commitdiff | tree | snapshot |
2001-01-12 |
Guido van Rossum | (Modified) patch by Ping - SF Patch #102681. |
commit | commitdiff | tree | snapshot |
2001-01-12 |
Andrew M. Kuchling | Change LONG_BIT error warning to mention glibc, too... |
commit | commitdiff | tree | snapshot |
2001-01-12 |
Tim Peters | A variant of SF patch 103028 (Make tempfile.mktemp... |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Jack Jansen | When compiling for GUSI and Carbon disable te "keep... |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Jack Jansen | Disabled a few other routines that are available in... |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Jack Jansen | Added GUSI-Carbon targets (both threading and nonthread... |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Fred Drake | Updated descriptions to incorporate additional informat... |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Tim Peters | Export mmap's entry point under Windows (thanks, MarkH... |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Martin v. Löwis | Document \code{import} in pth files. |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Fred Drake | Fixed minor markup nits for consistency with the rest... |
commit | commitdiff | tree | snapshot |
next |