]> granicus.if.org Git - python/shortlog
python
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 Martin v. LöwisGet DBL_MAX from float.h not values.h.
2006-10-27 Martin v. LöwisCheck for values.h.
2006-10-27 Martin v. Löwis[Backport of r52452]
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-20 Thomas HellerRecorded merge of revisions 51379-51603,51606-52365...
2006-10-20 Thomas HellerInitialized merge tracking via "svnmerge" with revision...
2006-10-19 Andrew M. Kuchling[Bug #1576348] Fix typo in example
2006-10-18 Tim PetersC:\Code\python>type c.txt
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.
2006-10-17 Martin v. LöwisPatch #1457736: Update VC6 to use current PCbuild settings.
2006-10-15 Martin v. LöwisMention the bdist_msi module.
2006-10-15 Martin v. LöwisRemove binary property on project files, set eol-style
2006-10-15 Martin v. LöwisBug #1567666: Emulate GetFileAttributesExA for Win95.
2006-10-15 Martin v. LöwisPatch #1577551: Add ctypes and ET build support for...
2006-10-15 Martin v. LöwisPatch #1576954: Update VC6 build directory; remove...
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 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. Kuchling[Bug #1545341] Let the 'classifiers' parameter be a...
2006-10-08 Ronald OussorenBackport of r52238
2006-10-08 Ronald OussorenBackport of r52236
2006-10-08 Skip MontanaroBackport libcsv.tex bugfix from rev 52218. (SF ticket...
2006-10-08 Ronald OussorenBackport of r52233
2006-10-08 Ronald OussorenBackport of r52229
2006-10-08 Ronald OussorenBackport of r52227.
2006-10-08 Hye-Shik ChangBackport from trunk r52223:
2006-10-08 Georg BrandlFix #1569998: no break inside try statement (outside...
2006-10-08 Georg BrandlPatch #1542451: fix crash with continue in nested try...
2006-10-07 Kristján Valur... Backport the .sln and .vcproj files for PCBuild8 from...
2006-10-06 Georg BrandlFix name.
2006-10-06 Andrew M. KuchlingCase fixes
2006-10-06 Fred Drake- update links
2006-10-05 Andrew M. Kuchling[Backport to 2-5maint of r52147 | andrew.kuchling ...
2006-10-04 Armin RigoForward-port of r52136: a review of overflow-detecting...
2006-10-04 Armin RigoCompilation problem caused by conflicting typedefs...
2006-10-04 Martin v. LöwisFix integer negation and absolute value to not rely
2006-10-04 Barry Warsawdecode_rfc2231(): As Christian Robottom Reis points...
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-09-30 Georg BrandlBug #1546052: clarify that PyString_FromString(AndSize...
2006-09-30 Georg BrandlBug #1446043: correctly raise a LookupError if an encod...
2006-09-30 Georg BrandlBug #1556784: allow format strings longer than 127...
2006-09-30 Georg BrandlBug #1560617: in pyclbr, return full module name not...
2006-09-30 Georg BrandlBug #1566602: correct failure of posixpath unittest...
2006-09-30 Georg BrandlBug #1566663: remove obsolete example from datetime...
2006-09-30 Georg BrandlBug #1566800: make sure that EnvironmentError can be...
2006-09-30 Georg BrandlPatch #1567691: super() and new.instancemethod() now...
2006-09-30 Georg BrandlBug #1565661: in webbrowser, split() the command for...
2006-09-30 Georg BrandlBug #1567375: a minor logical glitch in example descrip...
2006-09-30 Gregory P.... fix: DB.stat flags and txn keyword arguments were backw...
2006-09-30 George YoshidaSF bug #1567976 : fix typo(backport from r52048)
2006-09-27 Andrew M. KuchlingMake examples do error checking on Py_InitModule
2006-09-25 Georg BrandlBackport rev. 51972:
2006-09-25 Georg BrandlBackport rev. 51971:
2006-09-25 Georg BrandlBackport rev. 51987: superfluous semicola.
2006-09-24 Georg BrandlFix a bug in traceback.format_exception_only() that...
2006-09-24 Georg BrandlFix a bug in the parser's future statement handling...
2006-09-24 Georg BrandlFix webbrowser.BackgroundBrowser on Windows.
2006-09-23 Neal NorwitzSF Bug #1563963, add missing word and cleanup first...
2006-09-21 Jack Diederichadded itertools.count(-n) fix
2006-09-21 Jack Diederichbackport of r51950
2006-09-21 Brett CannonBackport of fix to allow exception instances to be...
2006-09-19 Anthony BaxterTagging for release of Python 2.5
2006-09-18 Anthony BaxterPreparing for 2.5 final. v2.5
2006-09-18 Anthony Baxterbetter wording
2006-09-18 Martin v. LöwisMention that GCC 4.1 is also affected, and that
2006-09-18 Martin v. LöwisDiscourage using GCC 4.2 for Python.
2006-09-17 Ronald OussorenWorkaround for bug #1558983
2006-09-15 Fred Drakerevise explanation of returns_unicode to reflect bool...
2006-09-15 Fred Drake- fix module name in links in formatted documentation
2006-09-15 Georg BrandlBackport uuid doc cleanup from rev. 51883.
2006-09-15 Georg BrandlCorrect elementtree module index entry.
2006-09-14 Georg BrandlBackport rev 51866-51868 from trunk (sqlite3 documentat...
2006-09-12 Martin v. LöwisAdd sgml_input.html.
2006-09-12 Anthony BaxterTagging for release of Python 2.5c2
2006-09-11 Anthony Baxterremove 2.5 final section from NEWS.txt until after... v2.5c2
next