summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* This stopped working on Windows, due to a reference to the non-existentTim Peters2002-11-051-1/+1
* Set breakpoints on remote debuggerChui Tey2002-11-042-9/+10
* Tidied up widget placementChui Tey2002-11-041-14/+23
* Recalls breakpoints set in a fileChui Tey2002-11-041-7/+57
* [Patch #588809] LDFLAGS support for build_ext.py, from Robert WeberAndrew M. Kuchling2002-11-041-1/+17
* Related to SF patch 618135: gzip.py and files > 2G.Tim Peters2002-11-041-18/+34
* [Patch #588809] Remove check of environment variables; sysconfig.py will do t...Andrew M. Kuchling2002-11-041-9/+0
* Patch #625823: Add symbolic constants for more commands.Martin v. Löwis2002-11-041-2/+13
* [Bug #620630] Flush stdout after logging every message. Without it,Andrew M. Kuchling2002-11-041-0/+3
* Add get_distutil_options(); future setup.py files can use this to checkAndrew M. Kuchling2002-11-041-0/+9
* [Bug #570655] Fix misleading option textAndrew M. Kuchling2002-11-041-1/+1
* Patch #630829: Don't block on IAC, process suboptions.Martin v. Löwis2002-11-041-31/+82
* [ 629984 ] Smaller font sizes not supportedChui Tey2002-11-041-1/+1
* 619127: Recent File Menu Not UpdatingChui Tey2002-11-041-0/+13
* Add getpreferredencoding. Support @euro modifiers. Fixes #554676.Martin v. Löwis2002-11-032-0/+43
* Fix SF # 631066, running regrtest in user mode failsNeal Norwitz2002-11-031-1/+21
* Skip test_dbm if we can't write to the fileNeal Norwitz2002-11-021-31/+43
* Correct erroneous parenthesis placement in the delta from 1.63 to 1.64.Raymond Hettinger2002-11-021-2/+2
* Patch #631972: Adds an is_jython flag.Finn Bock2002-11-011-0/+2
* patch #624180 (part 2 of 2):Fredrik Lundh2002-11-011-1/+1
* [SF bug 631713] use the import exeption message in the TestFailedFinn Bock2002-11-011-3/+3
* Ad test_funky_hyphens() to test some screwy edge cases reported in SFGreg Ward2002-10-311-5/+18
* Fixes SF bug#614051: win32 build_ext problem.Thomas Heller2002-10-311-0/+2
* Catch only ImportErrorAndrew M. Kuchling2002-10-311-1/+1
* Make the Distribution() constructor forgiving of unknown keywordAndrew M. Kuchling2002-10-311-2/+11
* Added missing class to __all__.Raymond Hettinger2002-10-301-1/+1
* Added __all__.Raymond Hettinger2002-10-301-0/+2
* Added missing names to __all__.Raymond Hettinger2002-10-301-1/+1
* Added new move() function to __all__.Raymond Hettinger2002-10-301-1/+1
* SF bug 630824: pydoc Helper keywords missing 'yield'Tim Peters2002-10-301-0/+1
* Patrick K. O'Brien notices that kwlist was missing from __all__.Raymond Hettinger2002-10-301-1/+1
* Added test for this fix to classobject.c:Guido van Rossum2002-10-291-0/+27
* Minor simplification.Fred Drake2002-10-281-2/+1
* Remove unnecessary output file.Fred Drake2002-10-281-42/+0
* Add a test of interaction between & and extra replacements.Fred Drake2002-10-281-8/+13
* Really do replacement of & last to avoid bad interactions between &Fred Drake2002-10-281-2/+2
* Avoid calling __dict_replace() if we don't need to -- the call is muchFred Drake2002-10-281-8/+10
* Patch #613256: Add nescape method to xml.sax.saxutils.Martin v. Löwis2002-10-263-8/+43
* Implement a safer and more predictable interpolation approach.Fred Drake2002-10-252-1/+64
* Add tests for both raw and non-raw versions of the items() methods.Fred Drake2002-10-251-0/+26
* According to the docs, __name__ is not exposed via the API exceptFred Drake2002-10-251-2/+8
* Remove useless output file.Fred Drake2002-10-251-9/+0
* Convert to PyUnit.Fred Drake2002-10-251-293/+263
* Added (very) minimal tests of the RawConfigParser class.Fred Drake2002-10-251-16/+35
* Re-factor: Use a RawConfigParser base class and make ConfigParser aFred Drake2002-10-251-103/+133
* Fix for bug #626172: crash using unicode latin1 single charMarc-André Lemburg2002-10-231-0/+6
* Implement Restoring Breakpoints in Subprocess DebuggerKurt B. Kaiser2002-10-233-74/+110
* Add comment about inability to handle Unicode strings (hopefully aGreg Ward2002-10-221-0/+3
* add support for basic authentication, based on patch #624180Fredrik Lundh2002-10-221-12/+44
* Patches #626105:Raymond Hettinger2002-10-221-13/+6