summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Changes:Thomas Heller2000-09-071-273/+298
* Older Tk versions don't support mousewheel support. Set event.deltaFredrik Lundh2000-09-071-1/+4
* Added Unicode objects to the copy mechanism. Since these are immutable,Marc-André Lemburg2000-09-071-0/+2
* Typo fix.Greg Ward2000-09-071-1/+1
* Removing this file again to set its status to 'dead'.Guido van Rossum2000-09-071-1570/+0
* Bullet-proofing of 'make_release_tree()':Greg Ward2000-09-061-6/+14
* Reorganized logic in 'get_file_list()' so it's easier to read, and fixed aGreg Ward2000-09-061-7/+8
* Typo fix.Greg Ward2000-09-062-2/+2
* The usual.Guido van Rossum2000-09-055-23/+30
* Add new builtin commands "copyright", "license", "credits" whichGuido van Rossum2000-09-051-1/+52
* For this server to work on Windows, directories should use "/" as theGuido van Rossum2000-09-041-2/+3
* test_mmap wrote null bytes into its expected-output file; this caused me toTim Peters2000-09-042-2/+1
* Correct docstring about return value when group didn't participate in matchAndrew M. Kuchling2000-09-041-4/+4
* Hack the Windows code to use os.popen().Guido van Rossum2000-09-031-3/+1
* updated SRE test suite (fixes PEP223 problem, shows syntax errors)Fredrik Lundh2000-09-031-76/+78
* Repair failing test_sre.py.Tim Peters2000-09-031-3/+3
* return -1 for undefined groups (as implemented in 1.5.2) instead ofFredrik Lundh2000-09-021-1/+6
* -- tightened up parsing of octal numbersFredrik Lundh2000-09-023-198/+158
* SourceForge patch 101396, by an anonymous friend.Tim Peters2000-09-021-1/+1
* patch by Neil Schemenauer to improve (fix?) line number generationJeremy Hylton2000-09-012-17/+32
* The "more" cmd varies across Windows flavors, sometimes adding strayTim Peters2000-09-012-14/+32
* Update magic number.Jeremy Hylton2000-09-012-15/+47
* Adding new files, removing some.Guido van Rossum2000-09-0118-256/+2711
* The usualGuido van Rossum2000-09-0140-886/+1767
* Applying patch #100994 to allow JPython to use more of the standardBarry Warsaw2000-09-014-12/+19
* Applied patch #101350, closing it.Barry Warsaw2000-09-011-1/+3
* Added support for RFC 959's REST command (restart), closing SF patchBarry Warsaw2000-09-011-23/+38
* Now that StreamRequestHandler defaults rfile to buffered, make itGuido van Rossum2000-09-011-0/+4
* In class StreamRequestHandler, make the default buffering for rfileGuido van Rossum2000-09-011-2/+12
* Repaired comment.Tim Peters2000-09-011-1/+1
* Rene Liebscher/Thomas Heller:Greg Ward2000-09-011-20/+22
* Rene Liebscher:Greg Ward2000-09-011-13/+13
* Rene Liebscher: comment fixes.Greg Ward2000-09-011-2/+2
* Rene Liebscher: hack '_init_posix()' to handle the BeOS linker script.Greg Ward2000-09-011-0/+17
* Bump version to 0.9.2.Greg Ward2000-09-011-1/+1
* Added 'run_setup()' to allow outsiders to run a setup script underGreg Ward2000-09-011-1/+89
* GNUTranslations._parse(): Fix portability problems on 64-bit machinesBarry Warsaw2000-08-311-5/+14
* closes bug #112468 (and all the other bugs that surfaced whenFredrik Lundh2000-08-312-43/+85
* Test case to exercise fix for error propogation bug in dictionarys.Fred Drake2000-08-312-2/+28
* fixes bug #111951Jeremy Hylton2000-08-313-2/+18
* GNUTranslations.BE_MAGIC: don't be so clever in calculating this fromBarry Warsaw2000-08-311-1/+1
* New method getnamespace.Sjoerd Mullender2000-08-311-0/+7
* tg@freebsd.orgJeremy Hylton2000-08-3110-0/+1629
* Add /GX to 'compile_options'. This is definitely needed for C++ source;Greg Ward2000-08-311-2/+3
* Add ".cxx" to the list of known C++ extensions.Greg Ward2000-08-301-1/+1
* Added docstring for 'wrap()' function.Greg Ward2000-08-301-0/+5
* patches from David Goodger. Closes patch 101085.Skip Montanaro2000-08-301-69/+104
* Expand the test suite to test both the GNU gettext and translationBarry Warsaw2000-08-302-257/+154
* Finalize this module for Python 2.0 based on feedback and input fromBarry Warsaw2000-08-301-173/+140
* Fix for two problems on FreeBSD:Andrew M. Kuchling2000-08-291-3/+6