2002-11-13 |
Fred Drake | Integrate updates to the GNU info conversion. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Fred Drake | - Committing the modified signature lines I've been... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Fred Drake | Document struct_time and the field names. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Fred Drake | Add \funcline, \funclineni, and \methodlineni to the... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Fred Drake | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Jeremy Hylton | Remove some test code. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Jeremy Hylton | Fix SF bug #637789: Handle Proxy-Connection header. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Andrew M. Kuchling | Back out part of rev. 1.53, restoring the use of the... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Guido van Rossum | News about the logging module. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Guido van Rossum | Get rid of #! lines, references to usage as __main__... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Guido van Rossum | Adding Vinay Sajip's logging package. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Fred Drake | Typo: it's --> its |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Fred Drake | Update: Older versions of Python crashed when calling... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Raymond Hettinger | Improved clarity and thoroughness of docstring. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Fred Drake | Clarify that PyImport_AddModule() and PyImport_ExecCode... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Fred Drake | Normalize whitespace. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Fred Drake | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Andrew M. Kuchling | Update file |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Andrew M. Kuchling | Docstring typo fix |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Andrew M. Kuchling | Fill out the 'Porting' section |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Martin v. Löwis | The libsocket/libnsl problem is specific to IRIX 4... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Neal Norwitz | Fix SF # 464405, freeze doesn't like DOS files on Linux |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Fred Drake | Clarified meaning of \w and \W with respect to the... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Neal Norwitz | SF # 627900, Bytecode copy bug in freeze |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Neal Norwitz | Fix SF # 635969, No error "not all arguments converted" |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Fred Drake | Handle the Content-Type header a little more appropriat... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Tim Peters | SF patch 637176: list.sort crasher |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Fred Drake | Clarified documentation of tempnam(). |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Andrew M. Kuchling | Update text to refer to 2.2.2 |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Andrew M. Kuchling | Remove extra word |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Raymond Hettinger | SF patch 629637: Add sample(population, k) method... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Skip Montanaro | delete reference to building on Minix, which will be... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Walter Dörwald | Use PyInt_AsLong instead of PyInt_AS_LONG after the... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Martin v. Löwis | Don't define _XOPEN_SOURCE and _POSIX_C_SOURCE on FreeB... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Tim Peters | Forgot a paren in the MSVC + 64-bit + Intel case. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Tim Peters | Added a blurb about the change to sys.version under... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Tim Peters | Some help for SF 614770: MSVC 7.0 compiler support |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Martin v. Löwis | Use new-style CHECK_TYPE to avoid modifying confdefs... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Martin v. Löwis | Protect pyconfig.h from multiple inclusions. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Martin v. Löwis | Do not define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Martin v. Löwis | Don't define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012]. |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Martin v. Löwis | Check whether we can take the address of chown, link... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Jack Jansen | - Use imp to find appletrawmain.py in stead of hand... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Jack Jansen | - Building IDE is optional on waste being available... |
commit | commitdiff | tree | snapshot |
2002-11-10 |
Neal Norwitz | Make private functions static so we don't pollute the... |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Martin v. Löwis | Allow both string and Unicode objects in levels. |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Martin v. Löwis | Don't try to convert the test filename to Unicode with -U. |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Martin v. Löwis | Look in db4 directories when checking for db4. |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Martin v. Löwis | Search for tix subdirectories. Fixes #564729. Will... |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Michael W.... | Restore to ANSI C. |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | Install the bz2 DLL on Windows. |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | I already forgot what I changed -- it wasn't important... |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | OK -- all tests pass on Windows now. The rest were... |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | More tests run on Windows now. Something is still... |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | Many changes to get this to pass on Windows, and to... |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | Comment out the test docstrings so we can at least... |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | Start building the bz2 module on Windows. |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | Open at least one binary file in binary mode. This... |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | bz2_compress/bz2_decompress: more casting away LONG_LO... |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | BZ2Decomp_decompress(): Fixed more long vs LONG_LONG... |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | BZ2Comp_flush(): Fixed more int vs LONG_LONG confusions. |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | BZ2Comp_compress(): Explicitly cast the LONG_LONG... |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | BZ2Comp_compress(): changed decl of totalout to LONG_L... |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | Repaired signed-vs-unsigned mismatch. |
commit | commitdiff | tree | snapshot |
2002-11-09 |
Tim Peters | This couldn't compile on WIndows, due to hardcoded... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Guido van Rossum | Another attempt at making the set constructor both... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Andrew M. Kuchling | [Bug #233259] Ugly traceback for DistutilsPlatformError |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Andrew M. Kuchling | Fix comment typo |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Gustavo Niemeyer | * Modules/bz2module.c |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Andrew M. Kuchling | Simply delete the fpectl module, instead of leaving... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Michael W.... | Richie Hindle |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Michael W.... | This is Richie Hindle's patch: |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Michael W.... | Assorted patches from Armin Rigo: |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Martin v. Löwis | Make strip behave as documented. Will backport to 2... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Raymond Hettinger | Clarify the meaning of "requires Python 1.5.2". |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Raymond Hettinger | Closes SF bug #634069 reporting the docs on the **... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Tim Peters | _update(): Commented the new obscurity. Materialized... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
Raymond Hettinger | Closes SF bug #628246. |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Jack Jansen | Got rid of the python.rsrc resource file. The error... |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Walter Dörwald | Add documentation for the PEP 293 functionality: |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Fred Drake | Minor markup adjustments. |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Raymond Hettinger | Restore attribute access so that the following work... |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Thomas Heller | Use dynamic linking for the SHGetSpecialFolderPath... |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Thomas Heller | Fix a small bug when sys.argv[0] has an absolute path. |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Thomas Heller | Document the changed fdopen behaviour. |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Thomas Heller | NEWS entry for the changed fdopen function. |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Thomas Heller | Enforce valid filemode. Fixes SF Bug #623464. |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Martin v. Löwis | Try linking the major/minor test program. Fixes #634444. |
commit | commitdiff | tree | snapshot |
2002-11-07 |
Gustavo Niemeyer | Fixed sre bug "[#581080] Provoking infinite scanner... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Jack Jansen | Script to create .app bundles. Largely untested. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Martin v. Löwis | Add --check-tkinter to setup.py. Install IDLE. Fixes... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Guido van Rossum | Use column= rather than col=; with Tk 8.4 col= no longe... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Gustavo Niemeyer | Fixed bug "[#466200] ability to specify a 'verify'... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Walter Dörwald | Add next() and __iter__() methods to StreamReader,... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Walter Dörwald | Make int("...") return a long if an int would overflow. |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Andrew M. Kuchling | Fix NameError exception ('name' undefined) |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Michael W.... | Handle really big steps in extended slices. |
commit | commitdiff | tree | snapshot |
next |