summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* svn:ignore .pyc and .pyo files.Brett Cannon2006-06-090-0/+0
* Test file.__exit__.Georg Brandl2006-06-091-1/+11
* Whitespace normalization.Tim Peters2006-06-095-81/+3
* Fix inconsistency in naming within an enum.Brett Cannon2006-06-091-12/+12
* Add note about wsgirefAndrew M. Kuchling2006-06-091-0/+2
* Add note about XMLGenerator bugfixAndrew M. Kuchling2006-06-091-0/+4
* Import wsgiref into the stdlib, as of the external version 0.1-r2181.Phillip J. Eby2006-06-0910-0/+2962
* Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005.Kristján Valur Jónsson2006-06-092-0/+8
* [Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values b...Andrew M. Kuchling2006-06-092-2/+7
* Markup fixAndrew M. Kuchling2006-06-091-1/+1
* Fix grammar and reflowNeal Norwitz2006-06-091-2/+2
* Remove the temporary hack to force test_optparse toTim Peters2006-06-091-5/+0
* testUnicodeOpen(): I have no idea why, but making thisTim Peters2006-06-091-1/+8
* AutoFileTests.tearDown(): Removed mysterious undocumentedTim Peters2006-06-091-27/+28
* To boost morale :-), force test_optparse to run immediatelyTim Peters2006-06-091-0/+5
* Whitespace normalization.Tim Peters2006-06-091-1/+1
* Update functools sectionAndrew M. Kuchling2006-06-091-10/+36
* Buffer objects would return the read or write buffer for a wrapped object whenBrett Cannon2006-06-084-22/+85
* Make binascii.hexlify() use s# for its arguments instead of t# to actuallyBrett Cannon2006-06-082-1/+4
* Convert test_file to unittest.Georg Brandl2006-06-081-332/+305
* Bug #1502805: don't alias file.__exit__ to file.close since theGeorg Brandl2006-06-081-1/+18
* Add functools.update_wrapper() and functools.wraps() as described in PEP 356Nick Coghlan2006-06-084-18/+202
* Argh. "integer" is a very confusing word ;)Georg Brandl2006-06-082-5/+2
* Add news for recent bugfix.Georg Brandl2006-06-081-0/+3
* Bug #1502728: Correctly link against librt library on HP-UX.Georg Brandl2006-06-082-1/+3
* Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds ...Georg Brandl2006-06-081-2/+2
* Typo fixAndrew M. Kuchling2006-06-081-1/+1
* (arre, arigo) SF bug #1350060Armin Rigo2006-06-084-11/+81
* pasted set_lk_detect line in wrong spot in previous commit. fixed. passes t...Gregory P. Smith2006-06-081-1/+1
* * Turn the deadlock situation described in SF bug #775414 into aGregory P. Smith2006-06-082-0/+11
* - bsddb: the bsddb.dbtables Modify method now raises the proper error andGregory P. Smith2006-06-082-18/+29
* Fix a refleak in recvfrom_intoNeal Norwitz2006-06-081-1/+1
* Clarify documentation for bf_getcharbuffer.Brett Cannon2006-06-071-6/+10
* Fix for foreign functions returning small structures on 64-bit bigThomas Heller2006-06-071-1/+3
* Add missing svn:eol-style property to text files.Tim Peters2006-06-070-0/+0
* Whitespace normalization.Tim Peters2006-06-072-2/+2
* * If BuildApplet.py is used as an applet it starts with a version ofRonald Oussoren2006-06-072-57/+45
* - Patch the correct version of python in the Info.plists at build time, insteadRonald Oussoren2006-06-074-10/+18
* And the last bit: move IDLE one level up and adjust makefilesRonald Oussoren2006-06-078-25/+350
* Move Mac/OSX/* one level upRonald Oussoren2006-06-07101-4042/+25
* mv Mac/OSX/BuildScript one level upRonald Oussoren2006-06-079-0/+1261
* Move Mac/OSX/PythonLauncher one level upRonald Oussoren2006-06-0724-0/+1372
* Move Mac/OSX/Tools one level upRonald Oussoren2006-06-0710-0/+1046
* Mention other placeholdersAndrew M. Kuchling2006-06-071-2/+3
* Add an item; also, escape %Andrew M. Kuchling2006-06-071-1/+6
* Mention other placeholdersAndrew M. Kuchling2006-06-071-2/+3
* Add an SQLite introduction, taken from the 'What's New' textAndrew M. Kuchling2006-06-071-0/+98
* SF patch 1501987: Remove randomness from test_exceptions,Tim Peters2006-06-071-19/+30
* dash_R_cleanup(): Clear filecmp._cache. This accounts forTim Peters2006-06-071-1/+2
* A quick hack to ensure the right key-bindings for IDLE on osx: install patchedRonald Oussoren2006-06-063-1/+170