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 |
2001-01-11 |
Thomas Wouters | Conform the new module to /the/ C style. |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Andrew M. Kuchling | Delete unused import of pprint module |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Guido van Rossum | Typo. |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Thomas Wouters | Move the _socket module closer to the SSL-_socket line... |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Martin v. Löwis | Patch #103134: Support import lines in pth files. |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Moshe Zadka | Fixed bugs noted by Greg Stein |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Eric S. Raymond | Added pointer on POP3 variations. |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Greg Stein | stdout is sometimes a macro; use "outf" instead. |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Moshe Zadka | Implementation of PEP-0217. |
commit | commitdiff | tree | snapshot |
2001-01-11 |
Eric S. Raymond | Corrections and additions to the documentation for... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Charles G.... | Add missing Py_DECREF in fast_cfunction. Partial fix... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Guido van Rossum | SF Patch #102357 by bbum: Add support for frameworks... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Guido van Rossum | SF Patch #102362 by bbum: Support dynamic module loadin... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Guido van Rossum | Oops, one more part of the cygwin patch (SF patch ... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Guido van Rossum | Final part of SF patch #102409 by jlt63: Cygwin Python... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Guido van Rossum | Part of SF patch #102409 by jlt63: Cygwin Python DLL... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Guido van Rossum | Part of SF patch #102409 by jlt63 to support building... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Guido van Rossum | SF Patch #103154 by jlt63: Cygwin Check Import Case... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Guido van Rossum | Added a whole slew of news items. Not striving for... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Eric S. Raymond | SourceForge patch #103140, checked in at fdrake's invit... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Guido van Rossum | Adapted version of SF Patch #103173 by pyretic: make... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Guido van Rossum | Adapted version of Eric Raymond's patches to automatica... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Guido van Rossum | Add loop.c -- a test program for repeatedly calling... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Guido van Rossum | Fix weird typo caused by ANSIfication (nobody bothered... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Marc-André... | Moved the test codec definition to a new module and... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Tim Peters | Windows mmap should (as the docs probably <wink> say... |
commit | commitdiff | tree | snapshot |
2001-01-10 |
Fred Drake | Fix a typo, remove one copy of a duplicated name. |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Tim Peters | Make Windows build compile new xreadlinesmodule. |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Tim Peters | Assorted xreadlines problems: |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Fred Drake | Remove bogus "echo" command. |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Fred Drake | Added documentation for the xreadlines module & related... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Jack Jansen | Resurrected Small Carbon Python as a target in PythonSt... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Jack Jansen | FSSpec names may be longer on carbon (1024 chars),... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Jack Jansen | Don't need to define c2pstrcpy() on Carbon: it's in... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Jack Jansen | If we're not using GUSI the "keep open on unseen output... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Jack Jansen | Carbon defines {Get,Set}ControlDataHandle, so unfortuna... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Jack Jansen | Carbon defines {Get,Set}ControlDataHandle, so unfortuna... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Jack Jansen | Various tweaks to make it everything build and compile... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Fred Drake | Added a --global-module-index option to specify a ... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Guido van Rossum | Jeff Epler's patch adding an xreadlines() method. ... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Guido van Rossum | Test for xreadline. |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Guido van Rossum | Jeff Epler's xreadlines module, with slight reformattin... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Fred Drake | Miscellaneous updates. |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Fred Drake | Steve Holden <sholden@holdenweb.com>: |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Fred Drake | Added names. |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Fred Drake | Added missing word; fixed minor nits. |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Fred Drake | Added entry for fpectl module documentation. |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Fred Drake | Added entry for fpectl module documentation. |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Fred Drake | Documentation for the fpectl module, from Lee Busby... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Andrew M. Kuchling | Check in patch #102971: if library_dirs is a string... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Andrew M. Kuchling | Patch #102953: Fix bug #125452, where shlex.shlex hangs... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Guido van Rossum | Address a bug in the uuencode decoder, reported bu... |
commit | commitdiff | tree | snapshot |
2001-01-09 |
Guido van Rossum | Tsk, tsk, tsk. Treat FreeBSD the same as the other... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Andrew M. Kuchling | Remove configure test for getline(), since it's no... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Guido van Rossum | Anonymous SF bug report #128053 point out that the... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Fred Drake | Explain that long options are matched based on a unique... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Fred Drake | GetoptError is always initialized with exactly two... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Moshe Zadka | Fixed bug which caused HTTPS not to work at all with... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Neil Schemenauer | Fix a silly bug in float_pow. Sorry Tim. |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Fred Drake | The Python/C API deals in PyObject*, not PyDictObject*. |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Fred Drake | Text.__init__(): Make sure the data parameter is a... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Tim Peters | A few reformats; no logic changes. |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Guido van Rossum | Let's hope that three time's a charm... |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Tim Peters | 18 isn't a prime (duh). |
commit | commitdiff | tree | snapshot |
2001-01-08 |
Tim Peters | Fiddled ms_getline_hack after talking w/ Guido: made... |
commit | commitdiff | tree | snapshot |
2001-01-07 |
Tim Peters | MS Win32 .readline() speedup, as discussed on Python... |
commit | commitdiff | tree | snapshot |
2001-01-07 |
Guido van Rossum | Tim noticed that I had botched get_line_raw(). Looking... |
commit | commitdiff | tree | snapshot |
next |