summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only encode Unicode objects when printing them raw.Martin v. Löwis2003-05-181-1/+2
* Consider \U-escapes in raw-unicode-escape. Fixes #444514.Martin v. Löwis2003-05-182-3/+49
* Fix array.array.insert(), so that it treats negative indices asWalter Dörwald2003-05-184-3/+34
* To be on the safe side, backed out any questionable iteritem changes and set ...Brett Cannon2003-05-181-2/+2
* Added more words about the abuse of the tp_alloc nitems argumentTim Peters2003-05-181-1/+12
* Whitespace NormalizationKurt B. Kaiser2003-05-181-29/+29
* Whitespace NormalizationKurt B. Kaiser2003-05-184-23/+23
* Add another error case to the insert test.Walter Dörwald2003-05-181-0/+1
* Port test_array and test_winsound to PyUnit. Enhance tests for arrayWalter Dörwald2003-05-183-380/+920
* Show Freddy the mirrorKurt B. Kaiser2003-05-171-7/+15
* User cStringIO instead of StringIO.Raymond Hettinger2003-05-171-2/+2
* Revert some changes back to dict.items made in a previous patch.Brett Cannon2003-05-171-2/+2
* datetime.timedelta is now subclassable in Python. The new test showsTim Peters2003-05-173-167/+203
* Added icon for IDLE on OS XTony Lownds2003-05-172-0/+1
* minor fix, jython-only. Don't asssume stdout to save is the ur-stdout.Samuele Pedroni2003-05-171-1/+2
* datetime.datetime and datetime.time can now be subclassed in Python. Brr.Tim Peters2003-05-173-61/+180
* Nigel Rowe's PatchKurt B. Kaiser2003-05-171-5/+5
* Noam Raphael's patch.Kurt B. Kaiser2003-05-175-14/+52
* simpler temp dir cleanupSkip Montanaro2003-05-171-8/+6
* beefed up version: jython support, covers now fixed differences between CPyth...Samuele Pedroni2003-05-171-11/+105
* test_subclass_date(): Beefed this up, to check that new instanceTim Peters2003-05-171-2/+28
* Include module name in doctest summary.Raymond Hettinger2003-05-171-1/+1
* Use test_support.run_doctest()Raymond Hettinger2003-05-171-3/+3
* Provide a clue that the doctests have run.Raymond Hettinger2003-05-171-1/+3
* Minor cleanups.Raymond Hettinger2003-05-161-5/+1
* Turns out there wasn't a need to define tp_free for any of the types here.Tim Peters2003-05-161-4/+4
* Stopped using the old macro form of _PyObject_Del.Tim Peters2003-05-161-4/+4
* Remove usage of re module from encodings package search function.Marc-André Lemburg2003-05-161-4/+19
* test_fileno(): Skip this test on Windows.Tim Peters2003-05-161-13/+17
* Missing parenthesis.Raymond Hettinger2003-05-161-1/+1
* Added some missing PyObject* casts in the deallocators.Jim Fulton2003-05-163-2/+11
* Added a missing PyObject* cast to the dealloc examples.Jim Fulton2003-05-161-2/+10
* Removed the out of date and no-longer-referenced xxobject.c exampleJim Fulton2003-05-161-108/+0
* Removed reference to the out-of-date (and not very useful)Jim Fulton2003-05-161-23/+9
* Patch #738325: Install optimized idlelib files.Martin v. Löwis2003-05-161-0/+1
* * Added file globbing to make it easier to check many LaTeX files.Raymond Hettinger2003-05-161-39/+60
* More fixes according to SF 549151:Guido van Rossum2003-05-162-4/+13
* Add docs for MessageBeep.Guido van Rossum2003-05-161-0/+30
* Don't replace an empty line with "pass" when symbol == "eval", whereGuido van Rossum2003-05-161-1/+2
* 1. When a module is run from an EditorWindow, if its directory is not inKurt B. Kaiser2003-05-152-5/+19
* 1. Add a command line switch to run without the subprocessKurt B. Kaiser2003-05-152-18/+33
* 1. Make the startup more robust by not spawning the subprocess if IDLEKurt B. Kaiser2003-05-151-6/+3
* 1. Restore the capability to run and debug without a subprocess.Kurt B. Kaiser2003-05-153-54/+98
* DB.remove() needs to set the internal DB handle to NULL after being called.Gregory P. Smith2003-05-151-4/+1
* Restore Python 1.5.2 compatibility.Marc-André Lemburg2003-05-141-1/+1
* Forward slash warnings now only occur for potentially valid LaTeX commands.Raymond Hettinger2003-05-141-8/+8
* On Windows the subprocess was not exiting during a restart.Kurt B. Kaiser2003-05-141-0/+2
* defer re module imports to help improve interpreter startupSkip Montanaro2003-05-141-1/+4
* [Bug #471893] Replace security material with a warning against unpicklingAndrew M. Kuchling2003-05-142-74/+31
* document Stats.dump_stats(), new for Python 2.3Fred Drake2003-05-141-0/+8