summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2004-08-048-52/+52
* test_threadsignals is an expected skip on win32.Tim Peters2004-08-041-0/+1
* To raise TestSkipped, you must import TestSkipped.Tim Peters2004-08-041-1/+1
* ihooks FancyModuleLoader.load_module()Tim Peters2004-08-042-2/+13
* Tkapp_New(): Rewrite in C so it compiles again.Tim Peters2004-08-041-1/+4
* make sure distutils logging is shut off in tests to avoid spurious outputFred Drake2004-08-035-3/+25
* Patch #986929: Add support for wish -sync and -use options.Martin v. Löwis2004-08-032-4/+39
* Patch #986929: Add support for wish -sync and -use options.Martin v. Löwis2004-08-031-2/+3
* Wait for visibility before setting a grab. Fixes #946153.Martin v. Löwis2004-08-033-0/+3
* allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi...Fred Drake2004-08-034-17/+69
* This allows additional commands to be provided for existing setup.pyFred Drake2004-08-033-22/+193
* add missing import!Fred Drake2004-08-031-0/+1
* let's avoid the extra nesting where reasonableFred Drake2004-08-031-1/+1
* on to a2!Anthony Baxter2004-08-031-2/+2
* avoid fragility: make sure POSIXLY_CORRECT is completely controlledFred Drake2004-08-031-1/+10
* Add the same guard as test_signal.Michael W. Hudson2004-08-031-0/+3
* Be more careful about maintaining the invariants; it was actuallyFred Drake2004-08-031-3/+25
* Argh! This was meant to be part of patch #960406.Michael W. Hudson2004-08-031-0/+77
* Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP().Martin v. Löwis2004-08-033-4/+11
* Patch #977074: Move Encode/Decode to the top so gcc can inline them.Martin v. Löwis2004-08-031-34/+33
* Patch #994595: Recognize Basic auth even if other schemes are offered.Martin v. Löwis2004-08-032-1/+4
* Patch #870382: Automatically add msvcr71 to the list of libraries ifMartin v. Löwis2004-08-031-0/+23
* Check in my refleak hunting code.Michael W. Hudson2004-08-031-19/+91
* Fix the reference count errors revealed by the test suite...Michael W. Hudson2004-08-031-1/+3
* nice tests dont leave little suprises in the environAnthony Baxter2004-08-031-0/+1
* More "noone expected this to run twice"ness removal.Michael W. Hudson2004-08-031-3/+3
* make this test work when run repeatedly.Michael W. Hudson2004-08-031-3/+2
* Removed use of 'cgi.initlog()' - the first call to cgi.log is actuallyAnthony Baxter2004-08-031-1/+0
* Don't exit test_main() with the lock 'done' held -- there's no cleanerMichael W. Hudson2004-08-031-0/+1
* Don't intern the filename of a file being compiled.Michael W. Hudson2004-08-031-1/+1
* Repair the same thinko in two places about handling of _Py_RefTotal inMichael W. Hudson2004-08-032-10/+12
* Delete the items variable (and explain why).Michael W. Hudson2004-08-031-0/+4
* Restore compilation on MSVC++ 6.0Raymond Hettinger2004-08-032-2/+8
* SF bug #808756: refleaks in _hotshot.c.Armin Rigo2004-08-031-2/+10
* update to Expat 1.95.8Fred Drake2004-08-037-361/+789
* Document general mappings for the locals argument for exec and execfile().Raymond Hettinger2004-08-032-9/+11
* Fix [ 1001018 ]: Windows: setdefaulttimeout causes unnecessary timeouts onMark Hammond2004-08-031-3/+24
* Tweak previous patch to silence a warning about the unused left value in theBrett Cannon2004-08-031-1/+1
* fix a little lie ;-(Fred Drake2004-08-021-3/+2
* Fix typo thoughNeal Norwitz2004-08-021-2/+2
* fix markup errorFred Drake2004-08-021-1/+1
* start filling in documentation on extending distutilsFred Drake2004-08-021-2/+48
* - fix description of option table entriesFred Drake2004-08-021-3/+4
* Use isabs() in conditional, not abspathAndrew M. Kuchling2004-08-021-1/+1
* Fix for the unfortunate fact that PyDict_GetItem and PyObject_GetItemMichael W. Hudson2004-08-021-2/+4
* Add PEP318Andrew M. Kuchling2004-08-021-4/+131
* Any call to insort_{left,right} with a non-list leaked a reference to NoneMichael W. Hudson2004-08-021-6/+10
* Add a missing decref.Michael W. Hudson2004-08-021-0/+1
* for some reason, the lack of adherence to Python's C whitespace rulesMichael W. Hudson2004-08-021-2/+2
* Add import change; add empty section for function decoratorsAndrew M. Kuchling2004-08-021-0/+17