| Commit message (Expand) | Author | Age | Files | Lines |
* | updated SRE test suite (fixes PEP223 problem, shows syntax errors) | Fredrik Lundh | 2000-09-03 | 1 | -76/+78 |
|
|
* | Repair failing test_sre.py. | Tim Peters | 2000-09-03 | 1 | -3/+3 |
|
|
* | return -1 for undefined groups (as implemented in 1.5.2) instead of | Fredrik Lundh | 2000-09-02 | 1 | -1/+6 |
|
|
* | -- tightened up parsing of octal numbers | Fredrik Lundh | 2000-09-02 | 3 | -198/+158 |
|
|
* | SourceForge patch 101396, by an anonymous friend. | Tim Peters | 2000-09-02 | 1 | -1/+1 |
|
|
* | patch by Neil Schemenauer to improve (fix?) line number generation | Jeremy Hylton | 2000-09-01 | 2 | -17/+32 |
|
|
* | The "more" cmd varies across Windows flavors, sometimes adding stray | Tim Peters | 2000-09-01 | 2 | -14/+32 |
|
|
* | Update magic number. | Jeremy Hylton | 2000-09-01 | 2 | -15/+47 |
|
|
* | Adding new files, removing some. | Guido van Rossum | 2000-09-01 | 18 | -256/+2711 |
|
|
* | The usual | Guido van Rossum | 2000-09-01 | 40 | -886/+1767 |
|
|
* | Applying patch #100994 to allow JPython to use more of the standard | Barry Warsaw | 2000-09-01 | 4 | -12/+19 |
|
|
* | Applied patch #101350, closing it. | Barry Warsaw | 2000-09-01 | 1 | -1/+3 |
|
|
* | Added support for RFC 959's REST command (restart), closing SF patch | Barry Warsaw | 2000-09-01 | 1 | -23/+38 |
|
|
* | Now that StreamRequestHandler defaults rfile to buffered, make it | Guido van Rossum | 2000-09-01 | 1 | -0/+4 |
|
|
* | In class StreamRequestHandler, make the default buffering for rfile | Guido van Rossum | 2000-09-01 | 1 | -2/+12 |
|
|
* | Repaired comment. | Tim Peters | 2000-09-01 | 1 | -1/+1 |
|
|
* | Rene Liebscher/Thomas Heller: | Greg Ward | 2000-09-01 | 1 | -20/+22 |
|
|
* | Rene Liebscher: | Greg Ward | 2000-09-01 | 1 | -13/+13 |
|
|
* | Rene Liebscher: comment fixes. | Greg Ward | 2000-09-01 | 1 | -2/+2 |
|
|
* | Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script. | Greg Ward | 2000-09-01 | 1 | -0/+17 |
|
|
* | Bump version to 0.9.2. | Greg Ward | 2000-09-01 | 1 | -1/+1 |
|
|
* | Added 'run_setup()' to allow outsiders to run a setup script under | Greg Ward | 2000-09-01 | 1 | -1/+89 |
|
|
* | GNUTranslations._parse(): Fix portability problems on 64-bit machines | Barry Warsaw | 2000-08-31 | 1 | -5/+14 |
|
|
* | closes bug #112468 (and all the other bugs that surfaced when | Fredrik Lundh | 2000-08-31 | 2 | -43/+85 |
|
|
* | Test case to exercise fix for error propogation bug in dictionarys. | Fred Drake | 2000-08-31 | 2 | -2/+28 |
|
|
* | fixes bug #111951 | Jeremy Hylton | 2000-08-31 | 3 | -2/+18 |
|
|
* | GNUTranslations.BE_MAGIC: don't be so clever in calculating this from | Barry Warsaw | 2000-08-31 | 1 | -1/+1 |
|
|
* | New method getnamespace. | Sjoerd Mullender | 2000-08-31 | 1 | -0/+7 |
|
|
* | tg@freebsd.org | Jeremy Hylton | 2000-08-31 | 10 | -0/+1629 |
|
|
* | Add /GX to 'compile_options'. This is definitely needed for C++ source; | Greg Ward | 2000-08-31 | 1 | -2/+3 |
|
|
* | Add ".cxx" to the list of known C++ extensions. | Greg Ward | 2000-08-30 | 1 | -1/+1 |
|
|
* | Added docstring for 'wrap()' function. | Greg Ward | 2000-08-30 | 1 | -0/+5 |
|
|
* | patches from David Goodger. Closes patch 101085. | Skip Montanaro | 2000-08-30 | 1 | -69/+104 |
|
|
* | Expand the test suite to test both the GNU gettext and translation | Barry Warsaw | 2000-08-30 | 2 | -257/+154 |
|
|
* | Finalize this module for Python 2.0 based on feedback and input from | Barry Warsaw | 2000-08-30 | 1 | -173/+140 |
|
|
* | Fix for two problems on FreeBSD: | Andrew M. Kuchling | 2000-08-29 | 1 | -3/+6 |
|
|
* | Add support for FreeBSD-[45]. | Guido van Rossum | 2000-08-29 | 2 | -3/+3 |
|
|
* | Patch by tg@FreeBSD.org to try /var/tmp first. | Guido van Rossum | 2000-08-29 | 1 | -1/+1 |
|
|
* | Added tests of "print >> None" | Barry Warsaw | 2000-08-29 | 2 | -0/+26 |
|
|
* | Added 'script_name' and 'script_args' instance attributes to Distribution. | Greg Ward | 2000-08-29 | 4 | -37/+58 |
|
|
* | Added os.popen2() and os.popen3() for non-Windows platforms. | Fred Drake | 2000-08-28 | 4 | -4/+57 |
|
|
* | Fix line-endings. | Greg Ward | 2000-08-27 | 1 | -1/+1 |
|
|
* | Open binary files in binary mode. Fixes test failure under Windows. | Tim Peters | 2000-08-26 | 1 | -1/+1 |
|
|
* | Tim Peters: | Moshe Zadka | 2000-08-26 | 1 | -26/+0 |
|
|
* | Another new test using "from test.test_support import ...", causing | Tim Peters | 2000-08-26 | 1 | -3/+1 |
|
|
* | New release of the Windows installer from Thomas Heller. | Greg Ward | 2000-08-26 | 1 | -283/+296 |
|
|
* | Bumped version to 0.9.2pre. | Greg Ward | 2000-08-26 | 1 | -1/+1 |
|
|
* | In 'check_extensions_list()': when converting old-style 'buildinfo' dict, | Greg Ward | 2000-08-26 | 1 | -1/+3 |
|
|
* | Update the parser module to support augmented assignment. | Fred Drake | 2000-08-25 | 2 | -43/+122 |
|
|
* | Output of the new test | Marc-André Lemburg | 2000-08-25 | 1 | -0/+1 |
|
|