Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace str.find()!=1 with the more readable "in" operator. | Raymond Hettinger | 2004-05-04 | 7 | -9/+9 |
| | |||||
* | Testing for None should be done with 'is' | Raymond Hettinger | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | Stacks based on lists work better and read more clearly when they | Raymond Hettinger | 2004-05-04 | 1 | -8/+7 |
| | | | | grow and shrink on the right. | ||||
* | Fix [ 947405 ] os.utime() raises bad exception for unicode filenames | Mark Hammond | 2004-05-04 | 1 | -1/+6 |
| | |||||
* | Do not use the default namespace for attributes. | Martin v. Löwis | 2004-05-02 | 2 | -16/+26 |
| | | | | | Fixes http://bugs.debian.org/229885 Will backport to 2.3. | ||||
* | Minor documentation nits. | Raymond Hettinger | 2004-05-01 | 1 | -11/+29 |
| | |||||
* | Add an example application to the docs. | Raymond Hettinger | 2004-04-30 | 1 | -2/+31 |
| | |||||
* | the headers in an HTTP request are HTTP headers, not MIME headers | Fred Drake | 2004-04-29 | 1 | -2/+2 |
| | |||||
* | Add a test script for the colorsys module. | Walter Dörwald | 2004-04-28 | 1 | -0/+76 |
| | |||||
* | remove out-of-date count of the functions in winsound | Fred Drake | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | fix typo reported in a long-buried email | Fred Drake | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | The filename of this module changed again... | Thomas Heller | 2004-04-27 | 1 | -1/+1 |
| | |||||
* | Complete perky's name change patch. | Raymond Hettinger | 2004-04-27 | 1 | -1/+1 |
| | |||||
* | Fix a bug I introduced which causes all block openers at an indent level | Kurt B. Kaiser | 2004-04-26 | 1 | -1/+1 |
| | | | | to be shown, instead of outdenting each level. | ||||
* | Correct the file name of _heapq module. | Hye-Shik Chang | 2004-04-25 | 1 | -0/+0 |
| | |||||
* | 1. Add an Options menu entry: Code Context | Kurt B. Kaiser | 2004-04-24 | 3 | -27/+43 |
| | | | | | | | | | | 2. Add a <<toggle-code-context>> envent to the [CodeContext] section of config-extensions.def and also a default-on variable, set to 0. 3. Update the help file to include Code Context. M CodeContext.py M config-extensions.def M help.txt | ||||
* | 1. Polish variables in EditorWindow extension loading and Tkinter variable code. | Kurt B. Kaiser | 2004-04-24 | 3 | -27/+33 |
| | | | | | | | | | | | 2. Add exception handling to EditorWindow Tkinter variable setvar() and getvar() fcns. 3. EditorWindow: remove some unneeded comments. 4. Add a separator to the Options menu 5. extend.txt: describe how to create a menu entry which has no keybinding. M Bindings.py M EditorWindow.py M extend.txt | ||||
* | SF bug #940579: section 5.10: 'not' returns boolean, not int | Raymond Hettinger | 2004-04-23 | 1 | -4/+4 |
| | |||||
* | Remove the Modules/heaqmodule.c, and add Modules/_heapmodule.c, so | Thomas Heller | 2004-04-22 | 1 | -4/+4 |
| | | | | that the project compiles again with VC6. | ||||
* | Forgot to mention the SF number, and that Bob Ippolito provided the patch. | Thomas Heller | 2004-04-22 | 1 | -1/+2 |
| | |||||
* | Two new public API functions, Py_IncRef and Py_DecRef. Useful for | Thomas Heller | 2004-04-22 | 4 | -0/+28 |
| | | | | dynamic embedders of Python. | ||||
* | cvs ignore the user options files *.suo | Thomas Heller | 2004-04-22 | 1 | -0/+1 |
| | |||||
* | Modules/heapqmodule.c removed. | Thomas Heller | 2004-04-22 | 1 | -19/+3 |
| | | | | Modules/_heapmodule.c added. | ||||
* | - New Extension: CodeContext. Provides block structuring hints for code | Kurt B. Kaiser | 2004-04-21 | 3 | -3/+144 |
| | | | | | | | | which has scrolled above an edit window. Patch 936169 Noam Raphael. A CodeContext.py M NEWS.txt M config-extensions.def | ||||
* | SF #926075: Fixed the bug that returns a wrong pattern object for | Hye-Shik Chang | 2004-04-20 | 1 | -0/+8 |
| | | | | | a string or unicode object in sre.compile() when a different type pattern with the same value exists. | ||||
* | SF #926075: Fixed the bug that returns a wrong pattern object for | Hye-Shik Chang | 2004-04-20 | 2 | -2/+7 |
| | | | | | a string or unicode object in sre.compile() when a different type pattern with the same value exists. | ||||
* | * Restore the pure python version of heapq.py. | Raymond Hettinger | 2004-04-19 | 1 | -364/+0 |
| | | | | * Mark the C version as private and only use when available. | ||||
* | * Restore the pure python version of heapq.py. | Raymond Hettinger | 2004-04-19 | 4 | -3/+628 |
| | | | | * Mark the C version as private and only use when available. | ||||
* | Special case normalization of empty strings. Fixes #924361. | Martin v. Löwis | 2004-04-17 | 2 | -0/+8 |
| | | | | Backported to 2.3. | ||||
* | SF bug #936827: PyNumber_And() 's description | Raymond Hettinger | 2004-04-17 | 1 | -1/+1 |
| | | | | Fix typo. | ||||
* | The wininst-6.exe template binary for bdist_wininst is now linked | Thomas Heller | 2004-04-16 | 1 | -2/+2 |
| | | | | with zlib-1.2.1. | ||||
* | The wininst-7.1.exe template binary for bdist_wininst is now linked | Thomas Heller | 2004-04-16 | 1 | -5/+5 |
| | | | | | | with zlib-1.2.1. UPX needs the --force flag to be able to compress it. | ||||
* | really scream out that people should use the file objects instead of | Fred Drake | 2004-04-16 | 1 | -7/+19 |
| | | | | file descriptor operations for normal applications | ||||
* | Open file in universal newline mode when passing to compile(). Solution | Skip Montanaro | 2004-04-16 | 1 | -1/+1 |
| | | | | from Felix Wiemann. Closes patch #934971. | ||||
* | bring description of optional and keyword args for DictReader and DictWriter | Skip Montanaro | 2004-04-16 | 1 | -6/+8 |
| | | | | | classes into line with the actual code. I didn't see any obvious examples of latex formatting for *args and **kwds so I just guessed. | ||||
* | delete timing output - it appears after the </html> line. | Skip Montanaro | 2004-04-16 | 1 | -3/+0 |
| | |||||
* | Minor reformatting. | Thomas Heller | 2004-04-15 | 1 | -4/+5 |
| | |||||
* | remove bogus markup that caused the docs to be wrong | Fred Drake | 2004-04-15 | 1 | -1/+1 |
| | |||||
* | Bug #934635: Fix a bug where the configure script couldn't detect | Hye-Shik Chang | 2004-04-14 | 3 | -1/+6 |
| | | | | | getaddrinfo() properly if the KAME stack had SCTP support. (Submitted by SUZUKI Shinsuke) | ||||
* | Change two instance of format strings for PyString_FromFormat() to use %ld | Brett Cannon | 2004-04-13 | 1 | -2/+2 |
| | | | | instead of %d . | ||||
* | * Add unittests for iterators that report their length | Raymond Hettinger | 2004-04-12 | 5 | -10/+276 |
| | | | | | | * Document the differences between them * Fix corner cases covered by the unittests * Use Py_RETURN_NONE where possible for dictionaries | ||||
* | Use Py_RETURN_NONE macro where applicable. | Raymond Hettinger | 2004-04-12 | 1 | -14/+8 |
| | |||||
* | Small refactoring saving one function() and eliminating some indirection. | Raymond Hettinger | 2004-04-12 | 1 | -11/+10 |
| | | | | | * Applied app1() to listappend(). * Inlined ins() into its one remaining caller. | ||||
* | * Specialize ins1() into app1() for appends. Saves several unnecessary | Raymond Hettinger | 2004-04-12 | 1 | -6/+36 |
| | | | | | | steps and further improves the speed of list append. * Add guards to the list iterator length method to handle corner cases. | ||||
* | Record test_bsddb3 test results on WinXP. | Tim Peters | 2004-04-11 | 1 | -0/+10 |
| | |||||
* | Update the OpenSSL version example from c to d (the current stable one), | Tim Peters | 2004-04-11 | 1 | -2/+7 |
| | |||||
* | The native bz2 tests worked fine for me under WinXP Pro + VC7.1, so | Tim Peters | 2004-04-11 | 2 | -3/+2 |
| | | | | | | removed the comment saying they don't work, and changed the build step to run them. If they're failing for someone else, please give details about what failed. | ||||
* | Record Tcl and Tk test results for WinXP Pro. | Tim Peters | 2004-04-11 | 1 | -14/+24 |
| | |||||
* | Some (but not all) of the why code bitfield tests ran faster as | Raymond Hettinger | 2004-04-11 | 1 | -3/+4 |
| | | | | separate equality tests. Now, all are set to their best timing. | ||||
* | add AF_UNIX notes | Andrew MacIntyre | 2004-04-11 | 1 | -1/+9 |
| |