]> granicus.if.org Git - python/shortlog
python
2003-05-24 Kurt B. KaiserFix a bug in Rev 1.10 - Windows can't handle a leading...
2003-05-24 Kurt B. Kaiser1. Stake Freddy.
2003-05-24 Just van RossumSomehow ColorPicker has never been included or tested...
2003-05-24 Tim PetersSF bug 705231: Assertion failed, python aborts.
2003-05-24 Just van Rossummodernized ColorPicker somewhat
2003-05-24 Raymond Hettinger'sum' is no longer a good variable name. Use 'total...
2003-05-24 Martin v. LöwisModified patch #742126: Don't define _XOPEN_SOURCE...
2003-05-24 Martin v. LöwisConvert tcl_version to str before comparing. Fixes...
2003-05-23 Neal NorwitzGet test_ioctl to pass on HPUX 11.
2003-05-23 Christian TismerAfter Raymond's remark, I changed the Stackless bits to
2003-05-23 Walter DörwaldAll calls to getarrayitem() (which is static) are done...
2003-05-23 Raymond Hettingeriteritems() should not have been used for self.timeout...
2003-05-23 Raymond HettingerPyType_GenericAlloc is inherited from object.
2003-05-23 Christian TismerGeneralized my type flags structure extension without...
2003-05-23 Greg WardLots of wordsmithing and typographical improvement.
2003-05-23 Greg WardRelease the GIL around read(), write(), and select...
2003-05-22 Neal NorwitzSF bug #644345, Poor error message for augmented assign
2003-05-22 Walter DörwaldPort test_mimetools.py to PyUnit and add various tests.
2003-05-22 Walter Dörwaldsound_playsound() doesn't have to be visible externally,
2003-05-22 Raymond HettingerFixed dotted name assertion.
2003-05-22 Jeremy HyltonUse macro to get length of list.
2003-05-22 Jeremy HyltonRemove comment with very long lines that explained...
2003-05-22 Tim PetersRecord 2.2.3c1 Windows build number.
2003-05-22 Fred DrakeCorrect dependency information -- the Python docs load...
2003-05-22 Barry WarsawAdd historical note for Python 2.2.3
2003-05-22 Fred DrakeMinor elaboration in the information about reporting...
2003-05-22 Fred Drakeupdate version history
2003-05-22 Andrew M. Kuchling[Bug #741171] pdb crashes when enabling a non-existing...
2003-05-22 Neal NorwitzWalter's last checkin also needs to work on doubles.
2003-05-22 Walter Dörwaldtest_byteswap() fails on alphas, because treating the...
2003-05-21 Jeremy HyltonAdd documentation for __future__
2003-05-21 Jeremy HyltonMove future statement here from appendix a.
2003-05-21 Tim PetersPyType_Ready(): Complain if the type is a base type...
2003-05-21 Jeremy HyltonFix for SF [ 734869 ] Lambda functions in list comprehe...
2003-05-21 Raymond HettingerSF bug #604716: faster [None]*n or []*n
2003-05-20 Andrew M. KuchlingDon't mention __slots__ as a technique for error avoidance
2003-05-20 Barry WarsawAdded a test for the fix of SF bug #658233, where conti...
2003-05-20 Barry WarsawGNUTranslations._parse(): Fix SF bug #658233, where...
2003-05-20 Fred DrakeFix markup nits.
2003-05-20 Tim PetersStraighten out the docs for os.system(); the Unix and...
2003-05-20 Fred DrakeMarkup nits.
2003-05-20 Fred DrakeRemove unused line numbers from example code.
2003-05-20 Christian TismerPreserved one bit in type objects for Stackless.
2003-05-20 Just van Rossum'Progress' doesn't exists, causing 'from EasyDialogs...
2003-05-20 Raymond HettingerFix missing parethesis.
2003-05-20 Raymond HettingerSF 740055: optional argument protocol in shelve.open...
2003-05-20 Raymond HettingerSF bug 735293: Command line timeit.py sets sys.path...
2003-05-20 Brett CannonAdd docs for key_file and cert_file arguments for HTTPS...
2003-05-20 Brett CannonFixing the previous patch to have the changes be to...
2003-05-20 Brett CannonFix docstrings for __(get|set|del)slice__ to mention...
2003-05-19 Kurt B. KaiserFix race exposed by 2.4 GHz XP box: Don't tear down...
2003-05-19 Martin v. LöwisOnly return objects if wantobjects is set in GetVar.
2003-05-19 Skip Montanaro* Correct Sniffer doc to correspond to the implementation.
2003-05-19 Kurt B. KaiserLet Python inform the user what went wrong with the...
2003-05-18 Martin v. LöwisOnly encode Unicode objects when printing them raw.
2003-05-18 Martin v. LöwisConsider \U-escapes in raw-unicode-escape. Fixes #444514.
2003-05-18 Walter DörwaldFix array.array.insert(), so that it treats negative...
2003-05-18 Brett CannonTo be on the safe side, backed out any questionable...
2003-05-18 Tim PetersAdded more words about the abuse of the tp_alloc nitems...
2003-05-18 Kurt B. KaiserWhitespace Normalization
2003-05-18 Kurt B. KaiserWhitespace Normalization
2003-05-18 Walter DörwaldAdd another error case to the insert test.
2003-05-18 Walter DörwaldPort test_array and test_winsound to PyUnit. Enhance...
2003-05-17 Kurt B. KaiserShow Freddy the mirror
2003-05-17 Raymond HettingerUser cStringIO instead of StringIO.
2003-05-17 Brett CannonRevert some changes back to dict.items made in a previo...
2003-05-17 Tim Petersdatetime.timedelta is now subclassable in Python. ...
2003-05-17 Tony LowndsAdded icon for IDLE on OS X
2003-05-17 Samuele Pedroniminor fix, jython-only. Don't asssume stdout to save...
2003-05-17 Tim Petersdatetime.datetime and datetime.time can now be subclass...
2003-05-17 Kurt B. KaiserNigel Rowe's Patch
2003-05-17 Kurt B. KaiserNoam Raphael's patch.
2003-05-17 Skip Montanarosimpler temp dir cleanup
2003-05-17 Samuele Pedronibeefed up version: jython support, covers now fixed...
2003-05-17 Tim Peterstest_subclass_date(): Beefed this up, to check that...
2003-05-17 Raymond HettingerInclude module name in doctest summary.
2003-05-17 Raymond HettingerUse test_support.run_doctest()
2003-05-17 Raymond HettingerProvide a clue that the doctests have run.
2003-05-16 Raymond HettingerMinor cleanups.
2003-05-16 Tim PetersTurns out there wasn't a need to define tp_free for...
2003-05-16 Tim PetersStopped using the old macro form of _PyObject_Del.
2003-05-16 Marc-André... Remove usage of re module from encodings package search...
2003-05-16 Tim Peterstest_fileno(): Skip this test on Windows.
2003-05-16 Raymond HettingerMissing parenthesis.
2003-05-16 Jim FultonAdded some missing PyObject* casts in the deallocators.
2003-05-16 Jim FultonAdded a missing PyObject* cast to the dealloc examples.
2003-05-16 Jim FultonRemoved the out of date and no-longer-referenced xxobje...
2003-05-16 Jim FultonRemoved reference to the out-of-date (and not very...
2003-05-16 Martin v. LöwisPatch #738325: Install optimized idlelib files.
2003-05-16 Raymond Hettinger* Added file globbing to make it easier to check many...
2003-05-16 Guido van RossumMore fixes according to SF 549151:
2003-05-16 Guido van RossumAdd docs for MessageBeep.
2003-05-16 Guido van RossumDon't replace an empty line with "pass" when symbol...
2003-05-15 Kurt B. Kaiser1. When a module is run from an EditorWindow, if its...
2003-05-15 Kurt B. Kaiser1. Add a command line switch to run without the subprocess
2003-05-15 Kurt B. Kaiser1. Make the startup more robust by not spawning the...
2003-05-15 Kurt B. Kaiser1. Restore the capability to run and debug without...
2003-05-15 Gregory P.... DB.remove() needs to set the internal DB handle to...
2003-05-14 Marc-André... Restore Python 1.5.2 compatibility.
2003-05-14 Raymond HettingerForward slash warnings now only occur for potentially...
next