summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Update for 'with' statement.Brett Cannon2006-03-013-17/+24
* Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also use conditionalBrett Cannon2006-03-012-4/+5
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-0/+5
* Updates to the with-statement:Guido van Rossum2006-02-281-0/+9
* Its right now.Tim Peters2006-02-281-3/+3
* Note that as generates a warning tooNeal Norwitz2006-02-281-0/+2
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-1/+2
* Wups, add NEWS item I'd written but not checked in.Thomas Wouters2006-02-281-0/+6
* Check the return code for PyErr_Warn() when warning about raising stringBrett Cannon2006-02-271-0/+4
* Finish removal of CO_GENERATOR_ALLOWED.Neal Norwitz2006-02-271-0/+3
* PEP 343 -- the with-statement.Guido van Rossum2006-02-272-0/+3
* Skip over doc strings.Martin v. Löwis2006-02-271-0/+2
* Patch 1413181, by Gabriel Becedillas.Tim Peters2006-02-271-0/+6
* Trimmed trailing whitespace.Tim Peters2006-02-271-1/+1
* Add an entry for 308Neal Norwitz2006-02-271-0/+2
* Create _ast module.Martin v. Löwis2006-02-271-1/+1
* Generate code to recursively copy an AST intoMartin v. Löwis2006-02-261-1/+3
* Remove line meant to test trailing whitespace since that kind of whitespace isBrett Cannon2006-02-261-19/+40
* Whitespace normalization.Tim Peters2006-02-262-2/+2
* - Patch 1433928:Guido van Rossum2006-02-251-0/+8
* Move the vimrc file to the newly created Vim/ directory.Brett Cannon2006-02-251-0/+0
* Add a script that auto-generates a Vim syntax highlighting file for Python.Brett Cannon2006-02-253-0/+413
* Bug #854823: socketmodule now builds on Sun platforms even whenGeorg Brandl2006-02-201-0/+3
* Bug #1413790: zipfile now sanitizes absolute archive names that areGeorg Brandl2006-02-201-0/+6
* Ignore the tests which report leaks sporadically.Neal Norwitz2006-02-191-3/+8
* Fix the encodings package codec search function to only searchMarc-André Lemburg2006-02-191-0/+6
* Patch #1215184: FileInput now can be given an opening hook which canGeorg Brandl2006-02-191-0/+3
* Patch #1212287: fileinput.input() now has a mode parameter forGeorg Brandl2006-02-191-0/+3
* Patch #1215184: fileinput now has a fileno() function for getting theGeorg Brandl2006-02-191-0/+3
* Patch #1349274: gettext.install() now optionally installs additionalGeorg Brandl2006-02-191-0/+3
* Patch #1337756: fileinput now accepts Unicode filenames.Georg Brandl2006-02-191-0/+2
* Patch #1393157: os.startfile() now has an optional argument to specifyGeorg Brandl2006-02-181-0/+3
* Patch #1373643: The chunk module can now read chunks larger thanGeorg Brandl2006-02-181-0/+3
* Add NEWS entry to previous checkin.Georg Brandl2006-02-171-0/+2
* Bug #1430298: It is now possible to send a mail with an emptyGeorg Brandl2006-02-171-0/+3
* Add bug number to NEWS entry.Georg Brandl2006-02-171-1/+2
* The names of lambda functions are now properly displayed in pydoc.Georg Brandl2006-02-171-0/+2
* Patch #1432345: Make python compile on DragonFly.Martin v. Löwis2006-02-171-0/+2
* Merge ssize_t branch.Martin v. Löwis2006-02-151-0/+2
* Find test failures consistentlyNeal Norwitz2006-02-151-2/+2
* Add build support for AMD64.Martin v. Löwis2006-02-141-0/+2
* Support 2.4 (released versions) better. (rsync was not working with adding t...Neal Norwitz2006-02-141-2/+4
* Patch #428494: Prefer linking against ncursesw over ncurses libraryMartin v. Löwis2006-02-111-0/+2
* Update general copyright years to 2006.Georg Brandl2006-02-111-1/+1
* Be a little less sensitive to failures. Only check for the result fromNeal Norwitz2006-02-091-1/+1
* Added the cProfile module.Armin Rigo2006-02-081-0/+5
* Bug #876637, prevent stack corruption when socket descriptorNeal Norwitz2006-02-071-0/+3
* Patch #1412872: zipfile: use correct system type on unixy systems.Martin v. Löwis2006-02-051-0/+3
* Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the sameNeal Norwitz2006-02-051-0/+4
* Patch #1422385: Changes to nis module to support multiple NIS domainsMartin v. Löwis2006-02-042-0/+4