]> granicus.if.org Git - python/shortlog
python
2003-01-14 Kurt B. KaiserM Bindings.py
2003-01-14 Guido van RossumExplicitly raise an exception in __cmp__ -- this clarif...
2003-01-14 Raymond HettingerReplaced POP() with STACKADJ(-1) on lines where the...
2003-01-14 Raymond HettingerSF bug #661184: inspect.getsource bug
2003-01-13 Just van Rossummake sure Info.plist has a CFBundleIdentifier entry
2003-01-13 Tim PetersA new test here was failing on Windows, because the...
2003-01-13 Guido van RossumDuh. cmdqueue should be an instance variable, not...
2003-01-13 Guido van RossumDuh. The do_EOF() implementation was bogus. Make...
2003-01-13 Neal NorwitzFix SF bug #667147, Segmentation fault printing str...
2003-01-13 Andrew M. KuchlingMove the date/time section into the modules section...
2003-01-13 Neal NorwitzUpdate comment, QnewFlag will go away in 3.0, not 2.3
2003-01-13 Guido van RossumFix NameError in getquotaroot(), sanctioned by Piers.
2003-01-13 Andrew M. KuchlingLink to MRO article
2003-01-13 Raymond HettingerSF patch 664183 and SF bug 664044: Note that both...
2003-01-12 Jack JansenImplemented FSCatalogInfo.
2003-01-12 Neal NorwitzTry to make a sentance more readable.
2003-01-12 Neal NorwitzSF #665570, curses causes interpreter crash
2003-01-11 Fred DrakeMinor correction and clarification.
2003-01-11 Tim PetersGot rid of the internal datetimetz type.
2003-01-11 Tim PetersMinor fiddling to make the next part easier. Introduce...
2003-01-10 Neal NorwitzSF #639945 was fixed in alpha 1
2003-01-10 Neal NorwitzFix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto
2003-01-10 Neal NorwitzGet build working on Redhat 7.2 linux 2.4.7
2003-01-10 Kurt B. KaiserUpdate documentation.
2003-01-10 Kurt B. KaiserSF bug #652933 (for IdleFork): Open Module "math" Fails...
2003-01-10 Neal NorwitzSF #665913, Fix mmap module core dump with unix
2003-01-10 Neal NorwitzSF #665913, Fix mmap module core dump with unix
2003-01-10 Kurt B. KaiserM configDialog.py
2003-01-10 Barry WarsawPython 2.1's string module doesn't have ascii_letters...
2003-01-10 Barry WarsawCleanups, and conversion of assert to assertEqual()
2003-01-10 Raymond HettingerAs discussed on python-dev, removed from DUP_TOPX suppo...
2003-01-10 Neal NorwitzAs discussed briefly on python-dev, add Pending Depreca...
2003-01-10 Neal NorwitzGet rid of compiler warnings
2003-01-10 Neal NorwitzRemove extra 'types'
2003-01-10 Raymond HettingerSF bug #652888: bad documentation for the "type" builtin
2003-01-10 Kurt B. Kaiser1. Make finding Python help docs more robust, including...
2003-01-10 Tim PetersGot rid of the timetz type entirely. This was a bit...
2003-01-10 Kurt B. KaiserDefault the OK key in the Save Before Run dialog.
2003-01-10 Tim PetersRemoved more now-pointless pickle code.
2003-01-09 Jack JansenStarted on implementing support for FSCatalogInfo....
2003-01-09 Just van Rossuminterpret utf-8 file names on OSX
2003-01-09 Just van Rossumsupport unicode in menu items
2003-01-09 Just van Rossumremoved silly & mask, avoiding FutureWarning
2003-01-09 Just van Rossumcleaned up Jack's Mac OS9 changes
2003-01-09 Tim PetersPurged reference to defunct datetimetz.
2003-01-09 Raymond HettingerSF patch #664320: Replace push/pop clusters in ceval.c
2003-01-09 Andrew M. KuchlingVarious minor edits
2003-01-09 Andrew M. KuchlingMarkup fix
2003-01-09 Walter DörwaldMake the test scripts work again with narrow Python...
2003-01-09 Just van Rossumadd newline to source before compilation
2003-01-09 Tim PetersMassive fiddling to reflect that datetimetz and timetz...
2003-01-08 Walter DörwaldAdd a few test cases to increase code coverage:
2003-01-08 Walter DörwaldAdd a test that exercises the error handling part of
2003-01-08 Walter DörwaldFix charmapencode_lookup(), so that a None value in...
2003-01-08 Tim PetersSF patch 661583: Remove old code from lib\os.py
2003-01-08 Tim PetersDeleted pickle/unpickle code for the old datetime and...
2003-01-08 Tim PetersUtterly minimal changes to collapse datetimetz into...
2003-01-08 Walter DörwaldRemove variable owned from PyUnicode_FromEncodedObject...
2003-01-08 Steve HoldenFix bug 427345 [related to IE's additional input on...
2003-01-08 Jack JansenVarious tweaks to make the test work on the Mac.
2003-01-08 Jack JansenAlways define getenv(), as suggested by Guido. This...
2003-01-08 Jack JansenTest that chmod() actually exists before calling it...
2003-01-08 Jack JansenRemoved the SetDates warning. The warning is in the...
2003-01-08 Jack Jansenquashed another case of the 32-bit warning.
2003-01-08 Jack JansenUpdated the list of expected skips for MacPython-OS9.
2003-01-08 Jack Jansenn the Mac the frozen import that should fail actually...
2003-01-08 Jack JansenAdded the Mac to platforms that don't have user/group...
2003-01-08 Jack JansenMade "ascii" the default encoding for MacPython, as...
2003-01-08 Jack JansenAdded a couple of casts to make this compile with CodeW...
2003-01-08 Jack JansenMerging the various tweaks for MacPython-OS9 2.3a1...
2003-01-08 Thomas HellerMention the change from patch #664376.
2003-01-08 Thomas HellerPatch #664376: sys.path[0] should contain absolute...
2003-01-08 Fred DrakeAdd notes about the linuxaudiodev and ossaudiodev modules.
2003-01-08 Fred Drake- be explicit: audio data files should be opened in...
2003-01-08 Neal Norwitzcommand doesn't work, but program does, not sure it...
2003-01-08 Greg WardThere's no such method as has_option() -- should be...
2003-01-08 Greg WardRewrite awkward/ungrammatical sentence.
2003-01-08 Andrew M. KuchlingBump version number
2003-01-08 Greg WardAdd reminder that ossaudiodev can/should also be built...
2003-01-08 Guido van RossumEnable building and testing of ossaudiodev for Linux.
2003-01-07 Guido van RossumNote about rexec.py and Bastion.py. This requires...
2003-01-07 Barry WarsawDocument EX_OK and friends.
2003-01-07 Barry WarsawTest for presence of sysexits.h and set HAVE_SYSEXITS_H...
2003-01-07 Neal NorwitzSF #664011, move tarfile module in docs
2003-01-07 Barry Warsawall_ins(): EX_OK and friends, constants from sysexits.h
2003-01-07 Barry WarsawA note about EX_OK and friends in the posixmodule.
2003-01-07 Guido van RossumFix from Michael Stone for SF bug #660476 and #513033...
2003-01-07 Guido van RossumA few more whitespace normalizations.
2003-01-07 Guido van RossumVarious cleanups:
2003-01-07 Guido van RossumUse regular expressions for branch matching, to avoid...
2003-01-07 Guido van RossumFix for SF bug #642358: only provide a new with a __dic...
2003-01-07 Raymond HettingerMuch clearer when super() is used.
2003-01-07 Raymond HettingerSF bug #652933 (for IdleFork): Open Module "math" Fails
2003-01-07 Raymond HettingerRevert change 1.37.
2003-01-07 Raymond HettingerSF patch #662433: Fill arraymodule's tp_iter and sq_con...
2003-01-07 Barry WarsawCHARSETS, ALIASES, CODEC_MAP: SF feature request 633543...
2003-01-07 Andrew M. KuchlingAdd tarfile module
2003-01-06 Guido van RossumAdd a test for a feature added in rev. 2.82 of typeobje...
2003-01-06 Guido van RossumAdd a refinement to SLOT1BINFULL() that fixes the probl...
2003-01-06 Raymond HettingerGvR's idea to use memset() for the most common special...
next