]> granicus.if.org Git - python/shortlog
python
2005-07-05 Jack JansenAllow for (optional) const declaration.
2005-07-05 Raymond HettingerAdd test for hash commutativity.
2005-07-05 Piers Lauderfixed tag generation to avoid null tags
2005-07-04 Georg Brandlbug #1177468: don't cache /dev/urandom file descriptor...
2005-07-04 Georg BrandlRevert patch for 1162912.
2005-07-03 Jack JansenUpdated (and regenerated) for name change in tp_init...
2005-07-03 Jack JansenFactored out the code that creates argument lists and...
2005-07-03 Jack JansenSigh, changed the argument names in the tp_init functio...
2005-07-03 Georg Brandlbug [ 1162912 ] typesseq-mutable lacks note on combined...
2005-07-02 Georg BrandlAdd doctest for examples in libweakref.tex to test_weakref.
2005-07-02 Georg Brandlpatch [ 1231538 ] Typo fix in compiler/transformer...
2005-07-02 Georg Brandlbug [ 1228904 ] weakref example broken
2005-07-02 Georg BrandlPatch [ 1230615 ] Patch for (Doc) #1168746
2005-07-01 Raymond HettingerCross reference the set built-ins with the sets module.
2005-07-01 Raymond HettingerProvide a comparison to the builtin set types.
2005-07-01 Raymond HettingerTeach texcheck about \textbar
2005-07-01 Jack JansenAdded methods mkvaluePreCheck and getargsPreCheck,...
2005-07-01 Raymond HettingerMore info on rounding modes. Add sections for floating...
2005-06-30 Jack JansenMore factorization: added a method getrvforcallit(...
2005-06-30 Michael W.... Apparently some compiler gives a warning on
2005-06-29 Raymond HettingerSF bug #1224347: int/long unification and hex()
2005-06-29 Jack JansenAdded optional suppport for storage modifiers (virtual...
2005-06-28 Jack JansenMore factorization to help C++ support.
2005-06-28 Raymond HettingerNote that files are iterable.
2005-06-27 Raymond Hettinger* Show the keyword argument form of dict().
2005-06-27 Fred Drakeadd note that os.EX_* constants are subject to availabi...
2005-06-27 Georg BrandlAdapt output file to new Cookie JS output.
2005-06-26 Georg BrandlFix test cases for doctest.
2005-06-26 Georg Brandl- Bug #839151: Fix an attempt to access sys.argv in...
2005-06-26 Georg Brandlbug [ 839151 ] attempt to access sys.argv when it doesn...
2005-06-26 Georg Brandlbug [ 1172785 ] doctest.script_from_examples() result...
2005-06-26 Georg Brandl- Bug #1155638: Fix a bug which affected HTTP 0.9 respo...
2005-06-26 Georg Brandlbug [ 1155638 ] self.length shield exception in httplib
2005-06-26 Georg Brandlbug [ 1175848 ] poorly named variable in urllib2.py
2005-06-26 Georg BrandlPrevent creating a HTML link to file://?/
2005-06-26 Georg Brandl- Bug #1100201: Cross-site scripting was possible on...
2005-06-26 Georg Brandlbug [ 1100201 ] Cross-site scripting on BaseHTTPServer
2005-06-26 Georg BrandlAdd NEWS entries for bugs closed at Bug Day.
2005-06-26 Georg Brandlbug [ 1108948 ] Cookie.py produces invalid code
2005-06-26 Georg Brandlbug [ 1072853 ] thisid not intialized in pindent.py...
2005-06-26 Kurt B. KaiserSMTP.help() was returning a tuple instead of the promis...
2005-06-25 Georg BrandlNEWS entry for last bugfix
2005-06-25 Georg Brandlbug [ 1166582 ] IterableUserDict not in docs
2005-06-25 Georg Brandlbug [ 1186072 ] tempnam doc doesn't include link to...
2005-06-25 Georg Brandlbug [ 1175022 ] property example code error
2005-06-25 Georg BrandlBug [ 1190563 ] os.waitpid docs don't specify return...
2005-06-25 Georg Brandlbug [ 1202475 ] httplib docs mentioning HTTPConnection...
2005-06-25 Georg BrandlPatch [ 1213031 ] note that os.chown can have -1 as...
2005-06-25 Georg Brandlcorrecting duplicate TeX markup
2005-06-25 Georg BrandlBug [ 1225705 ] os.environ documentation should mention...
2005-06-25 Georg BrandlPatch #1227442: smtplib.SMTP.sendmail() accepts a strin...
2005-06-25 Brett CannonFix signedness of various char variables to stop causin...
2005-06-25 Brett CannonAdd comments about PyThreadState and the usage of its...
2005-06-24 Tim PetersNormalize whitespace to avoid offending Bug Day volunteers.
2005-06-23 Jack JansenAdded a missing newline Output().
2005-06-22 Jack JansenRevamped type declaration so the basic routines return...
2005-06-21 Jack JansenAdded support for optional modifiers to functions/metho...
2005-06-21 Raymond HettingerSF bug #1224621: tokenize module does not detect incons...
2005-06-21 Kurt B. KaiserRemove dead code
2005-06-20 Michael W.... Fix bug:
2005-06-20 Michael W.... Add a(nother) warning about mixing Py_NewInterpreter...
2005-06-20 Michael W.... test_asynchat is no longer expected to produce output.
2005-06-20 Michael W.... fix some silly whitespace stuff (must have hit M-q...
2005-06-20 Raymond HettingerApply the _is_special guard.
2005-06-19 Kurt B. Kaiser<Enter> when cursor is on a previous command retrieves...
2005-06-19 Raymond HettingerInsert missing flag.
2005-06-18 Raymond HettingerSF patch #1200018: Restore GC support to set objects
2005-06-18 Georg BrandlBug #1209560: spurious blank page in dist.pdf
2005-06-18 Georg BrandlPatch #1180012: add documentation for modulefinder
2005-06-18 Neil SchemenauerFix grammar (it's -> its).
2005-06-18 Neil SchemenauerAdd missing INCREF.
2005-06-17 Raymond HettingerFix typo.
2005-06-17 Skip MontanaroAdd tests for posix O_SHLOCK & O_EXLOCK. Missed checki...
2005-06-16 Jack JansenMore factorization.
2005-06-16 Gregory P.... remove c++ style comment
2005-06-16 Michael W.... Update URL.
2005-06-16 Michael W.... You can have more than one thread state for a thread...
2005-06-15 Andrew M. KuchlingFix check for error condition
2005-06-15 Andrew M. Kuchling[Patch #1005892 from Alexandr Zamaraev] Fix two errors...
2005-06-15 Raymond HettingerFix nits.
2005-06-15 Skip MontanaroMichael Hudson pointed out that the Dialect_Type object...
2005-06-15 Michael W.... Consistently use hard tabs for indentation.
2005-06-15 Michael W.... Add a missing incref.
2005-06-15 Michael W.... Update version.
2005-06-15 Michael W.... Missed this documentation change about my marshal-float...
2005-06-15 Skip MontanaroLeak fix from Michael Hudson. Fix memory leak when...
2005-06-14 Jack JansenMore tweaks for C++ support. Still doesn't seem to...
2005-06-14 Andrew M. Kuchling[Bug #1219862] Document correct argument range for...
2005-06-14 Michael W.... yet another cache to clear when leak hunting.
2005-06-14 Raymond HettingerSF bug #1219448: small output bug
2005-06-14 Raymond HettingerSF bug #1215887: String and list methods documentation...
2005-06-13 Walter DörwaldPort test_long.py to unittest.
2005-06-13 Michael W.... Fix bug
2005-06-13 Michael W.... Remove extraneous format character from PyArg_ParseTupl...
2005-06-13 Raymond HettingerSF bug #1219361 Fix typo
2005-06-12 Kurt B. Kaiser1. Clarify "tab/space" Error Dialog and "Tab Width...
2005-06-12 Kurt B. Kaiser1. Patch 1196895 Jeff Shute:
2005-06-11 Gregory P.... fix typo. \var vs \variable
2005-06-10 Georg BrandlClarify docs about os.popen[234].
2005-06-10 Georg BrandlPatch #1171150: add a newline to py_compile error output
next