]> granicus.if.org Git - python/shortlog
python
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.
2006-04-04 Neal NorwitzComment out the prints. These appear to be only for...
2006-04-04 Neal NorwitzMartin's change 43604 broke the Mac builds apparently...
2006-04-04 Jeremy HyltonAdd lineno, col_offset to excephandler to enable future...
2006-04-04 David Goodgeradded another example of Unicode CSV parsing; reworked...
2006-04-03 Martin v. LöwisProperly support empty woperation in win32_startfile;
2006-04-03 Phillip J. EbyFix typos; enhance comments on patch for SF #1462485.
2006-04-03 Thomas HellerTry to fix the build on Mac OS X 10.3. The 'live_suppo...
2006-04-03 Thomas Hellerctypes.macholib is needed.
2006-04-03 Phillip J. EbyFix SF#1462485: StopIteration raised in body of 'with...
2006-04-03 Tim PetersLooks like someone renamed (or something) md5c.c to...
2006-04-03 Martin v. LöwisSet "not found" value for svnversion to not-found....
2006-04-03 Matthias Klose- add missing chunk for patch #1117961
2006-04-03 Skip MontanaroMake needs to be told to install sqlite
2006-04-03 Matthias Klose- correct patch number
2006-04-03 Matthias Klose- Patch #360466: Replace the MD5 implementation from...
2006-04-03 Thomas HellerTry to fix the tests on OpenBSD. Apparently OpenBSD...
2006-04-03 Walter DörwaldFor backwards compatibility reasons the global function
2006-04-03 Walter DörwaldAlways return firstweekday % 7 instead of complaining
2006-04-03 Walter DörwaldTurn firstweekday into a property.
2006-04-03 Anthony Baxterpreparation for 2.5a1
2006-04-03 Anthony Baxteradded sqlite3 section
2006-04-03 Andrew M. KuchlingAdd sections for new modules; will write tutorial later
2006-04-03 Georg BrandlBug #1451503: allow unicode filenames in os.startfile().
2006-04-03 Martin v. LöwisAdd check_soundcard.vbs. Will backport
2006-04-03 Martin v. LöwisAllow long integers in PySlice_GetIndices.
2006-04-03 Martin v. LöwisAdd test case for #43581.
2006-04-03 Martin v. LöwisBug #1421664: Set sys.stderr.encoding
2006-04-03 Anthony BaxterDeal with openbsd's different style of default /etc...
2006-04-03 Anthony BaxterThe email module's parsedate_tz function now sets the...
2006-04-03 Neal NorwitzI could have sworn this was part of the change to not...
2006-04-03 Neal NorwitzGet ctypes loader working on OSF1 (Tru64)
2006-04-03 Neal NorwitzDon't abbreviate ABS, use long name ABSOLUTE.
2006-04-03 Martin v. LöwisPatch #1462700: Make _ctypes_test depend on _ctypes.
2006-04-03 Neal NorwitzFix test_pty on OSF/1 (Tru64). The problem is that...
2006-04-03 Neal NorwitzSkip the test for sys.stdin.seek(-1) on OSF/1 (Tru64...
2006-04-03 Neal NorwitzRemove some duplicated code for handling Mac modules...
2006-04-03 Neal Norwitz* Fix a refleak of *_attributes.
2006-04-03 Neal NorwitzAccept keyword arguments for __import__ and doc the...
2006-04-03 Neal NorwitzWhitespace: break long line
2006-04-03 Neal NorwitzUse Py_ssize_t in slices
2006-04-03 Neal NorwitzUse absolute imports
2006-04-03 Tim PetersWhitespace normalization.
2006-04-03 Anthony Baxtercleaned up setup.py code for sqlite3, based on patch...
2006-04-02 Walter DörwaldAlways use firstweekday module 7.
2006-04-02 Georg BrandlDocument recent fdopen() change.
2006-04-02 Georg BrandlReadd urllib.quote import as it doesn't cause any harm.
2006-04-02 Georg BrandlRemove "disgusting hack" in favour of closure (patch...
2006-04-02 Georg BrandlPatch #1463012: remove not working undocumented classes...
2006-04-02 Georg BrandlPatch #1462790: fix urllib2 ProxyHandler for host:port...
2006-04-02 Georg Brandlbug #1462706: guard against host not having FQDN hostname
2006-04-02 Fredrik Lundhend the sentence...
2006-04-02 Fred Drakefix markup error
2006-04-02 Andrew M. KuchlingGrammar fix
2006-04-02 Andrew M. KuchlingWrite various sections; I haven't been able to check...
2006-04-01 Fred DrakePatch #624325: urlparse.urlparse() and urlparse.urlspli...
next