]> granicus.if.org Git - python/shortlog
python
2006-10-27 Andrew M. Kuchling[Patch #1574068 by Scott Dial] urllib and urllib2 were...
2006-10-27 Andrew M. KuchlingClarify docstring
2006-10-27 Andrew M. Kuchling[Bug #1575506] The _singlefileMailbox class was using...
2006-10-27 Andrew M. Kuchling[Bug #1576241] Let functools.wraps work with built...
2006-10-27 Andrew M. KuchlingPoint users to the subprocess module in the docs for...
2006-10-27 Andrew M. Kuchling[Bug #1542016] Report PCALL_POP value. This makes...
2006-10-27 Andrew M. Kuchling[Bug #1562583] Mention the set_reuse_addr() method
2006-10-27 Andrew M. Kuchling[Bug #1583946] Reword description of server and issuer
2006-10-27 Andrew M. Kuchling[Bug #1585690] Note that line_num was added in Python 2.5
2006-10-27 Andrew M. KuchlingSome wording changes and markup fixes
2006-10-27 Andrew M. KuchlingAdd item
2006-10-27 Andrew M. KuchlingSet svn:keywords property
2006-10-27 Martin v. LöwisPatch #1567274: Support SMTP over TLS.
2006-10-27 Martin v. LöwisGet DBL_MAX from float.h not values.h. Will backport.
2006-10-27 Martin v. LöwisCheck for values.h. Will backport.
2006-10-27 Martin v. LöwisPatch #1549049: Rewrite type conversion in structmember.
2006-10-26 Andrew M. KuchlingTypo fix
2006-10-26 Andrew M. Kuchling[Bug #1579796] Wrong syntax for PyDateTime_IMPORT in...
2006-10-24 Georg BrandlPatch [ 1583506 ] tarfile.py: 100-char filenames are...
2006-10-22 Martin v. LöwisRemove passwd.adjunct.byname from list of maps
2006-10-22 Martin v. Löwis- Patch #1560695: Add .note.GNU-stack to ctypes' sysv...
2006-10-22 Martin v. LöwisPatch #1580872: Remove duplicate declaration of PyCalla...
2006-10-22 Ronald OussorenPatch #1580674: with this patch os.readlink uses the...
2006-10-22 Walter DörwaldPort test___future__ to unittest.
2006-10-19 Andrew M. Kuchling[Bug #1576348] Fix typo in example
2006-10-19 Martin v. LöwisRestore CFLAGS after checking for __attribute__
2006-10-19 Martin v. LöwisFix various minor errors in passing arguments to
2006-10-19 Martin v. LöwisAdd check for the PyArg_ParseTuple format, and declare
2006-10-18 Tim PetersAdd missing svn:eol-style to text files.
2006-10-18 Tim PetersWhitespace normalization.
2006-10-18 Tim PetersnewIobject(): repaired incorrect cast to quiet MSVC...
2006-10-17 Thomas Hellerctypes callback functions only support 'fundamental...
2006-10-17 Martin v. LöwisForward-port r52358:
2006-10-17 Martin v. LöwisRemove obsolete file. Will backport.
2006-10-17 Martin v. LöwisPatch #1457736: Update VC6 to use current PCbuild settings.
2006-10-16 Brett CannonFix turtle so that you can launch the demo2 function...
2006-10-15 Martin v. LöwisMention the bdist_msi module. Will backport to 2.5.
2006-10-15 Martin v. LöwisRemove binary property, set eol-style to CRLF instead.
2006-10-15 Martin v. LöwisDrop binary property on dsp files, set eol-style
2006-10-15 Martin v. LöwisSet the eol-style for project files to "CRLF".
2006-10-15 Martin v. LöwisRound to int, because some systems support sub-second...
2006-10-15 Martin v. LöwisBug #1567666: Emulate GetFileAttributesExA for Win95.
2006-10-15 Martin v. LöwisLoosen the test for equal time stamps.
2006-10-15 Martin v. LöwisPatch #1577551: Add ctypes and ET build support for...
2006-10-15 Martin v. LöwisPatch #1576166: Support os.utime for directories on...
2006-10-15 Martin v. LöwisPatch #1576954: Update VC6 build directory; remove...
2006-10-14 Neal NorwitzUpdate the peephole optimizer to remove more dead code...
2006-10-14 Brett CannonClean up the language of a sentence relating to the...
2006-10-12 Georg BrandlBug #1560179: speed up posixpath.(dir|base)name
2006-10-12 Georg BrandlBug #1283491: follow docstring convention wrt. keyword...
2006-10-12 Georg BrandlFix tarfile depending on buggy int('1\0', base) behavior.
2006-10-12 Georg BrandlSmall grammar fix, thanks Sjoerd.
2006-10-12 Georg BrandlBug #1560114: the Mac filesystem does have accurate...
2006-10-12 Georg BrandlAdd a note to fpectl docs that it's not built by default
2006-10-12 Georg BrandlBug #1545497: when given an explicit base, int() did...
2006-10-12 Georg BrandlBug #1546628: add a note about urlparse.urljoin() and...
2006-10-12 Georg BrandlBug #1548891: The cStringIO.StringIO() constructor...
2006-10-12 Georg BrandlBug #1550524: better heuristics to find correct class...
2006-10-12 Georg BrandlBug #1565919: document set types in the Language Reference.
2006-10-12 Georg BrandlBug #813342: Start the IDLE subprocess with -Qnew if...
2006-10-12 Georg BrandlBug #1575746: fix typo in property() docs.
2006-10-10 Ronald OussorenMacOSX: fix permission problem in the generated installer
2006-10-09 Martin v. LöwisBug #1565150: Fix subsecond processing for os.utime...
2006-10-09 Barry WarsawList gc.get_count() in the module docstring.
2006-10-09 Georg BrandlPatch #1572724: fix typo ('=' instead of '==') in _msi.c.
2006-10-09 Andrew M. KuchlingFix wording in comment
2006-10-09 Andrew M. KuchlingAdd news item for rev. 52211 change
2006-10-08 Ronald OussorenMacOSX: add more logic to recognize the correct startup...
2006-10-08 Ronald OussorenMacOSX: The universal build requires that users have...
2006-10-08 Ronald OussorenMacOSX: distutils changes the values of BASECFLAGS...
2006-10-08 Ronald OussorenFix for bug #1570284
2006-10-08 Ronald OussorenAdd version number to the link to the python documentat...
2006-10-08 Hye-Shik ChangBug #1572832: fix a bug in ISO-2022 codecs which may...
2006-10-08 Georg BrandlAdd missing NEWS entry for rev. 52129.
2006-10-07 Skip MontanaroNote that the excel_tab class is registered as the...
2006-10-06 Andrew M. KuchlingComment grammar
2006-10-06 Armin RigoA very minor bug fix: this code looks like it is design...
2006-10-06 Andrew M. Kuchling[Bug #1545341] Allow 'classifier' parameter to be a...
2006-10-06 Georg BrandlFix name.
2006-10-06 Andrew M. KuchlingCase fix
2006-10-06 Fred Drake- update links
2006-10-05 Brett CannonClarify what "re-initialization" means for init_builtin...
2006-10-04 Martin v. LöwisAdd MSVC8 project files to create wininst-8.exe.
2006-10-04 Andrew M. KuchlingCause a PyObject_Malloc() failure to trigger a MemoryEr...
2006-10-04 Armin RigoForward-port of r52136,52138: a review of overflow...
2006-10-04 Armin RigoCompilation problem caused by conflicting typedefs...
2006-10-04 Martin v. LöwisForward port r52134: Add uuids for 2.4.4.
2006-10-04 Martin v. LöwisFix integer negation and absolute value to not rely
2006-10-04 Jeremy HyltonFix for SF bug 1569998: break permitted inside try.
2006-10-04 Barry Warsawdecode_rfc2231(): As Christian Robottom Reis points...
2006-10-03 Brett CannonConvert test_imp over to unittest.
2006-10-03 Brett CannonFix minor typo in a comment.
2006-10-03 Vinay SajipModified LogRecord.__init__ to make the func parameter...
2006-10-03 Vinay SajipDocumentation clarified to mention optional parameters.
2006-10-03 Vinay SajipDocumentation omitted the additional parameter to LogRe...
2006-10-02 Martin v. LöwisGuard uintptr_t test with HAVE_STDINT_H, test for
2006-10-02 Martin v. LöwisFix test for uintptr_t. Fixes #1568842.
2006-10-01 Kurt B. KaiserAdd comment explaining that error msgs may be due to...
2006-10-01 Kurt B. KaiserSome syntax errors were being caught by tokenize during...
2006-09-30 Georg BrandlConvert test_import to unittest.
next