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 |
2002-11-06 |
Andrew M. Kuchling | Fix docstring typos |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Andrew M. Kuchling | Old change (probably suggested by Jason Tishler) The... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Andrew M. Kuchling | [Patch #633635 from David M. Cooke] |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Andrew M. Kuchling | [Patch #633635 from David M. Cooke] |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Gustavo Niemeyer | Fixed bug #470582, using a modified version of patch... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Jack Jansen | Fix for bug 631247: configure should test the build... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Finn Bock | Skip the test_nocaret test when running as jython.... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Finn Bock | Make the test pass for jython where there are no sys... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
Chui Tey | By default when getting the search menu, the currently... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Neal Norwitz | Fix minor wording and 2 typos |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Martin v. Löwis | Support sdist. |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Neal Norwitz | Whoops, fix the typo correctly this time |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Neal Norwitz | Use PyOS_snprintf() instead of sprintf and wrap the... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Barry Warsaw | Add an entry for pdb's new `pp' command. |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Barry Warsaw | Document the new `pp' command. |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Barry Warsaw | Implement a `pp' command, which is like `p' except... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Neal Norwitz | Fix minor typos |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Fred Drake | Minor cleanups, markup. |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Martin v. Löwis | Document that images go away when they go away. Fixes... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Barry Warsaw | parse(), _parseheaders(), _parsebody(): A fix for SF... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Barry Warsaw | test_no_separating_blank_line(): A test for SF bug... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Barry Warsaw | A message with no separating blank line between the... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Barry Warsaw | test_text_plain_in_a_multipart_digest(): A test of... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Barry Warsaw | _parsebody(): A fix for SF bug #631350, where a subobje... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Barry Warsaw | Test case, distilled from SF bug #631350, where a subob... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Tim Peters | Another round on SF patch 618135: gzip.py and files... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Jeremy Hylton | Repair inconsistent use of tabs and spaces. |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Jeremy Hylton | Remove use of string module and reflow a couple of... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Barry Warsaw | Bump __version__ (yes, to 2.5 "minus") |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Barry Warsaw | Jason Mastaler's patch to break the dependence on rfc82... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Gustavo Niemeyer | * bzmodule.c |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Guido van Rossum | Fix an old bug in poll(). When a signal is handled... |
commit | commitdiff | tree | snapshot |
next |