]> granicus.if.org Git - python/shortlog
python
2007-08-17 Skip Montanaroforgot this when removing RISCOS stuff
2007-08-17 Guido van RossumManually patched a few things that didn't get merged...
2007-08-16 Guido van RossumFirst merge from the trunk straight into the py3k branc...
2007-08-16 Guido van RossumInitialized merge tracking via "svnmerge" with revision...
2007-08-16 Guido van RossumDelete svnmerge properties (temporarily).
2007-08-16 Walter DörwaldApply SF patch #1775604: This adds three new codecs...
2007-08-16 Guido van RossumGet rid of some dead code and unneeded XXX comments...
2007-08-16 Jeremy HyltonRemove last(?) use of httplib.HTTPS, which caused test_...
2007-08-16 Walter DörwaldComplete truncated sentence.
2007-08-16 Skip MontanaroRemove RISCOS support
2007-08-16 Georg BrandlRemove license of the md5 module which is no longer...
2007-08-16 Neal NorwitzRemove a bogus comment based on the code above.
2007-08-16 Neal NorwitzSupport the new doc system. Also test_compiler was...
2007-08-15 Georg BrandlMove the 3k reST doc tree in place.
2007-08-15 Georg BrandlDelete the LaTeX doc tree.
2007-08-15 Georg BrandlTag last revision with LaTeX docs.
2007-08-15 George YoshidaFix doc compilation problem.
2007-08-15 Martin v. LöwisImplement PEP 3131. Add isidentifier to str.
2007-08-15 Guido van RossumDown with str8!
2007-08-14 Martin v. LöwisAdd XID_Start and XID_Continue properties to unicodectype.
2007-08-14 Martin v. LöwisFormat bools properly in %d.
2007-08-14 Collin WinterBug #1772489: make dir() work on traceback objects...
2007-08-14 Collin WinterGet rid of traceback.c:tb_getattr in favor of marking...
2007-08-14 Jeremy HyltonRemove Python 1.5 compatibility layer from httplib.
2007-08-14 Jeremy HyltonChange xmlrpclib to use the newer httplib interface.
2007-08-14 Guido van RossumThe dbm module should use bytes for keys. This makes...
2007-08-14 Martin v. LöwisFix test_gdbm.
2007-08-14 Martin v. LöwisRemove string.{letters,lowercase,uppercase}.
2007-08-13 Guido van RossumPatch suggested Paul Colomiets fixes test_threaded_impo...
2007-08-13 Guido van RossumDon't mess with string.letters any more. It is most...
2007-08-13 Guido van RossumImproved patches for sndhdr and imghdr by Victor Stinne...
2007-08-13 Guido van RossumFix two obvious 2.xisms.
2007-08-13 Martin v. LöwisEnable basic load/store again.
2007-08-13 Hye-Shik ChangFix a failing test on FreeBSD: ttys are seekable in...
2007-08-13 Hye-Shik ChangFix a test failure on non-UTF-8 locales: bad_coding2...
2007-08-13 Lars GustäbelRetouch my last change after a comment on style from...
2007-08-13 Martin v. LöwisAllow str8 in .write().
2007-08-13 Martin v. LöwisExpect that source strings are Unicode.
2007-08-13 Martin v. LöwisMake assertion error be more verbose.
2007-08-13 Martin v. LöwisFix typo.
2007-08-13 Martin v. LöwisCreate Unicode objects.
2007-08-13 Martin v. LöwisUse Tcl_SetObjResult instead of Tcl_SetResult.
2007-08-12 Neal NorwitzCleanup a little.
2007-08-12 Neal NorwitzAdd comment that should be addressed
2007-08-12 Neal NorwitzFix memory leak in an error condition
2007-08-12 Neal NorwitzFix memory leak
2007-08-12 Barry WarsawCompare what's read from files against proper byte...
2007-08-12 Skip MontanaroPyErr_Warn is deprecated in 2.5 - goes away for 3.0
2007-08-12 Neal NorwitzFix memory leak
2007-08-12 Martin v. LöwisDon't try to convert str to Unicode anymore.
2007-08-12 Neal NorwitzGet pystone working with lazy map.
2007-08-12 Neal NorwitzFix the refleak in strftime when converting a %Z with...
2007-08-12 Kurt B. Kaiser1. Catch TypeError exception when writing to OutputWindow
2007-08-12 Neal NorwitzAdd -s/--start option that makes it easier to run the...
2007-08-12 Neal NorwitzRemove docs for builtin file.
2007-08-12 Neal NorwitzKill execfile(), use exec() instead
2007-08-12 Neal NorwitzFix refleaks from execfile('file that contains a #...
2007-08-12 Neal NorwitzMake sure to flush output when writing dots during...
2007-08-11 Martin v. LöwisRemove obsolete ifdef.
2007-08-11 Neal NorwitzFix problem when exec'ing a string with a coding
2007-08-11 Martin v. LöwisChange module to produce and consume bytes.
2007-08-11 Neal NorwitzRemove unnecessary import
2007-08-11 Neal NorwitzFix test_wsgiref that used StringIO and a BufferedReade...
2007-08-11 Guido van RossumQuick fix for a new problem here -- using string.lowerc...
2007-08-11 Georg BrandlFix automatic replacing mistake.
2007-08-11 Martin v. LöwisFall back to ascii if the locale module cannot be loaded.
2007-08-11 Guido van RossumA few sqlite files were still using RO instead of READONLY.
2007-08-11 Martin v. LöwisFix reference leak.
2007-08-11 Martin v. LöwisSet sys.stdout.encoding properly.
2007-08-11 Martin v. LöwisChange shelve to require a bytes-oriented dict as
2007-08-11 Neal NorwitzRemove support for __members__ and __methods__. There...
2007-08-11 Martin v. LöwisFix test_bsddb3.
2007-08-11 Neal NorwitzFix refleaks
2007-08-11 Neal NorwitzHandle error
2007-08-11 Kurt B. KaiserFix what appears to be a very old bug. Tkinter in...
2007-08-10 Guido van RossumUse an event variable to wait for the server to be...
2007-08-10 Kurt B. KaiserRemove the None tag from tagdefs dict for now, appears...
2007-08-10 Guido van RossumFix refcount bug in make_Zreplacement().
2007-08-10 Jeremy HyltonMake sure the mock object passed to finish_request...
2007-08-10 Jeremy HyltonAllow rfc822 to process headers from an incoming HTTP...
2007-08-10 Jeremy HyltonStyle
2007-08-10 Guido van RossumFix a bit of code that wasn't converted properly, causi...
2007-08-10 Gerhard HäringMake the sqlite tests pass.
2007-08-10 Guido van RossumA small tweak to avoid calling traceback.format_excepti...
2007-08-10 Lars GustäbelRFC 1952 requires the FNAME field to be Latin-1. Do...
2007-08-10 Walter DörwaldFix refleak: decref inputobj after extracting the relav...
2007-08-10 Martin v. LöwisFix dbshelve and much of dbtables.
2007-08-10 Martin v. LöwisWrap set_location.
2007-08-10 Neal NorwitzFix some doc problems.
2007-08-10 Kurt B. KaiserFix circular import issue
2007-08-10 Kurt B. KaiserFix filter() issues
2007-08-10 Guido van RossumRemove spurious (and unneeded) import of StringIO.
2007-08-09 Guido van RossumIn PyFile_WriteString(), call PyUnicode_FromString...
2007-08-09 Guido van RossumHack to avoid a nasty recursion issue when Python is...
2007-08-09 Guido van RossumFix some logic in PythonCmd() -- if the AsString()...
2007-08-09 Guido van RossumFix two bugs in socket_getaddr():
2007-08-09 Guido van RossumOops. The PyObject_Print() function was totally broken...
2007-08-09 Kurt B. KaiserFix remaining map() issues.
2007-08-09 Kurt B. KaiserUse relative imports
2007-08-09 Guido van RossumOops, this was placed in the wrong branch.
next