]> granicus.if.org Git - python/shortlog
python
2005-09-15 Georg Brandlbug [ 868706 ] Calling builtin function 'eval' from...
2005-09-15 Brett CannonClear out the regex cache when the TimeRE cache is...
2005-09-14 Georg Brandl*** empty log message ***
2005-09-14 Georg Brandlbug [ 1007046 ] os.startfile() doesn't accept Unicode...
2005-09-14 Georg Brandlbug [ 1274828 ] splitunc not documented
2005-09-14 Georg BrandlComplete format code support in getargs.c::skipitem...
2005-09-14 Georg BrandlComplete format code support in getargs.c::skipitem...
2005-09-14 Guido van Rossum- Changes donated by Elemental Security to make it...
2005-09-14 Guido van Rossum- Changes donated by Elemental Security to make it...
2005-09-14 Georg Brandlcomma nit
2005-09-14 Gustavo NiemeyerBug #1202493: Fixing SRE parser to handle '{}' as perl...
2005-09-14 Georg BrandlPatch #1290454: Fix reload() error message when parent...
2005-09-13 Andrew M. KuchlingAdd more links to the 'What Next?' section; rewrite...
2005-09-12 Raymond HettingerSpeed-up escape()
2005-09-12 Georg BrandlBetter wording for integer ref entry.
2005-09-12 Andrew M. KuchlingShorten run-on sentence
2005-09-12 Andrew M. KuchlingUpdate link
2005-09-12 Andrew M. KuchlingUpdate link
2005-09-11 Raymond HettingerAdd FAQ entry regarding non-expoential representation.
2005-09-11 Raymond HettingerMinor cleanup.
2005-09-10 Raymond HettingerCorrected version of 1.170
2005-09-10 Raymond HettingerRevert 1.170. Add tests.
2005-09-10 Raymond HettingerSimplify and speed-up unquote().
2005-09-10 Raymond HettingerSimplify and speed-up quote_plus().
2005-09-09 Raymond HettingerSF #1285086: urllib.quote is too slow
2005-09-08 Vinay SajipAdded _handlerList to allow shutdown to flush and close...
2005-09-07 Hye-Shik ChangQuote docstring with r"" to keep '\r\n' in example...
2005-09-07 Fred Drakenote that the return and yield statements cannot be...
2005-09-07 Fred Drake- fix typo report by email, only 1.5 years late
2005-09-05 Neal Norwitzbreak sets a breakpoint rather than stopping the loop.
2005-09-04 Georg BrandlClarify what is meant with "whole numbers".
2005-09-03 Georg Brandlbug [ 1274069 ] bz2module.c compiler warning
2005-09-03 Georg Brandl- Correct PyBool_FromLong's return type and its descrip...
2005-09-02 Vinay SajipChanged _srcfile determination to support py2exe.
2005-09-01 Andrew M. KuchlingRemove statement about meaning of constants; arguably...
2005-09-01 Walter DörwaldFix rest markup and typos.
2005-09-01 Walter DörwaldSF bug #1235646: codecs.StreamRecoder.next() now reenco...
2005-09-01 Georg BrandlReverting previous checkin. This breaks too much of...
2005-09-01 Neal NorwitzNo need to import exceptions, they are builtins
2005-09-01 Neal NorwitzRemove unused import
2005-08-31 Neil SchemenauerFix bug in last checkin (2.231). To match previous...
2005-08-31 Georg Brandlpatch [ 1242454 ] shutil.copytree() quits too soon...
2005-08-31 Georg BrandlWhitespace normalization.
2005-08-31 Georg Brandlbug [ 761452 ] HTMLParser chokes on my.yahoo.com output
2005-08-31 Andrew M. KuchlingTypo fix
2005-08-31 Andrew M. KuchlingFrom c.l.py comments: link to zlib manual, and disclaim...
2005-08-31 Andrew M. KuchlingUpdate URLs
2005-08-31 Andrew M. KuchlingExplain what file descriptors are; this change has...
2005-08-31 Walter DörwaldSF bug #1277016: Turn sentence fragment into a complete...
2005-08-31 Piers Lauderupdated __version__
2005-08-31 Piers Lauderchanged select() so readonly flag is treated as a boolean
2005-08-30 Walter DörwaldSF bug #1251300: On UCS-4 builds the "unicode-internal...
2005-08-30 Neal NorwitzSF #1275796, fix distutils typo "sortcut" -> "shortcut"
2005-08-30 Andrew M. KuchlingAdd to-do list
2005-08-30 Andrew M. KuchlingRemove rexec howto; it's kind of pointless now
2005-08-30 Andrew M. KuchlingCommit the howto source to the main Python repository...
2005-08-29 Brett CannonFix logic error introduced in last commit. Also add...
2005-08-29 Andrew M. KuchlingAdd missing \end, noted by George Yoshida
2005-08-27 Brett Cannonfix bug where str.find() was being misused where __cont...
2005-08-27 Andrew M. KuchlingWrite section on PEP 342
2005-08-27 Georg Brandlpatch [ 1274550 ] libtarfile.tex: external URL changed
2005-08-27 Georg Brandlpatch [ 1274630 ] documentation fixes
2005-08-27 Georg Brandlpatch [ 1274630 ] documentation fixes
2005-08-27 Martin v. LöwisPatch #1168594: set sizes of non-regular files to zero...
2005-08-26 Tim PetersWhitespace normalization (via reindent.py).
2005-08-26 Tim PeterstestSeekBackwardsFromEnd(): Repair obvious syntax...
2005-08-26 Georg BrandlAdd list() around xreadlines()
2005-08-26 Georg Brandl*** empty log message ***
2005-08-26 Georg Brandl__new__ is a static method
2005-08-26 Georg Brandlpatch [ 810023 ] Fix for off-by-one bug in urllib.URLop...
2005-08-26 Raymond HettingerSF bug #1072182: bad arg type to isspace in struct...
2005-08-26 Georg Brandlpatch [ 756021 ] Allow socket.inet_aton("255.255.255...
2005-08-26 Georg Brandltypo
2005-08-26 Georg BrandlDisallow keyword arguments for type constructors that...
2005-08-25 Georg Brandlbug [ 1248199 ] shelve .sync operation not documented
2005-08-25 Georg Brandlbug [ 1262320 ] minidom.py alternate newl support is...
2005-08-25 Georg Brandlbug [ 1262320 ] minidom.py alternate newl support is...
2005-08-25 Georg Brandlbug [ 1261229 ] __new__ is class method
2005-08-25 Georg BrandlMinor spelling nit.
2005-08-25 Georg BrandlCorrecting my last BZ2 entry. Adding one for #1215928.
2005-08-25 Georg BrandlOnce upon a time, I used to know TeX...
2005-08-25 Martin v. LöwisMake IDNA return an empty string when the input is...
2005-08-25 Georg BrandlCorrect test suite for #848017.
2005-08-25 Martin v. LöwisPatch #1160164: Use ReleaseItanium for zlib build.
2005-08-24 Georg Brandlpatch #848017: make Cookie more RFC-compliant.
2005-08-24 Georg BrandlBug #735248: Fix urllib2.parse_http_list.
2005-08-24 Georg BrandlAdd findnocoding.py and pysource.py.
2005-08-24 Georg BrandlBug 1016563: Bug in urllib2 proxy auth
2005-08-24 Georg BrandlPatch [ 1062060 ] fix for 1016880 urllib.urlretrieve...
2005-08-24 Georg BrandlPatch [ 784089 ] A program to scan python files and...
2005-08-24 Martin v. LöwisPatch #1167716: Support Unicode filenames in mkpath...
2005-08-24 Raymond HettingerCorrect names of sha modules.
2005-08-24 Georg Brandlpatch [ 1141428 ] more __contains__ tests
2005-08-24 Georg Brandl[ 1113421 ] New tutorial tests in test_generators.py
2005-08-24 Martin v. LöwisForward UnicodeDecodeError into SyntaxError for source...
2005-08-24 Martin v. LöwisReturn complete lines from codec stream readers
2005-08-24 Georg Brandlbug [ 1192315 ] 'clear -1' in pdb
2005-08-24 Georg Brandlbug [ 1190204 ] 3.29 site is confusing re site-packages...
2005-08-24 Georg Brandlbug [ 1193849 ] os.path.expanduser documentation wrt...
2005-08-24 Georg Brandlbug [ 728515 ] mmap's resize method resizes the file...
next