]> granicus.if.org Git - python/shortlog
python
2005-07-22 Georg BrandlFix all wrong instances of "it's".
2005-07-22 Georg Brandl[ 1243081 ] repair typos
2005-07-20 Walter DörwaldMake attributes and local variables in the StreamReader...
2005-07-20 Fred Drakeadd information about alternate implementations, noting...
2005-07-20 Fred Drakefix markup nits
2005-07-19 Georg BrandlFix cleanup DECREF logic in builtin_filter function.
2005-07-18 Georg Brandladded news entry for previous checkin
2005-07-18 Georg Brandl[ 755617 ] os module: Need a better description of...
2005-07-18 Georg Brandlbug [ 850238 ] unclear documentation/missing command?
2005-07-18 Georg Brandlbug [ 957505 ] SocketServer module documentation misleading
2005-07-17 Tim PetersSF bug #1238681: freed pointer is used in longobject...
2005-07-17 Tim PetersWhitespace normalization.
2005-07-17 Georg Brandlbug [ 1021621 ] use first_name, not first, in code...
2005-07-17 Georg Brandlbug [ 872769 ] os.access() documentation should stress...
2005-07-17 Georg Brandl[ 912943 ] 7.5.6 Thread Objects is too vague
2005-07-17 Georg Brandl- Bug #1015140: disambiguated the term "article id...
2005-07-17 Georg Brandlbug [ 1061920 ] "k" specifier in PyArg_ParseTuple incom...
2005-07-17 Skip Montanarouse macro
2005-07-17 Skip MontanaroNote that usegmt is new in 2.4. Closes #1239681.
2005-07-17 Hye-Shik ChangAdd support for FreeBSD 7.
2005-07-17 Jack JansenAdded an option to the scanner to generated marked...
2005-07-15 Georg Brandlbug [ 1238170 ] threading.Thread uses {} as default...
2005-07-15 Raymond Hettingertextwrap now processes text chucks at O(n) speed instea...
2005-07-14 Raymond HettingerBrett requests that Flovis's permissions be dropped.
2005-07-14 Georg BrandlRFE [ 1216944 ] Add Error Code Dictionary to urllib2
2005-07-12 Walter DörwaldApply SF patch #1101726: Fix buffer overrun in tokenize...
2005-07-12 Jack JansenFix for #1236090: FSSpec.as_pathname() crashes.
2005-07-12 Georg BrandlOops.
2005-07-12 Georg Brandlbug [ 1232768 ] Mistakes in online docs under "5.3...
2005-07-12 Michael W.... Fix:
2005-07-12 Georg Brandlbug [ 1235266 ] debug info file descriptor of tarfile...
2005-07-10 Tim PetersSF bug 1185883: PyObject_Realloc can't safely take...
2005-07-10 Tim PetersWhitespace normalization.
2005-07-09 Georg Brandlbug 1234979 addition
2005-07-08 Georg Brandlbug [ 1234979 ] Lock.acquire treats only 1 as True
2005-07-08 Georg Brandlbug [ 969757 ] function and method objects confounded...
2005-07-08 Jack JansenHandle argref so it can be overridden more easily in...
2005-07-08 Raymond HettingerNote Floris's last name.
2005-07-08 Raymond HettingerAdd permissions for the Summer of Code project.
2005-07-07 Phillip J. EbyFix "upload" command garbling and truncating files...
2005-07-06 Martin v. LöwisLink to #1233049 for building against openssl 0.9.8.
2005-07-05 Michael W.... Fix bug
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...
next