]> granicus.if.org Git - python/shortlog
python
2003-07-15 Raymond HettingerNits.
2003-07-15 Mark HammondFix [ 771097 ] frozen programs fail due to implicit...
2003-07-15 Fred DrakeIndexing is a mess; try to get the link targets closer...
2003-07-15 Fred Drakeprocess_commands_wrap_deferred:
2003-07-15 Fred DrakeTry to clean up some indexing relevant to the import...
2003-07-15 Raymond HettingerFixed test and converted to unittest format.
2003-07-15 Raymond HettingerFixed test and converted to unittest format.
2003-07-15 Fred DrakeDiscuss calling new-style types.
2003-07-15 Jeremy HyltonSF patch 763201: handling of SyntaxErrors in symbol...
2003-07-15 Jeremy HyltonSF patch 763201: handling of SyntaxErrors in symbol...
2003-07-15 Martin v. Löwisheck environment closed status before closing a cursors...
2003-07-15 Walter DörwaldAdd various test cases from SF patch 543867.
2003-07-15 Andrew M. Kuchling[Patch #708374] Only apply the check for file size...
2003-07-15 Walter DörwaldMake the prefix 7 spaces long, so the lines are properl...
2003-07-14 Fred DrakeRemove proxy_print(), since that caused an inconsistenc...
2003-07-14 Fred Drakestylistic nits:
2003-07-14 Fred DrakeMarkup consistency nits.
2003-07-14 Fred DrakeAdded missing markup.
2003-07-14 Raymond HettingerFix unbalanced parenthesis in text.
2003-07-14 Raymond HettingerFix missing parenthesis
2003-07-14 Skip Montanaroupdate norobots link
2003-07-14 Skip MontanaroGive dumbdbm a sync() method which Shelve can call...
2003-07-14 Skip Montanaro+ libdumdbm
2003-07-14 Skip Montanaro+ libdumbdbm
2003-07-14 Skip Montanarominimal dumdbm module doc
2003-07-14 Raymond HettingerSF bug #738090: Section 13.3: htmllib.HTMLParser constr...
2003-07-14 Raymond HettingerSF patch #770521: make itertools type declarations...
2003-07-14 Raymond HettingerSF bug #770601: CGIHTTPServer and environment variable...
2003-07-13 Tim PetersMake close() identical to __del__() for a dumbdbm datab...
2003-07-13 Raymond HettingerSF patch #765238: fix fnmatch.__all__
2003-07-13 Skip Montanarodelete unused local variable (pychecker caught)
2003-07-13 Andrew MacIntyreMore pre-2.3 build tweaks for the OS/2 EMX port:
2003-07-13 Martin v. LöwisInitialize thread_id to 0 in unthreaded build. Fixes...
2003-07-13 Raymond HettingerSF bug #769142: CallTip trimming may loop forever.
2003-07-13 Martin v. LöwisPatch #770245: Pass LDFLAGS to pgen creation.
2003-07-13 Martin v. LöwisTreat irix64 like irix. Fixes #764560. Will backport...
2003-07-13 Raymond HettingerReworked test_warnings.py:
2003-07-13 Raymond HettingerThis test failed on WindowsME because the full file...
2003-07-13 Tim PetersRepaired typos in comments.
2003-07-13 Tim PetersFixed critical shutdown race in _Database._commit.
2003-07-13 Raymond HettingerSF bug #706546: u''.translate not documented
2003-07-13 Tim PetersMore comments about why not closing a dumddbm properly...
2003-07-13 Raymond HettingerSF 748201: time.strptime() should display format and...
2003-07-13 Raymond HettingerSF bug #770107: Typo in documentation of resource module
2003-07-12 Raymond HettingerUpdate for new module and new builtin.
2003-07-12 Tim Peters_commit(): Modernization.
2003-07-12 Tim PetersThere's a persistent rumor on the spambayes mailing...
2003-07-12 Martin v. LöwisPatch #764470: Fix marshalling of faults. Will backport...
2003-07-12 Martin v. LöwisPatch 549151, rev4: redirect posts for 301 also. Will...
2003-07-12 Raymond HettingerFix missing parenthesis
2003-07-12 Raymond HettingerSF patch #726751: Clarify docs for except target assig...
2003-07-11 Raymond HettingerExpose the 'master' instance mentioned in the docs.
2003-07-11 Raymond HettingerDocument Jim Fulton's docttest extensions.
2003-07-11 Jeremy HyltonDon't include slash in search string; it's OS-specific.
2003-07-11 Jeremy HyltonThe Unpickler forget about its find_class attribute.
2003-07-11 Raymond HettingerMinor fixups and added sections for iterators and gener...
2003-07-11 Jeremy HyltonAdd whitespace.
2003-07-11 Jeremy HyltonChange warnings to avoid importing re module during...
2003-07-11 Fred Drake- fix typo
2003-07-11 Andrew MacIntyrepatch #766650 - whichdb not identifying dbm DBs when...
2003-07-11 Just van Rossum[ 767645 ] correctly set the os.path.supports_unicode_f...
2003-07-11 Tim Peters__setitem__: Use integer division for computing #...
2003-07-11 Tim PetersAdded a new randomized test.
2003-07-11 Fred Drakenormalize whitespace
2003-07-11 Fred Drakeupdate the reference to the Apple Publications Style...
2003-07-10 Raymond HettingerSF #767592: unittest docs don't suggest "unittest.main()"
2003-07-10 Skip Montanaroavoid testing for -Kthread or -pthread if the default...
2003-07-10 Fred Drakefix stupid typo
2003-07-10 Kurt B. KaiserSF Patch 763681
2003-07-10 Raymond HettingerMissing markup.
2003-07-10 Just van RossumFixed a bug that's been there from the beginning but...
2003-07-10 Just van Rossumdon't optimize empty strings
2003-07-10 Jeremy HyltonFix wrong header name. The framework looks for auth_he...
2003-07-10 Andrew MacIntyreupdate OS/2 EMX port notes
2003-07-10 Andrew MacIntyreExtend the pwd & grp emulations to support accessing...
2003-07-10 Andrew MacIntyrepatch #764612 - find DB 4.1/4.0/3.x on FreeBSD and...
2003-07-09 Raymond HettingerSF patch #768187: replace apply(f, args, kwds) with...
2003-07-09 Neal NorwitzAdd versionadded. Remove duplicate "to"
2003-07-09 Gregory P.... fix to work on python <= 2.1
2003-07-09 Gregory P.... bugfix: proper import bsddb exists below
2003-07-09 Mark HammondFix [ 766669 ] Consistent GPF on exit
2003-07-09 Gregory P.... bsddb 4.1.6:
2003-07-09 Kurt B. KaiserSF Bug 767794
2003-07-08 Skip Montanarotypo
2003-07-08 Tim PetersI "cvs admin -kb"'ed these files to close a bug report...
2003-07-08 Kurt B. KaiserAdding "use warnings" to .../Doc/perl/python.perl raises
2003-07-08 Kurt B. KaiserDocument interrupt_main()
2003-07-08 Neal Norwitzadd missing '
2003-07-08 Fred DrakeImprove compatibility with more versions of LaTeX2HTML...
2003-07-08 Fred Drake- clean up table markup for readability
2003-07-08 Fred DrakeUpdate Tkinter3000 notes based on text from Fredrik...
2003-07-08 Jeremy HyltonFix SF bug 764095: Don't use network in test_httplib.
2003-07-08 Anthony BaxterFixed a table that wasn't in a tableii block, and added...
2003-07-07 Fred DrakeUse Boolean values for the capturestderr flag.
2003-07-07 Martin v. LöwisUse -fno-strict-aliasing if available. Fixes #766696...
2003-07-07 Fred Drake- explain about making Python scripts executable on...
2003-07-07 Gregory P.... Fix a typo/cut-n-paste error in DBCursor.join_item...
2003-07-07 Fred Drakeremoved trailing tabs in several places, including...
2003-07-07 Fred DrakeError noted in email to python-docs: PyObject correspon...
2003-07-07 Jeremy HyltonThis file was moved to Lib/.
next