Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated version of Cookie.py (rev. 2.29) from timo | Andrew M. Kuchling | 2000-08-24 | 1 | -19/+33 |
| | |||||
* | Move references to RFCs to a "See also" section for consistency with | Fred Drake | 2000-08-24 | 1 | -5/+16 |
| | | | | other sections of the library reference. | ||||
* | Moshe Zadka <moshez@math.huji.ac.il>: | Fred Drake | 2000-08-24 | 1 | -0/+12 |
| | | | | | | | Documentation updates for urlretrieve() and URLopener.retrieve(), to reflect Randall Hopper's patch for those functions. This closes SourceForge patch #100837. | ||||
* | Randall Hopper <aa8vb@yahoo.com>>: | Fred Drake | 2000-08-24 | 1 | -3/+3 |
| | | | | Make it easier to use HTTP POST with urlretrieve(). | ||||
* | Make sure Thomas Wouters has enough to do. ;-) | Fred Drake | 2000-08-24 | 1 | -0/+4 |
| | | | | | (Some of this is in-progress; this also serves as a reminded to me to check this out once it is written.) | ||||
* | Charles G. Waldman <cgw@fnal.gov>: | Fred Drake | 2000-08-24 | 1 | -0/+7 |
| | | | | Update the dis module documentation to reflect the EXTENDED_ARG opcode. | ||||
* | Charles G. Waldman <cgq@fnal.gov>: | Fred Drake | 2000-08-24 | 2 | -18/+4 |
| | | | | | | | Update the test suite for the changes introduced by the EXTENDED_ARG opcode. This closes the regression test changes of SourceForge patch #100893. | ||||
* | Charles G. Waldman <cgw@fnal.gov>: | Fred Drake | 2000-08-24 | 6 | -6/+56 |
| | | | | | | | | | Add the EXTENDED_ARG opcode to the virtual machine, allowing 32-bit arguments to opcodes instead of being forced to stick to the 16-bit limit. This is especially useful for machine-generated code, which can be too long for the SET_LINENO parameter to fit into 16 bits. This closes the implementation portion of SourceForge patch #100893. | ||||
* | Addendum to previous change: now that 'f' is not unconditionally | Thomas Wouters | 2000-08-23 | 1 | -11/+11 |
| | | | | initialized in the 'if (..)', do so manually. | ||||
* | Add extra check on whether 'tp_as_number' is still non-NULL after coercion, | Thomas Wouters | 2000-08-23 | 1 | -24/+28 |
| | | | | | in the PyNumber_* functions. Also, remove unnecessary tests from PyNumber_Multiply: after BINOP(), neither argument can be an instance. | ||||
* | This patch partly (some stuff went in already) ports Python to Monterey. | Trent Mick | 2000-08-23 | 6 | -318/+466 |
| | | | | | | | | | | - Fix bug in thread_pthread.h::PyThread_get_thread_ident() where sizeof(pthread) < sizeof(long). - Add 'configure' for: - SIZEOF_PTHREAD is pthread_t can be included via <pthread.h> - setting Monterey system name - appropriate CC,LINKCC,LDSHARED,OPT, and CCSHARED for Monterey - Add section in README for Monterey build | ||||
* | Remove the dependency information for version.o; this is not part of | Fred Drake | 2000-08-23 | 1 | -1/+0 |
| | | | | the sources/build process any more. | ||||
* | style nits | Jeremy Hylton | 2000-08-23 | 1 | -4/+8 |
| | |||||
* | When skipping a test, do not include a spurious space between the exception | Fred Drake | 2000-08-23 | 1 | -1/+1 |
| | | | | name and the ":" that separates it from the value. (Minor cleanup.) | ||||
* | add docstring explaining makefile limitation | Jeremy Hylton | 2000-08-23 | 1 | -1/+11 |
| | | | | fix support for passing http version to connect in HTTP | ||||
* | Sort the list of files processed before running the test on each. | Fred Drake | 2000-08-23 | 1 | -3/+1 |
| | |||||
* | test case output for dospath regr test | Skip Montanaro | 2000-08-23 | 1 | -0/+2 |
| | |||||
* | Updated some URLs; removed mention of copyright (we'll have to add | Guido van Rossum | 2000-08-23 | 1 | -33/+18 |
| | | | | | something in later after that discussion is over); remove explanation of 2.0 version number. | ||||
* | Simplified inclusions and avoid prototypes copied in from elsewhere. | Fred Drake | 2000-08-23 | 1 | -12/+1 |
| | | | | This also avoids a warning in anal mode. | ||||
* | fix list comprehension discussion to use \keyword macro instead of simply | Skip Montanaro | 2000-08-23 | 1 | -3/+4 |
| | | | | quoting keywords. | ||||
* | update commonprefix doc to make sure user is aware it works | Skip Montanaro | 2000-08-23 | 1 | -2/+4 |
| | | | | | character-by-character and that that behavior may result in it returning prefixes that are not valid paths | ||||
* | new test - like test_ntpath but without splitunc test cases | Skip Montanaro | 2000-08-23 | 1 | -0/+49 |
| | |||||
* | added commonprefix test cases | Skip Montanaro | 2000-08-23 | 1 | -0/+6 |
| | |||||
* | updated to correct failing test cases | Skip Montanaro | 2000-08-23 | 1 | -2/+2 |
| | |||||
* | Added note stating that the parser module will need updating for most | Fred Drake | 2000-08-23 | 1 | -0/+7 |
| | | | | changes to this file. | ||||
* | validate_listmaker(): Revise to match Skip's latest changes to the | Fred Drake | 2000-08-23 | 1 | -6/+12 |
| | | | | Grammar file. This makes the test suite pass once again. | ||||
* | Restored commonprefix() semantics. | Jack Jansen | 2000-08-23 | 1 | -23/+13 |
| | |||||
* | Rehabilitate autotest.py. | Tim Peters | 2000-08-23 | 2 | -1/+40 |
| | | | | | In README: Write up (Guido's) rules for intra-test imports; warn against asserts; document test_support.use_large_resources. | ||||
* | Added PyOS_CheckStack call to PyObject_Compare | Jack Jansen | 2000-08-22 | 1 | -0/+13 |
| | | | | | Lowered the recursion limit on compares to 60 (one recursion depth can take a whopping 2K of stack space when running test_b1!) | ||||
* | Added include for limits.h | Jack Jansen | 2000-08-22 | 2 | -0/+8 |
| | |||||
* | Regenerated to take advantage of support for multiple names for a single ↵ | Jack Jansen | 2000-08-22 | 10 | -105/+37 |
| | | | | property. | ||||
* | Only output the code to alias properties if the names aren't the same. | Jack Jansen | 2000-08-22 | 1 | -0/+2 |
| | |||||
* | At Mark Hammond's request, removing registry key | Guido van Rossum | 2000-08-22 | 1 | -5/+0 |
| | | | | | | | Software\Python\PythonCore\2.0\Dll\Python20.dll -- it's no longer needed according to him. Note: not yet tested! | ||||
* | revert semantics of commonprefix to work character-by-character | Skip Montanaro | 2000-08-22 | 3 | -26/+11 |
| | |||||
* | Thomas Heller noticed that the wrong registry entry was written for | Guido van Rossum | 2000-08-22 | 1 | -1/+1 |
| | | | | | | | the DLL. Replace %_SYSDEST_%\Python20.dll with %_DLLDEST_%\Python20.dll. | ||||
* | Registered modules could only exist in HKEY_LOCAL_MACHINE - now ↵ | Mark Hammond | 2000-08-22 | 1 | -3/+12 |
| | | | | HKEY_CURRENT_USER can override. | ||||
* | * added doc strings to urlopen and unquote_plus | Skip Montanaro | 2000-08-22 | 1 | -1/+3 |
| | | | | * fixed type in doc string for quote | ||||
* | 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 |
| | | | | | conversion in an exception, but instead display <unprintable %s object> where %s is the type name. | ||||
* | Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of | Greg Ward | 2000-08-22 | 1 | -2/+0 |
| | | | | in archive_util.py. | ||||
* | Ensure destination directory exists before trying to create a tarball | Greg Ward | 2000-08-22 | 1 | -2/+4 |
| | | | | or ZIP file. | ||||
* | 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 |
| | | | | test_support. Also fixed the expected output. | ||||
* | 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 |
| | | | | | | print statement), and fix up the extended call syntax support. Minor stylistic cleanups. | ||||
* | Denis S. Otkidach <den@analyt.chem.msu.ru>: | Fred Drake | 2000-08-21 | 1 | -2/+2 |
| | | | | | | Let UserString.translate() method work with unicode data. This closes SourceForge patch #101246. | ||||
* | Patch from Paul Schreiber <paul@commerceflow.com>: | Fred Drake | 2000-08-21 | 1 | -6/+19 |
| | | | | | | | | | | | | | | | | | | Patch description ----------------- This addresses four issues: (1) usernames and passwords in urls with special characters are now decoded properly. i.e. http://foo%2C:bar@www.whatever.com/ (2) Basic Auth support has been added to HTTPS, like it was in HTTP. (3) Version 1.92 sent the POSTed data, but did not deal with errors (HTTP responses other than 200) properly. HTTPS now behaves the same way HTTP does. (4) made URL-checking beahve the same way with HTTPS as it does with HTTP (changed == to !=). | ||||
* | 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 |
| | | | | | in extended prints should only be evaluated once. This patch plays stack games (documented!) to fix this. |