2003-01-14 |
Kurt B. Kaiser | M Bindings.py |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Guido van Rossum | Explicitly raise an exception in __cmp__ -- this clarif... |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Raymond Hettinger | Replaced POP() with STACKADJ(-1) on lines where the... |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Raymond Hettinger | SF bug #661184: inspect.getsource bug |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Just van Rossum | make sure Info.plist has a CFBundleIdentifier entry |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Tim Peters | A new test here was failing on Windows, because the... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Guido van Rossum | Duh. cmdqueue should be an instance variable, not... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Guido van Rossum | Duh. The do_EOF() implementation was bogus. Make... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Neal Norwitz | Fix SF bug #667147, Segmentation fault printing str... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Andrew M. Kuchling | Move the date/time section into the modules section... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Neal Norwitz | Update comment, QnewFlag will go away in 3.0, not 2.3 |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Guido van Rossum | Fix NameError in getquotaroot(), sanctioned by Piers. |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Andrew M. Kuchling | Link to MRO article |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Raymond Hettinger | SF patch 664183 and SF bug 664044: Note that both... |
commit | commitdiff | tree | snapshot |
2003-01-12 |
Jack Jansen | Implemented FSCatalogInfo. |
commit | commitdiff | tree | snapshot |
2003-01-12 |
Neal Norwitz | Try to make a sentance more readable. |
commit | commitdiff | tree | snapshot |
2003-01-12 |
Neal Norwitz | SF #665570, curses causes interpreter crash |
commit | commitdiff | tree | snapshot |
2003-01-11 |
Fred Drake | Minor correction and clarification. |
commit | commitdiff | tree | snapshot |
2003-01-11 |
Tim Peters | Got rid of the internal datetimetz type. |
commit | commitdiff | tree | snapshot |
2003-01-11 |
Tim Peters | Minor fiddling to make the next part easier. Introduce... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | SF #639945 was fixed in alpha 1 |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | Get build working on Redhat 7.2 linux 2.4.7 |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Kurt B. Kaiser | Update documentation. |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Kurt B. Kaiser | SF bug #652933 (for IdleFork): Open Module "math" Fails... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | SF #665913, Fix mmap module core dump with unix |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | SF #665913, Fix mmap module core dump with unix |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Kurt B. Kaiser | M configDialog.py |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Barry Warsaw | Python 2.1's string module doesn't have ascii_letters... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Barry Warsaw | Cleanups, and conversion of assert to assertEqual() |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Raymond Hettinger | As discussed on python-dev, removed from DUP_TOPX suppo... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | As discussed briefly on python-dev, add Pending Depreca... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | Get rid of compiler warnings |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Neal Norwitz | Remove extra 'types' |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Raymond Hettinger | SF bug #652888: bad documentation for the "type" builtin |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Kurt B. Kaiser | 1. Make finding Python help docs more robust, including... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Tim Peters | Got rid of the timetz type entirely. This was a bit... |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Kurt B. Kaiser | Default the OK key in the Save Before Run dialog. |
commit | commitdiff | tree | snapshot |
2003-01-10 |
Tim Peters | Removed more now-pointless pickle code. |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Jack Jansen | Started on implementing support for FSCatalogInfo.... |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Just van Rossum | interpret utf-8 file names on OSX |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Just van Rossum | support unicode in menu items |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Just van Rossum | removed silly & mask, avoiding FutureWarning |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Just van Rossum | cleaned up Jack's Mac OS9 changes |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Tim Peters | Purged reference to defunct datetimetz. |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Raymond Hettinger | SF patch #664320: Replace push/pop clusters in ceval.c |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Andrew M. Kuchling | Various minor edits |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Andrew M. Kuchling | Markup fix |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Walter Dörwald | Make the test scripts work again with narrow Python... |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Just van Rossum | add newline to source before compilation |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Tim Peters | Massive fiddling to reflect that datetimetz and timetz... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Walter Dörwald | Add a few test cases to increase code coverage: |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Walter Dörwald | Add a test that exercises the error handling part of |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Walter Dörwald | Fix charmapencode_lookup(), so that a None value in... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Tim Peters | SF patch 661583: Remove old code from lib\os.py |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Tim Peters | Deleted pickle/unpickle code for the old datetime and... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Tim Peters | Utterly minimal changes to collapse datetimetz into... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Walter Dörwald | Remove variable owned from PyUnicode_FromEncodedObject... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Steve Holden | Fix bug 427345 [related to IE's additional input on... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Various tweaks to make the test work on the Mac. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Always define getenv(), as suggested by Guido. This... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Test that chmod() actually exists before calling it... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Removed the SetDates warning. The warning is in the... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | quashed another case of the 32-bit warning. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Updated the list of expected skips for MacPython-OS9. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | n the Mac the frozen import that should fail actually... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Added the Mac to platforms that don't have user/group... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Made "ascii" the default encoding for MacPython, as... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Added a couple of casts to make this compile with CodeW... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Merging the various tweaks for MacPython-OS9 2.3a1... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Thomas Heller | Mention the change from patch #664376. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Thomas Heller | Patch #664376: sys.path[0] should contain absolute... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Fred Drake | Add notes about the linuxaudiodev and ossaudiodev modules. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Fred Drake | - be explicit: audio data files should be opened in... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Neal Norwitz | command doesn't work, but program does, not sure it... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Greg Ward | There's no such method as has_option() -- should be... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Greg Ward | Rewrite awkward/ungrammatical sentence. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Andrew M. Kuchling | Bump version number |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Greg Ward | Add reminder that ossaudiodev can/should also be built... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Guido van Rossum | Enable building and testing of ossaudiodev for Linux. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Guido van Rossum | Note about rexec.py and Bastion.py. This requires... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Barry Warsaw | Document EX_OK and friends. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Barry Warsaw | Test for presence of sysexits.h and set HAVE_SYSEXITS_H... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Neal Norwitz | SF #664011, move tarfile module in docs |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Barry Warsaw | all_ins(): EX_OK and friends, constants from sysexits.h |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Barry Warsaw | A note about EX_OK and friends in the posixmodule. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Guido van Rossum | Fix from Michael Stone for SF bug #660476 and #513033... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Guido van Rossum | A few more whitespace normalizations. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Guido van Rossum | Various cleanups: |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Guido van Rossum | Use regular expressions for branch matching, to avoid... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Guido van Rossum | Fix for SF bug #642358: only provide a new with a __dic... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Raymond Hettinger | Much clearer when super() is used. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Raymond Hettinger | SF bug #652933 (for IdleFork): Open Module "math" Fails |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Raymond Hettinger | Revert change 1.37. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Raymond Hettinger | SF patch #662433: Fill arraymodule's tp_iter and sq_con... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Barry Warsaw | CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Andrew M. Kuchling | Add tarfile module |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Guido van Rossum | Add a test for a feature added in rev. 2.82 of typeobje... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Guido van Rossum | Add a refinement to SLOT1BINFULL() that fixes the probl... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Raymond Hettinger | GvR's idea to use memset() for the most common special... |
commit | commitdiff | tree | snapshot |
next |