| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplified inclusions and avoid prototypes copied in from elsewhere. | Fred Drake | 2000-08-23 | 1 | -12/+1 |
|
|
* | fix list comprehension discussion to use \keyword macro instead of simply | Skip Montanaro | 2000-08-23 | 1 | -3/+4 |
|
|
* | update commonprefix doc to make sure user is aware it works | Skip Montanaro | 2000-08-23 | 1 | -2/+4 |
|
|
* | 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 |
|
|
* | validate_listmaker(): Revise to match Skip's latest changes to the | Fred Drake | 2000-08-23 | 1 | -6/+12 |
|
|
* | Restored commonprefix() semantics. | Jack Jansen | 2000-08-23 | 1 | -23/+13 |
|
|
* | Rehabilitate autotest.py. | Tim Peters | 2000-08-23 | 2 | -1/+40 |
|
|
* | Added PyOS_CheckStack call to PyObject_Compare | Jack Jansen | 2000-08-22 | 1 | -0/+13 |
|
|
* | 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 prop... | Jack Jansen | 2000-08-22 | 10 | -105/+37 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Registered modules could only exist in HKEY_LOCAL_MACHINE - now HKEY_CURRENT_... | Mark Hammond | 2000-08-22 | 1 | -3/+12 |
|
|
* | * 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 |
|
|