Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting closer (but not yet there) to being able to compile under VC6 | Tim Peters | 2004-01-04 | 10 | -811/+29 |
| | | | | | | | | | | | | | | again. Removed the following subprojects and folded them into pythoncore, to match what's being done under VC7. We *can* build the core DLL under VC6 again after this: datetime.dsp winreg.dsp parser.dsp _sre.dsp _csv.dsp mmap.dsp _symtable.dsp | ||||
* | Documentation for new RFC 3548 functions. | Barry Warsaw | 2004-01-04 | 1 | -13/+106 |
| | |||||
* | Add note about new base64.py module support for RFC 3548. | Barry Warsaw | 2004-01-04 | 1 | -0/+3 |
| | |||||
* | More complete code coverage, including testing the new RFC 3548 support. | Barry Warsaw | 2004-01-04 | 1 | -26/+181 |
| | |||||
* | Added more complete RFC 3548 support for Base64, Base32, and Base16 | Barry Warsaw | 2004-01-04 | 1 | -9/+288 |
| | | | | | encoding and decoding, including optional case folding and optional alternative alphabets. | ||||
* | Cosmetic fix for wrongly indented tabs with ts=4. | Hye-Shik Chang | 2004-01-03 | 1 | -8/+8 |
| | |||||
* | Added interfaces for most of the stuff in QuickTimeComponents.h. | Jack Jansen | 2004-01-03 | 3 | -3/+9804 |
| | |||||
* | Tons of changes to get this closer to being buildable from this directory; | Tim Peters | 2004-01-03 | 24 | -202/+504 |
| | | | | still far away, but a lot closer than it was. | ||||
* | Added support for ImageCompression.h APIs. | Jack Jansen | 2004-01-02 | 3 | -1/+4309 |
| | |||||
* | Updated for QuickTime 6.0, Universal Header 3.4.2. | Jack Jansen | 2004-01-02 | 3 | -5/+819 |
| | |||||
* | Add comment to mollify Tim. | Jeremy Hylton | 2004-01-02 | 1 | -0/+2 |
| | |||||
* | Move VC6 project files here. | Martin v. Löwis | 2004-01-02 | 25 | -1/+3159 |
| | |||||
* | Update build procedure to VC 7.1; make more modules builtin. | Martin v. Löwis | 2004-01-02 | 1 | -0/+14 |
| | |||||
* | Update build procedure to VC 7.1. | Martin v. Löwis | 2004-01-02 | 41 | -3152/+5132 |
| | |||||
* | Update build procedure to VC 7.1 and newer versions of several packages. | Martin v. Löwis | 2004-01-02 | 1 | -27/+31 |
| | |||||
* | The script now takes an optional command-line argument to specify how many | Alex Martelli | 2004-01-02 | 1 | -4/+19 |
| | | | | loops to run (default remains 50,000 if no argument is specified). | ||||
* | [Bug #812325 ] tarfile.close() can write out more bytes to the output | Andrew M. Kuchling | 2004-01-02 | 1 | -0/+1 |
| | | | | | than are specified by the buffer size. The patch calls .__write() to ensure that any full blocks are written out. | ||||
* | list the Python Software Foundation on all the documents | Fred Drake | 2004-01-02 | 7 | -7/+28 |
| | |||||
* | PythonLabs --> Python Software Foundation | Fred Drake | 2004-01-02 | 1 | -1/+1 |
| | |||||
* | - Print correct exception even if source file changed since shell was | Kurt B. Kaiser | 2004-01-02 | 2 | -2/+7 |
| | | | | | | | restarted. IDLEfork Patch 869012 Noam Raphael Modified Files: NEWS.txt run.py | ||||
* | Use 'input' as variable name, even though it shadows a built-in | Andrew M. Kuchling | 2004-01-01 | 1 | -9/+7 |
| | | | | | Remove applications of rsplit() and random numbers Typo fixes; minor tweaks | ||||
* | in the section "The interpreter stack": | Fred Drake | 2004-01-01 | 1 | -30/+39 |
| | | | | | | | - rearranged a bit to avoid duplicated information - provide more complete (and hopefully less confusing) descriptions of the return values for most of these functions (close SF bug #563298) | ||||
* | Add sets to list of picklable objects. | Raymond Hettinger | 2004-01-01 | 1 | -1/+1 |
| | |||||
* | clean up indexing for None, NotImplemented | Fred Drake | 2004-01-01 | 3 | -6/+4 |
| | | | | closes SF bug #820344 | ||||
* | fix reference to File Object documentation | Fred Drake | 2004-01-01 | 1 | -1/+3 |
| | | | | closes SF bug #825810 | ||||
* | SF Patch 681780: Faster commonprefix (OS independent) | Raymond Hettinger | 2003-12-31 | 1 | -10/+7 |
| | | | | | | | Improved based on discussions at: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/252177 http://groups.google.com/groups?th=fc7b54f11af6b24e&seekm=bss2so$om$00$1@news.t-online.com | ||||
* | SF patch #859286: documentation bool change fix | Raymond Hettinger | 2003-12-31 | 4 | -8/+11 |
| | | | | (Contributed by George Yoshida.) | ||||
* | * Simplify and speedup logic for tp_print. | Raymond Hettinger | 2003-12-31 | 1 | -15/+29 |
| | | | | * Speed-up intersection whenever PyDict_Next can be used. | ||||
* | use conventional whitespace in interactive example | Fred Drake | 2003-12-31 | 1 | -2/+2 |
| | |||||
* | Correct misrepresentation of print (it uses str(), not `...` for | Guido van Rossum | 2003-12-31 | 1 | -3/+5 |
| | | | | conversion). Hopefully I've not messed up the formatting. | ||||
* | - general markup cleanup | Fred Drake | 2003-12-31 | 1 | -21/+19 |
| | | | | | - rearrange so two small sections become one; this avoids an extra page in the HTML format | ||||
* | general markup improvements | Fred Drake | 2003-12-31 | 1 | -5/+6 |
| | |||||
* | - add link to the datetime module | Fred Drake | 2003-12-31 | 1 | -0/+1 |
| | |||||
* | - update description of isleap() | Fred Drake | 2003-12-31 | 1 | -1/+5 |
| | | | | - add link to the datetime module | ||||
* | - use the same markup for the deprecation as for that of | Fred Drake | 2003-12-31 | 1 | -1/+1 |
| | | | | file.xreadlines() | ||||
* | - add a "See also" reference to the doctest module | Fred Drake | 2003-12-31 | 1 | -24/+25 |
| | | | | | - slightly simplify a couple of examples - clean up some markup | ||||
* | Strengthen the test for hash effectiveness | Raymond Hettinger | 2003-12-31 | 1 | -4/+4 |
| | |||||
* | Various fixups: | Raymond Hettinger | 2003-12-31 | 1 | -26/+36 |
| | | | | | | | | * Add comment on the future of the sets module. * Change a variable from "input" to "data" to avoid shadowing a builtin. * Added possible applications for str.rsplit() and itertools.tee(). * Repaired the example for sorted(). * Cleaned-up the example for operator.itemgetter(). | ||||
* | fix truly evil markup typo | Fred Drake | 2003-12-30 | 1 | -1/+1 |
| | |||||
* | minor cleanup of example | Fred Drake | 2003-12-30 | 1 | -4/+6 |
| | |||||
* | - we *really* don't care about Python 1.5 alphas any more! | Fred Drake | 2003-12-30 | 1 | -6/+4 |
| | | | | - note the interpreter's -S option | ||||
* | fix a variety of markup bugs | Fred Drake | 2003-12-30 | 1 | -24/+24 |
| | |||||
* | work around whitespace bugs in the HTML version | Fred Drake | 2003-12-30 | 1 | -3/+3 |
| | |||||
* | fix markup errors | Fred Drake | 2003-12-30 | 1 | -3/+2 |
| | |||||
* | lots of markup adjustments | Fred Drake | 2003-12-30 | 1 | -34/+43 |
| | |||||
* | markup fix | Fred Drake | 2003-12-30 | 2 | -4/+5 |
| | |||||
* | Fixes to support CJKCodecs as per SF bug #852347. Actually, this | Barry Warsaw | 2003-12-30 | 1 | -19/+16 |
| | | | | | | | | | | | patch removes dependencies on the old unsupported KoreanCodecs package and the alternative JapaneseCodecs package. Since both of those provide aliases for their codecs, this removal just makes the generic codec names work. We needed to make slight changes to __init__() as well. This will be backported to Python 2.3 when its branch freeze is over. | ||||
* | Bump version number to 2.5.5 | Barry Warsaw | 2003-12-30 | 1 | -1/+1 |
| | |||||
* | remove ancient cruft | Fred Drake | 2003-12-30 | 1 | -4/+0 |
| | |||||
* | - make "--" in code text not get converted to "-" | Fred Drake | 2003-12-30 | 1 | -7/+21 |
| | | | | - fix minor typo in comment |