| Commit message (Expand) | Author | Age | Files | Lines |
* | -- use charset bitmaps where appropriate. this gives a 5-10% | Fredrik Lundh | 2000-07-02 | 3 | -28/+116 |
|
|
* | - fixed "{ in any other context" bug | Fredrik Lundh | 2000-07-01 | 1 | -12/+15 |
|
|
* | test(): Removed; regression test is in test.test_winreg2, not testreg. | Fred Drake | 2000-07-01 | 1 | -2/+0 |
|
|
* | Misc fixes and improvements. | Paul Prescod | 2000-07-01 | 1 | -4/+16 |
|
|
* | Removed unncessary dependency. | Paul Prescod | 2000-07-01 | 1 | -1/+1 |
|
|
* | Fixed test output | Paul Prescod | 2000-07-01 | 1 | -0/+1 |
|
|
* | today's SRE update: | Fredrik Lundh | 2000-07-01 | 4 | -4/+4 |
|
|
* | Added minidom tests. | Paul Prescod | 2000-07-01 | 3 | -0/+500 |
|
|
* | Tightened xml.sax.__init__.py | Paul Prescod | 2000-07-01 | 1 | -5/+5 |
|
|
* | getatime() returned the mtime instead of the atime. | Guido van Rossum | 2000-07-01 | 2 | -2/+2 |
|
|
* | Fix bug #314, reported by Craig Allen <cba@mediaone.net>: | Fred Drake | 2000-07-01 | 1 | -1/+1 |
|
|
* | Fix bug #345 reported by David Bolen <db3l@fitlinxx.com>: | Fred Drake | 2000-07-01 | 1 | -1/+1 |
|
|
* | Reference cycle fixes | Paul Prescod | 2000-07-01 | 4 | -144/+144 |
|
|
* | the usual | Guido van Rossum | 2000-07-01 | 2 | -12/+14 |
|
|
* | output for openpty test | Guido van Rossum | 2000-07-01 | 1 | -0/+2 |
|
|
* | Thomas Wouters: Test script for openpty() | Guido van Rossum | 2000-07-01 | 1 | -0/+23 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-06-30 | 2 | -0/+97 |
|
|
* | - fixed code generation error in multiline mode | Fredrik Lundh | 2000-06-30 | 2 | -7/+8 |
|
|
* | replaced <some suitable mail address> with something slightly | Fredrik Lundh | 2000-06-30 | 1 | -4/+25 |
|
|
* | Ooops! I didn't finish all the renaming needed here, so this was | Fred Drake | 2000-06-30 | 1 | -36/+36 |
|
|
* | Output for test_winreg2. | Fred Drake | 2000-06-30 | 1 | -0/+1 |
|
|
* | Simplify the registry-module-finding code: _winreg or win32api/win32con. | Greg Ward | 2000-06-30 | 1 | -4/+1 |
|
|
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-06-30 | 1 | -0/+341 |
|
|
* | Line-wrap and properly indent a couple of docstrings. | Fred Drake | 2000-06-30 | 1 | -3/+6 |
|
|
* | - reverted to "\x is binary byte" | Fredrik Lundh | 2000-06-30 | 3 | -6/+6 |
|
|
* | * added a randomize flag and corresponding -r command line argument that | Skip Montanaro | 2000-06-30 | 1 | -8/+13 |
|
|
* | Switch to sre for regular expression matching (the new mini-re module | Guido van Rossum | 2000-06-30 | 3 | -654/+665 |
|
|
* | the usual | Guido van Rossum | 2000-06-30 | 4 | -572/+713 |
|
|
* | remove all prints (since the prints where of memory locations) | Jeremy Hylton | 2000-06-30 | 2 | -23/+0 |
|
|
* | the mad patcher strikes again: | Fredrik Lundh | 2000-06-30 | 4 | -41/+49 |
|
|
* | - fixed lookahead assertions (#10, #11, #12) | Fredrik Lundh | 2000-06-30 | 4 | -61/+93 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-30 | 1 | -0/+1 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-30 | 1 | -0/+52 |
|
|
* | New test for the ucnhash module. | Marc-André Lemburg | 2000-06-30 | 1 | -0/+82 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-30 | 1 | -3/+0 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-30 | 1 | -74/+0 |
|
|
* | - added support for (?P=name) | Fredrik Lundh | 2000-06-30 | 2 | -6/+17 |
|
|
* | - pedantic: make sure "python -t" doesn't complain... | Fredrik Lundh | 2000-06-30 | 4 | -587/+587 |
|
|
* | - fixed default value handling in group/groupdict | Fredrik Lundh | 2000-06-30 | 3 | -1/+400 |
|
|
* | Describe a bit about writing test cases for Python... | Skip Montanaro | 2000-06-30 | 1 | -0/+77 |
|
|
* | final patches from Neil Schemenauer for garbage collection | Jeremy Hylton | 2000-06-30 | 2 | -0/+111 |
|
|
* | Bump version to 0.9. | Greg Ward | 2000-06-30 | 1 | -1/+1 |
|
|
* | - fixed split behaviour on empty matches | Fredrik Lundh | 2000-06-30 | 3 | -39/+52 |
|
|
* | Allow 2.0 on the list of target versions. NB. this isn't enough: the GUI part, | Greg Ward | 2000-06-29 | 1 | -5/+5 |
|
|
* | still trying to figure out how to fix the remaining | Fredrik Lundh | 2000-06-29 | 1 | -1/+56 |
|
|
* | Don't try to guess the name of a .def file -- if one is supplied, use it, | Greg Ward | 2000-06-29 | 1 | -6/+0 |
|
|
* | On second thought, first try for _winreg, and then winreg. Only if both | Greg Ward | 2000-06-29 | 1 | -1/+5 |
|
|
* | Changed to use _winreg module instead of winreg. | Greg Ward | 2000-06-29 | 1 | -6/+6 |
|
|
* | Cleaned up and reformatted by Rene Liebscher. | Greg Ward | 2000-06-29 | 1 | -95/+113 |
|
|
* | Typo. | Fred Drake | 2000-06-29 | 1 | -1/+1 |
|
|