| Commit message (Expand) | Author | Age | Files | Lines |
* | * added doc strings to urlopen and unquote_plus | Skip Montanaro | 2000-08-22 | 1 | -1/+3 |
|
|
* | require list comprehensions to start with a for clause | Skip Montanaro | 2000-08-22 | 7 | -16/+40 |
|
|
* | Patch by Toby Dickenson: don't die when an error occurs during string | Guido van Rossum | 2000-08-22 | 1 | -1/+7 |
|
|
* | Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of | Greg Ward | 2000-08-22 | 1 | -2/+0 |
|
|
* | Ensure destination directory exists before trying to create a tarball | Greg Ward | 2000-08-22 | 1 | -2/+4 |
|
|
* | Nuked unused variable. | Tim Peters | 2000-08-22 | 1 | -1/+0 |
|
|
* | Don't reference a module named test.test_support. Always use plain | Guido van Rossum | 2000-08-21 | 2 | -7/+1 |
|
|
* | Add a minimal test suite for the parser module. | Fred Drake | 2000-08-21 | 2 | -0/+152 |
|
|
* | Update to reflect recent grammar changes (list comprehensions, extended | Fred Drake | 2000-08-21 | 1 | -178/+363 |
|
|
* | Denis S. Otkidach <den@analyt.chem.msu.ru>: | Fred Drake | 2000-08-21 | 1 | -2/+2 |
|
|
* | Patch from Paul Schreiber <paul@commerceflow.com>: | Fred Drake | 2000-08-21 | 1 | -6/+19 |
|
|
* | Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. | Barry Warsaw | 2000-08-21 | 1 | -2/+12 |
|
|
* | Add the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. | Barry Warsaw | 2000-08-21 | 1 | -0/+2 |
|
|
* | com_print_stmt(): Guido rightly points out that the stream expression | Barry Warsaw | 2000-08-21 | 1 | -5/+22 |
|
|
* | Add TestSkipped as another interesting item defined by test_support. | Fred Drake | 2000-08-21 | 1 | -0/+4 |
|
|
* | Thomas reminds me to bump the MAGIC number for the extended print | Barry Warsaw | 2000-08-21 | 1 | -1/+1 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 2 | -0/+23 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 1 | -0/+12 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 2 | -138/+184 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 1 | -8/+36 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 1 | -0/+2 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 1 | -2/+2 |
|
|
* | Ignore Grammar/Makefile now that it's a made Makefile. | Thomas Wouters | 2000-08-21 | 1 | -0/+1 |
|
|
* | Remove the winreg module from the project. I don't believe any | Tim Peters | 2000-08-21 | 3 | -813/+0 |
|
|
* | Add alias for old function name -- removing it broke Alexei Gilchrist's cfm | Andrew M. Kuchling | 2000-08-20 | 1 | -0/+2 |
|
|
* | Strengthen the warning against using SerialCookie and SmartCookie. | Andrew M. Kuchling | 2000-08-20 | 1 | -9/+12 |
|
|
* | - identify() enum names. | Jack Jansen | 2000-08-20 | 1 | -2/+3 |
|
|
* | Updated the applescript documentation for te new framework, and replaced the ... | Jack Jansen | 2000-08-20 | 9 | -963/+1252 |
|
|
* | Added a package for the other browser too. | Jack Jansen | 2000-08-20 | 6 | -0/+964 |
|
|
* | Moved to unsupported: it never lived up to its expectancies, and for the Mac ... | Jack Jansen | 2000-08-20 | 10 | -0/+0 |
|
|
* | Moved to unsupported: it doesn't work anymore and it has outlived its usefuln... | Jack Jansen | 2000-08-20 | 1 | -0/+0 |
|
|
* | Updated for new AppleScript structure and moved to Lib (it's far too useful t... | Jack Jansen | 2000-08-20 | 1 | -8/+2 |
|
|
* | Fixed again to work with the old scripting interface (so we can test the new ... | Jack Jansen | 2000-08-20 | 1 | -1/+1 |
|
|
* | Updated for the new applescript interface (which actually makes it so ridicul... | Jack Jansen | 2000-08-20 | 1 | -23/+6 |
|
|
* | Enums we cannot find are set to None, and enumsubst understands this (no subs... | Jack Jansen | 2000-08-20 | 2 | -6/+10 |
|
|
* | Fixed event inheritance code (which didn't work at all). | Jack Jansen | 2000-08-20 | 1 | -117/+239 |
|
|
* | Finder suite. | Jack Jansen | 2000-08-20 | 12 | -0/+3801 |
|
|
* | Regenerated with fixes to gensuitemodule. | Jack Jansen | 2000-08-20 | 6 | -44/+44 |
|
|
* | Fix the bug Sjoerd Mullender discovered, where find_from_args() wasn't | Thomas Wouters | 2000-08-20 | 1 | -1/+3 |
|
|
* | Changed the popen2.py _test function to use the "more" cmd when | Tim Peters | 2000-08-20 | 1 | -5/+10 |
|
|
* | David Goodger's new getopt test module (thanks, David!). | Tim Peters | 2000-08-20 | 2 | -0/+108 |
|
|
* | Disallow "import mod.submod as m", because the result is ambiguous. Does it | Thomas Wouters | 2000-08-19 | 2 | -2/+8 |
|
|
* | Add entry for Cookie module. | Fred Drake | 2000-08-19 | 2 | -0/+2 |
|
|
* | Make it format. | Fred Drake | 2000-08-19 | 1 | -166/+177 |
|
|
* | Adding tests of the "attrs" optional argument, and of the js_output | Moshe Zadka | 2000-08-19 | 2 | -0/+20 |
|
|
* | Use METH_VARARGS constant in example module. | Andrew M. Kuchling | 2000-08-19 | 1 | -6/+6 |
|
|
* | Test case for Cookie.py | Andrew M. Kuchling | 2000-08-19 | 2 | -0/+33 |
|
|
* | Initial revision. Markup unchecked. | Moshe Zadka | 2000-08-19 | 1 | -0/+232 |
|
|
* | Added Tim O'Malley's Cookie.py module (master version at | Andrew M. Kuchling | 2000-08-19 | 1 | -0/+718 |
|
|
* | com_error(): Quiet gcc -Wall warning. | Barry Warsaw | 2000-08-18 | 1 | -1/+0 |
|
|