]> granicus.if.org Git - python/shortlog
python
2005-12-18 Barry WarsawExpose Subversion revision number (calculated via ...
2005-12-17 Neal NorwitzDoc for PEP 341, needs improvement
2005-12-17 Georg BrandlFix leftover word.
2005-12-17 Georg BrandlAdded PEP 341 to NEWS.
2005-12-17 Neal NorwitzSF patch #1355913, PEP 341 - Unification of try/except...
2005-12-17 Neal NorwitzMerge from ast-arena. This reduces the code in Python...
2005-12-17 Neal NorwitzAdd Michael Urman for work on SF patch #1365916
2005-12-17 Georg BrandlBug #1373197: note that os.makedirs does not work with...
2005-12-17 Georg BrandlBug #1343671: clarify docs for os.removedirs
2005-12-17 Georg BrandlBug #1106572: clarify os.makedirs docs wrt umask
2005-12-17 Fredrik LundhFixed reference counting error when using the entity...
2005-12-17 Hye-Shik ChangBug #1379994: Fix *unicode_escape codecs to encode...
2005-12-16 Tim PetersMore text about the pragmatic significance of hashlib.
2005-12-16 Brett CannonAdd the missing mention of the hashlib module.
2005-12-16 Fredrik Lundhadded encoding tests to ElementTree/cElementTree tests
2005-12-16 Fredrik Lundhupdating to cElementTree 1.0.5 (step 3 of 3)
2005-12-16 Fredrik Lundhupdating to cElementTree 1.0.5 (step 2 of 3)
2005-12-16 Fredrik Lundhupdating to cElementTree 1.0.5
2005-12-16 Georg BrandlPatch #1360443: Make SimpleHTTPServer display unencoded...
2005-12-16 Georg BrandlPatch #1377848: typo in pyexpat docs
2005-12-16 Georg BrandlPatch #1376914: traceback.format_exc() has no "file...
2005-12-15 Trent MickSet props on _elementtree project file as per pyexpat...
2005-12-15 Trent MickAdd build support for _elementtree on Windows.
2005-12-15 Georg BrandlBug #1378455: a problem of urllib using open_local_file
2005-12-15 Georg BrandlRemove reference to the "t" open() mode as it is platfo...
2005-12-15 Walter DörwaldAdd two tests for the script interface.
2005-12-15 Fredrik Lundhadded cElementTree tests
2005-12-15 Neal NorwitzFix an int/long mismatch identified here:
2005-12-15 Neal NorwitzRevert r41662 and the part of 41552 that originally...
2005-12-14 Walter DörwaldIf quopri uses the implementations from binascii do...
2005-12-14 Fredrik Lundhadded PSG licensing blurb
2005-12-14 Fredrik Lundhadded PSF licensing blurbs to relevant files
2005-12-14 Fredrik Lundhfixed eol-style
2005-12-14 Fredrik Lundhrenamed to _elementtree (for Python 2.5)
2005-12-14 Fredrik Lundhcopied cElementTree 1.0.4 to Modules
2005-12-14 Fredrik Lundhadded cElementTree/_elementtree build stuff and wrapper...
2005-12-14 Armin RigoSubversion settings:
2005-12-14 Armin RigoAdded the 'ULL' prefix to the unsigned long long litera...
2005-12-14 Armin RigoWhen regenerating files like Python-ast.h, take care...
2005-12-14 Fredrik Lundhfixed installation of xmlcore libraries (including...
2005-12-14 Fred Drake- remove leftover directory
2005-12-14 Fred Drakemove the xml package implementation to xmlcore, and...
2005-12-13 Fredrik Lundhmoved magic into structure (mainly to simplify the...
2005-12-13 Fredrik Lundhrenamed dispatch -> capi to match other CAPI implementa...
2005-12-13 Fredrik Lundhadded cobject-based expat dispatch mechanism to pyexpat
2005-12-13 Hye-Shik ChangFix test not to fail on FreeBSD. Directories work...
2005-12-13 Hye-Shik ChangAdd a workaround for file.ftell() to raise IOError...
2005-12-13 Andrew M. KuchlingFrom a suggestion on c.l.py: modernize the introduction...
2005-12-12 Fredrik Lundh r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100
2005-12-12 Fredrik Lundh r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100
2005-12-12 Fredrik Lundhskip NIS entries, empty entries, etc
2005-12-12 Fredrik Lundhskip nis entries, if not filtered out by getpwall itself
2005-12-12 Fredrik Lundhadded xml.etree test (enough of the ElementTree selftest to
2005-12-12 Fredrik Lundh r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100
2005-12-12 Fredrik Lundhadded ElementTree core components to xml.etree
2005-12-12 Hye-Shik ChangBug #1290333: Added a workaround for cjkcodecs' _codecs...
2005-12-12 Andrew M. KuchlingRemove background image
2005-12-11 Neal NorwitzSF #1373150, diffs in working copy after a build
2005-12-11 Neal Norwitzen_sit will be freed when en is DECREF'd. Don't double...
2005-12-11 Neal NorwitzSF #1377897, Bus error in ast
2005-12-11 Neal NorwitzSF #1370197, memory leak - ast_error_finish (in error...
2005-12-10 Jeremy HyltonAdd const to several API functions that take char *.
2005-12-10 Hye-Shik ChangPatch #1276356: Implement new resource "urlfetch" for...
2005-12-08 Andrew M. Kuchling[Bug #1349316] Show how to use XML-RPC through a proxy
2005-12-06 Skip Montanaroadd common usage example
2005-12-06 Armin RigoTypo in a code example.
2005-12-06 Armin RigoNobody on python-dev seemed particularly bothered that...
2005-12-06 Neal NorwitzSimplify logic for handling import *
2005-12-06 Neal NorwitzReduce scope of feature
2005-12-06 Neal NorwitzRemove unused macro, check is done elsewhere
2005-12-05 Neal NorwitzRemove unnecessary extern variable
2005-12-05 Neal Norwitzmwh spotted a copied error message, make it unique...
2005-12-05 Neal NorwitzFix SF #1373161, r41552 broke test_file on OS X
2005-12-05 Michael W.... Fix bug
2005-12-04 Andrew M. Kuchling[Patch #1372995] Add \versionadded
2005-12-04 Andrew M. Kuchling[Bug #1281032] Pass encoding from the input source...
2005-12-04 Andrew M. Kuchling[Bug #1164912] Ensure Datetime wrapper class .value...
2005-12-04 Andrew M. Kuchling[Bug #1041501] Fix example
2005-12-04 Andrew M. Kuchling[Patch #1039083] Add 'encoding' parameter to SimpleXMLR...
2005-12-04 Andrew M. KuchlingUse boolean name
2005-12-04 Andrew M. Kuchling[Patch #893642] Add optional allow_none argument to...
2005-12-04 Andrew M. Kuchling[Bug #1372836] Remove unused code
2005-12-04 Andrew M. KuchlingAdd placeholder section on old and new-style classes
2005-12-04 Andrew M. Kuchling[Bug #792570] Under Windows, socket.read() seems to...
2005-12-04 Andrew M. Kuchling[Bug #1222790] Set reuse-address and close-on-exec...
2005-12-02 Georg BrandlBug #1368481: python.dir refers to whatsnew23
2005-12-01 Anthony Baxterset expectations appropriately. ;)
2005-11-30 Walter DörwaldFix typo.
2005-11-30 Andrew M. KuchlingRemove sorting HOWTO, after converting it to a wiki...
2005-11-29 Martin v. LöwisSilence VS2005 warnings about deprecated functions.
2005-11-29 Martin v. LöwisLimit x86 machine instructions and Win95 support to...
2005-11-29 Walter DörwaldTest another error case in PyFloat_FromString().
2005-11-29 Fred Drakefix link
2005-11-29 Fredrik LundhSF#1368827
2005-11-28 Walter DörwaldFix leaked reference to None.
2005-11-28 Martin v. LöwisPatch #1350409: Port signal handling to VS 2005.
2005-11-27 Neal NorwitzFix memory leaks
2005-11-27 Neal NorwitzImprove test coverage. Hope the test_file changes...
2005-11-27 Martin v. LöwisPatch #1162825: Support non-ASCII characters in IDLE...
2005-11-26 Georg Brandlbug #1365984: urllib and data: URLs. Problem was that...
next