]> granicus.if.org Git - python/shortlog
python
2003-07-17 Jeremy HyltonUpdate version label
2003-07-17 Jeremy HyltonPartial progress on NEWS.
2003-07-17 Jeremy HyltonSF bug 770601.
2003-07-17 Jeremy HyltonGet socketmodule compiling on IRIX 6.5.10.
2003-07-17 Skip Montanarofix for bug 773020 - splitting PATH should use os.pathsep
2003-07-17 Jeremy HyltonReflow long line.
2003-07-17 Michael W.... Remove inaccurate (and it turns out, entirely superfluo...
2003-07-17 Fred Drakemore markup chages
2003-07-17 Jeremy HyltonRemove unused variable.
2003-07-17 Fred DrakeInclude the GNU info format in the edist target since...
2003-07-17 Fred Drake- remove mention of the isprivate flag, since that...
2003-07-17 Just van Rossumback out the darwin supports_unicode_filenames patch...
2003-07-17 Tim PetersBump the release number to 2.3c1.
2003-07-17 Raymond HettingerMinor corrections.
2003-07-17 Jeremy HyltonPatch from John Anderson to enable VC 7.1 support.
2003-07-17 Fred Drake- put the GNU info packages in the same place as everyt...
2003-07-17 Fred Drake- update the list of documents for which GNU info is...
2003-07-17 Fred DrakeBump version numbers.
2003-07-17 Fred Drake- improve the description of how user-defined method
2003-07-17 Fred DrakeNote that Unicode strings are now supported in sys...
2003-07-17 Fred DrakeMake the howto document class work properly with the...
2003-07-16 Neil SchemenauerRemove code that tried to warn about shadowing builtin...
2003-07-16 Neil SchemenauerRemove code that tried to warn about shadowing builtin...
2003-07-16 Skip MontanaroZap the C API subsection altogether for now. It's...
2003-07-16 Andrew M. KuchlingMention list.index; more small textual changes
2003-07-16 Andrew M. KuchlingAdd reminder list of things to document; mention sys...
2003-07-16 Andrew M. KuchlingAdd mmap bugfix; typo and grammar fixes
2003-07-16 Skip Montanaroexpose the C API subsection which was hidden from LaTeX...
2003-07-16 Raymond HettingerClarify the lack of relationship between rich compariso...
2003-07-16 Raymond HettingerDoctest now examines all docstrings by default. Previo...
2003-07-16 Fred DrakeLots of markup cleanups to avoid warnings from the...
2003-07-16 Fred DrakeRemove \versionchanged; the text was too complex for...
2003-07-16 Jeremy HyltonRemove stray comments.
2003-07-16 Jeremy HyltonRemove unnecessary check in tests for slots allowed.
2003-07-16 Andrew M. KuchlingMinor text changes; update bug/patch count (quite a...
2003-07-16 Fred DrakeMake it easier to figure out the where a menuselection...
2003-07-16 Fred DrakeCygwin instructions:
2003-07-16 Andrew MacIntyreMore pre-2.3 build tweaks for the OS/2 EMX port:
2003-07-16 Fred DrakeA variety of markup-level adjustments.
2003-07-16 Raymond HettingerDiscussion of signatures for unicode.translate() and...
2003-07-16 Raymond HettingerExercise Jim Fulton's new doctest extension for running...
2003-07-16 Raymond HettingerFix faulty doctests. There is no results attribute.
2003-07-16 Raymond HettingerExtend last change to cover TestSuites as well as TestC...
2003-07-16 Fred Drake- update some comments
2003-07-16 Fred DrakePass along the selected "What's New" document to the...
2003-07-16 Fred DrakeAdjust description of the internationalized domain...
2003-07-16 Mark HammondPrevent failure on the mac, where "mbcs" is not the...
2003-07-16 Fred DrakeMap \envvar to the TeXinfo equivalent, @env.
2003-07-16 Fred DrakeSimple support for the alltt environment.
2003-07-16 Fred DrakeIn the description of enumerate(), the indexing operato...
2003-07-16 Fred DrakeTeach this script about \AA and \aa (the Scandanavian...
2003-07-16 Kurt B. KaiserUpdate to reflect the current status of the configurati...
2003-07-16 Raymond Hettingerrun_unittest() to support TestCase instances as well...
2003-07-16 Mark HammondCorrect previous patch looking for warnings module...
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.
next