]> granicus.if.org Git - python/shortlog
python
2006-04-10 Tim PetersWhitespace normalization.
2006-04-10 Martin v. LöwisPatch #837242: id() for large ptr should return a long.
2006-04-10 Tim PetersDecimalContextTestCase: this permanently changed the
2006-04-10 Phillip J. Ebytest_contextlib wasn't actually being run by regrtest...
2006-04-10 Phillip J. EbyMinor clarity edit to contextlib per Guido's request.
2006-04-10 Phillip J. EbySF Patch #1463867: Improved generator finalization...
2006-04-10 Martin v. LöwisPatch #1467770: Add Popen objects to _active only in...
2006-04-10 Martin v. LöwisPatch #1441452: Add more AST nodes.
2006-04-10 Martin v. LöwisPatch #1429775: Link Python modules to libpython on...
2006-04-10 Martin v. LöwisPatch #1462222: Fix Tix.Grid. Closes #1036406.
2006-04-10 Neal NorwitzFix warning about ptsname not being a prototype on...
2006-04-10 Neal NorwitzUse PyObject_* allocator since FutureFeatures is small
2006-04-10 Neal NorwitzSF patch #1467512, fix double free with triple quoted...
2006-04-10 Neal NorwitzGet rid of warnings about using chars as subscripts
2006-04-10 Neal NorwitzFix some warnings on HP-UX when using cc/aCC
2006-04-10 Neal NorwitzI wonder if we can be too graceful? One oughta be...
2006-04-09 Anthony BaxterPython on OS X 10.3 and above now uses dlopen() (via...
2006-04-09 Georg BrandlPatch #1466993: remove wrong comment in socket.py
2006-04-09 Neal NorwitzFix tests so they pass in -R mode
2006-04-09 Neal NorwitzGet test_optparse to pass in -R mode by stop changing...
2006-04-09 Neal NorwitzConvert test_compare to use unittest. Hopefully we...
2006-04-09 Neal NorwitzFix problem (not checking return result) reported by...
2006-04-09 Neal NorwitzFix a couple of strings that were no-ops. urllib.open_...
2006-04-09 Neal Norwitzglob('anything*/') would fail because isdir is in os...
2006-04-08 Tim Peterstest_timeout(): This test was added during Bug Day...
2006-04-08 Martin v. LöwisDefine WIN32, to get proper struct alignment in WinSock2.h.
2006-04-08 Gregory P.... Fix bsddb.db.DBError derived exceptions so they can...
2006-04-07 Thomas HellerDon't try to build ctypes when configuration of libffi...
2006-04-07 Thomas HellerConfigure Modules/_ctypes/libffi just before building...
2006-04-07 Andrew M. KuchlingFix a few XXX markers
2006-04-07 Martin v. LöwisAdjust compileall -x option to Makefile.pre.in. Fixes...
2006-04-07 Martin v. LöwisRegenerate.
2006-04-07 Anthony Baxtermissing 'self' from TextCalendar.prweek.
2006-04-07 Anthony Baxterminor error in uudecode main error handling
2006-04-06 Martin v. LöwisPatch #1462080: Conditionalize some NETLINK defines.
2006-04-06 Tim PetersWhitespace normalization.
2006-04-06 Thomas HellerExpose RTLD_LOCAL and RTLD_GLOBAL always from the _ctyp...
2006-04-06 Andrew M. KuchlingFix unfinished paragraph; markup fix
2006-04-06 Andrew M. KuchlingExpand the PEP 353 section; various smaller changes
2006-04-06 Georg BrandlBug #1464658: make clear that PyList_GetItem doesn...
2006-04-06 Georg BrandlBug #1465619: rot13 codec decodes to a Unicode string.
2006-04-06 Georg BrandlBug #1465600: note encoding issue in ZipFile.write().
2006-04-06 Thomas HellerReplace a few more 'char' types with 'signed char'...
2006-04-06 Neal NorwitzThis change shouldn't have any functional effect. ...
2006-04-06 Neal NorwitzFix unchecked return result from Coverity.
2006-04-06 Neal NorwitzRemove dead code (reported by HP compiler).
2006-04-06 Neal NorwitzHandle ssize_t
2006-04-06 Neal NorwitzHandle error conditions from PyString_ConcatAndDel().
2006-04-06 Neal NorwitzHandle ssize_t
2006-04-06 Neal NorwitzHopefully this makes test_urllib2 have inconsistent...
2006-04-06 Neal NorwitzI don't think we know of any tests that really leak...
2006-04-06 Anthony BaxterFix for failure of test_urllib2 breaking test_mimetypes...
2006-04-06 Anthony BaxterIn some environments (under screen, in a chroot) curses...
2006-04-06 Georg BrandlBug #1451341: find fuzzy marks correctly.
2006-04-06 Fred Drakeremove more cruft no longer needed
2006-04-06 Fred Drakeremove much of the Python-version compatibility cruft...
2006-04-06 Fred Drakerevert incomplete changes committed by accident
2006-04-06 Fred Drakeupdate URL to reflect new website
2006-04-05 Thomas HellerExplicitely use 'signed char', to avoid problems on...
2006-04-05 Thomas HellerExplicitely use 'signed char', to avoid problems on...
2006-04-05 Thomas HellerOne test still fails on the ia64 debian box.
2006-04-05 Tim PetersFixed error in comment for new PY_SSIZE_T_MIN.
2006-04-05 Anthony Baxterupgrade to final version of pysqlite 2.2.0
2006-04-05 Martin v. LöwisAdd PY_SSIZE_T_MIN, as suggested by Ralf W. Grosse...
2006-04-05 Thomas HellerUse 'ldd' to find the libc library to load. Based...
2006-04-05 Anthony Baxterwhitespace normalisation
2006-04-05 Anthony Baxterblank spots for Misc/NEWS, post alpha1 (plus testing...
2006-04-05 Andrew M. KuchlingBump version number after alpha1 release
2006-04-05 Thomas WoutersFix refleak in __import__("") (probably the cause of...
2006-04-05 Anthony Baxterno-one but windows should expect startfile to work
2006-04-05 Anthony BaxterTagging for release of Python 2.5a1
2006-04-04 Neal Norwitzwe need os.path too for the normal run on windows v2.5a1
2006-04-04 Andrew M. KuchlingReference PEP 356
2006-04-04 Andrew M. KuchlingAdd a paragraph about PEP 353; add a few more fixes
2006-04-04 Tim PetersThe part checking for the sqlite DLL was looking at...
2006-04-04 Andrew M. KuchlingTidy up the document in preparation for 2.5alpha1....
2006-04-04 Thomas HellerChange the import statement so that the test is skipped...
2006-04-04 Thomas HellerPer Martins request, add empty.vbs to Tools\msi\msi.py.
2006-04-04 Thomas HellerAdd a simple test for os.startfile().
2006-04-04 Walter DörwaldChange the example classes UnicodeReader and UnicodeWri...
2006-04-04 Thomas WoutersMake xrange more Py_ssize_t aware, by assuming a Py_ssi...
2006-04-04 Fredrik Lundhdocstring tweak
2006-04-04 Martin v. LöwisAdjust sqlite3 build process to Win64.
2006-04-04 Thomas WoutersFix __import__("") to raise ValueError rather than...
2006-04-04 Anthony BaxterFix test_platform on cygwin. When running from build...
2006-04-04 Tim Peterssqlite on Windows:
2006-04-04 Anthony BaxterSF Bug #1448488 - make collectionsmodule build on Cygwi...
2006-04-04 Anthony Baxterupdate to correct version of pysqlite
2006-04-04 Jeremy HyltonGenerate line number table entries for except handlers.
2006-04-04 Anthony Baxtercygwin's curses support isn't up to scratch to run...
2006-04-04 Jeremy HyltonRemove debugging prints.
2006-04-04 Anthony Baxteraargh. Don't make last minute re-organisations before...
2006-04-04 Martin v. LöwisFix Debug, Itanium, AMD64 configurations
2006-04-04 Anthony BaxterPyAPI_FUNC() the PyArg_.*SizeT forms. Without this...
2006-04-04 Jeremy HyltonMake path calculation platform independent
2006-04-04 Neal NorwitzFix a couple of memory issues
2006-04-04 Martin v. LöwisAdd sqlite3 to the Windows build process.
2006-04-04 Martin v. LöwisDisable .DLL as an extension for extension modules.
2006-04-04 Anthony BaxterUpdate to pysqlite 2.2.0
2006-04-04 Martin v. LöwisRevert 43615, fixing it properly through quadrigraphs.
next