summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch by Tim Peters:Guido van Rossum2000-03-031-9/+11
* Typo fix.Greg Ward2000-03-031-1/+1
* Fixed 'mkpath()' to accept empty string silently (it's just the current dir).Greg Ward2000-03-031-9/+11
* paren matching extension. warning: in current version of IDLE, canJeremy Hylton2000-03-021-0/+193
* A module to parse/generate MediaDescription handles as used by QuickTime. OnlyJack Jansen2000-03-021-0/+97
* Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsErrorGuido van Rossum2000-03-021-1/+1
* Renamed 'build_lib' command to 'build_clib':Greg Ward2000-03-024-209/+7
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-0220-20/+20
* If the "build_lib" command built any C libraries, link with them allGreg Ward2000-03-021-3/+12
* Added command description.Greg Ward2000-03-022-28/+96
* In the 'compile()' method: preserve the directory portion of sourceGreg Ward2000-03-021-2/+7
* Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_RGreg Ward2000-03-011-3/+13
* Fix compiler warning: only use "_r" form of 'ctermid()' and 'tmpnam()' whenGreg Ward2000-03-011-2/+2
* Got rid of silly "123456789-..." lines in comments.Guido van Rossum2000-03-015-22/+0
* In compile/link methods: ensure that the directory we expect to be writing toGreg Ward2000-03-011-1/+6
* Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that addsGreg Ward2000-03-011-1/+4
* Added call to 'ensure_ready()' on the command object inGreg Ward2000-03-011-0/+1
* Added 'get_platform()' to construct a string that identifies the currentGreg Ward2000-03-011-1/+19
* Build reorg:Greg Ward2000-03-011-16/+41
* Build reorg:Greg Ward2000-03-011-12/+43
* Build reorg: change 'build_dir' option to 'build_lib'.Greg Ward2000-03-011-8/+8
* Patch by Fred Gansevles (the module's original author).Guido van Rossum2000-02-292-28/+58
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-2937-272/+272
* Remove some redundant logic from walk() -- there's no need to checkGuido van Rossum2000-02-291-2/+0
* Correct type error in getopt.error handling code.Guido van Rossum2000-02-291-1/+1
* Script by Tim Peters to discover illegal append() calls.Guido van Rossum2000-02-291-0/+168
* Fix multi-arg append().Guido van Rossum2000-02-291-1/+1
* Update portability information for the spawn*() functions and relatedFred Drake2000-02-291-4/+11
* Fix a typo in a commentAndrew M. Kuchling2000-02-291-1/+1
* Fix comments relating to the specific regexs used to parse section andFred Drake2000-02-281-2/+2
* Patch by Piers Lauder, who writes:Guido van Rossum2000-02-281-5/+6
* (Finally!) Changes related to the ConfigParser/INI-file topicsFred Drake2000-02-281-5/+11
* Drop the support level for stdwin a notch -- the contents ofGuido van Rossum2000-02-281-1/+1
* Fix use of list.append() with multiple argumentsAndrew M. Kuchling2000-02-281-1/+1
* Simple changes by Gerrit Holl - move author acknowledgements out ofGuido van Rossum2000-02-289-43/+46
* Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This addsGuido van Rossum2000-02-281-0/+56
* Patch by Mozhe Zadka, for __contains__ (overloading 'in'). ThisGuido van Rossum2000-02-281-1/+8
* Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This addsGuido van Rossum2000-02-281-1/+7
* Patch by Gerrit Holl to avoid doing two stat() calls in a row in walk().Guido van Rossum2000-02-281-1/+2
* Fix a typo in Barry's checkin.Guido van Rossum2000-02-271-1/+1
* Fixed a multi-arg append() call, discovered by Mark Favas.Guido van Rossum2000-02-271-4/+4
* Two buglet fixes. Peter Funk caught the bug in make_escapes:Barry Warsaw2000-02-271-7/+9
* Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) toBarry Warsaw2000-02-261-40/+140
* The "Distributing Python Modules" manual; currently empty (I'll get to itGreg Ward2000-02-261-0/+12
* Try to deal with pre-1.5.2 IOError exception objects.Greg Ward2000-02-261-2/+6
* Unfinished, untested implementation of the lovely baroque installation schemeGreg Ward2000-02-264-183/+118
* Better fix for mpzmodule problem reported by Peter Funk: just useAndrew M. Kuchling2000-02-251-6/+2
* Changes inspired by Randall Hooper to allow callbacks when anBarry Warsaw2000-02-251-4/+15
* Pat Knight:Guido van Rossum2000-02-252-61/+61
* Test case for fork1() behavior.Guido van Rossum2000-02-252-0/+55