]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2007-04-01  Georg BrandlFix the class name of strings.
2007-04-01  Georg BrandlRemove bogus entry.
2007-04-01  Georg BrandlSome semantic fixes.
2007-04-01  Georg BrandlExplicit class names.
2007-04-01  Georg BrandlLots of explicit class names for method and member...
2007-04-01  Georg BrandlAnother fix.
2007-04-01  Georg BrandlFix a lot of markup and meta-information glitches.
2007-04-01  Brett CannonFix the test for recreating the locale cache object...
2007-04-01  Brett Cannontime.strptime's caching of its locale object was being...
2007-04-01  Neal NorwitzSF #1685563, MSVCCompiler creates redundant and long...
2007-03-31  Collin WinterShut up an occaisonal buildbot error due to test files...
2007-03-31  Georg BrandlBug #1655392: don't add -L/usr/lib/pythonX.Y/config...
2007-03-31  Neal NorwitzFix method names. Will backport.
2007-03-31  Georg BrandlTypo fix.
2007-03-31  Georg BrandlDuplicate label fix.
2007-03-31  Georg BrandlMarkup fix.
2007-03-31  Georg Brandlrepair string literal.
2007-03-30  Georg BrandlMarkup fix.
2007-03-30  Georg BrandlDuplicate label fix.
2007-03-30  Andrew M. KuchlingAdd item. (Oops, accidentally checked this in on my...
2007-03-30  Georg BrandlMarkup fix.
2007-03-30  Georg BrandlDuplicate label fix.
2007-03-30  Georg BrandlLabel name fix.
2007-03-30  Georg BrandlMarkup fix.
2007-03-30  Marc-André... Bump the patch level version of distutils since there...
2007-03-30  Collin WinterBug #1688274: add documentation for C-level class objects.
2007-03-30  Facundo BatistaAdded the posibility to pass the timeout to FTP.connect...
2007-03-29  Facundo BatistaAdded timout parameter to telnetlib.Telnet. Also created
2007-03-29  Georg BrandlIn Windows' time.clock(), when QueryPerformanceFrequenc...
2007-03-29  Georg BrandlThese are actually methods.
2007-03-29  Collin WinterMake test_zipfile clean up its temporary files properly.
2007-03-28  Collin WinterConsolidate patches #1690164, 1683397, and 1690169...
2007-03-28  Facundo BatistaAdded timeout to smtplib (to SMTP and SMTP_SSL). Also...
2007-03-28  Facundo BatistaBug 1688393. Adds a control of negative values in
2007-03-27  Facundo BatistaThe basic test cases of poplib.py.
2007-03-27  Facundo BatistaAdded an optional timeout to poplib.POP3. Also created a
2007-03-26  Facundo BatistaForgot to add the file before the previous commit,...
2007-03-26  Georg BrandlSome nits.
2007-03-26  Facundo BatistaAdded an optional timeout to FTP class. Also I started...
2007-03-25  Georg BrandlMarkup fix.
2007-03-25  Georg BrandlMarkup fix.
2007-03-25  Facundo BatistaClosing the HTTP connection after each test, and listen...
2007-03-25  Facundo BatistaRedone the tests, using the infrastructure already...
2007-03-25  Brett CannonChange the docs to no longer claim that unittest is...
2007-03-24  Georg BrandlRevert accidental change.
2007-03-24  Georg BrandlRemove typo accent.
2007-03-24  Žiga SeilnachtPatch #1489771: update syntax rules in Python Reference...
2007-03-23  Collin WinterMake test_relpath() pass on Windows.
2007-03-23  Facundo BatistaSurrounded with try/finally to socket's default timeout...
2007-03-23  Thomas HellerPrevent creation (followed by a segfault) of array...
2007-03-23  Guido van RossumAdd note about type.__init__().
2007-03-23  Facundo BatistaAdded a 'create_connect()' function to socket.py, which...
2007-03-23  Guido van RossumAdd a type.__init__() method that enforces the same...
2007-03-23  Martin v. LöwisBug #978833: Revert r50844, as it broke _socketobject...
2007-03-23  Martin v. LöwisPatch #1686451: Fix return type for PySequence_{Count...
2007-03-23  Neal NorwitzAdd Mark Dickinson for SF # 1675423.
2007-03-23  Guido van Rossum- Bug #1683368: The object.__init__() and object.__new_...
2007-03-22  Thomas HellerExplain the purpose of the b_needsfree flag (forward...
2007-03-22  Thomas HellerBack out "Patch #1643874: memory leak in ctypes fixed."
2007-03-22  Georg BrandlBug #1685704: use -m switch in timeit docs.
2007-03-21  Raymond HettingerAdd test and fix for fromkeys() optional argument.
2007-03-21  Žiga SeilnachtBug #1675967: re patterns pickled with older Python...
2007-03-21  Facundo BatistaMinor clarification, saying that blocking means no...
2007-03-21  Andrew M. KuchlingPut code examples at left margin instead of indenting...
2007-03-21  Andrew M. KuchlingFix sentence, and fix typo in example
2007-03-21  Andrew M. KuchlingAdd comments on maintenance of this file
2007-03-21  Georg BrandlFix #1684254: split BROWSER contents with shlex to...
2007-03-21  Georg BrandlPatch #1684834: document some utility C API functions.
2007-03-21  Georg BrandlNew test for rev. 54407 which only uses directories...
2007-03-21  Georg BrandlPatch #1682205: a TypeError while unpacking an iterable...
2007-03-21  Neal NorwitzRemove unused file spotted by Paul Hankin
2007-03-20  Georg BrandlFix for glob.py if filesystem encoding is None.
2007-03-20  Raymond HettingerExtend work on rev 52962 and 53829 eliminating redundan...
2007-03-20  Neal NorwitzTry to get test_urllib to pass on Windows by closing...
2007-03-20  Neal NorwitzTry to be a little more resilient to errors. This...
2007-03-20  Neal NorwitzTry to make this test more resistant to dropping from...
2007-03-20  Neal NorwitzTry to make this test more resistant to dropping from...
2007-03-20  Neal NorwitzTry backing out 54407 to see if it corrects the problem...
2007-03-20  Neal NorwitzGet rid of deprecation warning when testing commands...
2007-03-20  Neal NorwitzAdd a comment about 3k migration
2007-03-20  Neal NorwitzAdd some doc that was left out from some change to...
2007-03-19  Georg BrandlPatch #1683328: fixes and enhancements for "unparse...
2007-03-19  Collin WinterPatch #1630118: add a SpooledTemporaryFile class to...
2007-03-18  Georg BrandlPatch #1678339: test case for bug in difflib.
2007-03-18  Georg BrandlPatch #1682878: the new socket methods are recv_into...
2007-03-17  Gregory P.... move note to the correct section
2007-03-17  Georg BrandlPatch #1675423: PyComplex_AsCComplex() now tries to...
2007-03-16  Collin WinterPatch 1339796: add a relpath() function to os.path.
2007-03-16  Collin WinterRemove test/output/test_popen2 (missed in r54417).
2007-03-16  Collin WinterPatch #1676994: Refactor test_popen2 to use unittest.
2007-03-16  Jeremy HyltonClean up formatting of this file.
2007-03-16  Jeremy HyltonRemove warning: funcion declaration isn't a prototype
2007-03-16  Žiga SeilnachtWhitespace cleanup. Also remove the empty lines
2007-03-16  Žiga SeilnachtPatch #1623563: allow __class__ assignment for classes...
2007-03-16  Georg BrandlRFE #1670167: fix in isinstance() docs.
2007-03-16  Georg BrandlAdd \versionadded tag.
2007-03-16  Georg BrandlPatch #1273829: os.walk() now has a "followlinks" param...
2007-03-16  Georg BrandlBug #1681228: the webbrowser module now correctly uses...
2007-03-16  Collin WinterPatch #1642547: Fix an error/crash when encountering...
2007-03-15  Žiga SeilnachtPatch #1462488: prevent a segfault in object_reduce_ex...
next