summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update itemAndrew M. Kuchling2004-08-021-2/+4
* and a unit test for the staticmethod-of-a-non-method failure just fixedAnthony Baxter2004-08-021-0/+6
* fix for @decorators under a debug build.Anthony Baxter2004-08-021-0/+1
* Fix doubled word.Raymond Hettinger2004-08-021-1/+1
* Completed the patch for Bug #215126.Raymond Hettinger2004-08-025-6/+93
* notes for @decoratorAnthony Baxter2004-08-022-0/+7
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-0228-1918/+2548
* Typo repair.Tim Peters2004-08-021-1/+1
* Completed a sentence I left dangling.Tim Peters2004-08-021-1/+2
* Removed reliance on damaged module object appearing in sys.modulesTim Peters2004-08-021-2/+1
* New tests:Tim Peters2004-08-021-0/+84
* Removed no-longer-needed convolutions to recover from damaged modulesTim Peters2004-08-022-25/+0
* PyImport_ExecCodeModuleEx(): remove module from sys.modules in error cases.Tim Peters2004-08-021-16/+46
* "Core" and "C API" news about new semantics for failing imports.Tim Peters2004-08-021-1/+33
* PyImport_ImportModule, PyImport_ImportModuleEx, PyImport_ExecCodeModule:Tim Peters2004-08-021-10/+28
* lock_held() docs: Use True/False instead of 1/0. The LaTeX docs wereTim Peters2004-08-011-3/+3
* Trimmed trailing whitespace.Tim Peters2004-08-011-2/+2
* Fix SF #1001053, wave.open() with unicode filename failsNeal Norwitz2004-08-012-2/+4
* Fix typo in commentNeal Norwitz2004-08-011-1/+1
* SF bug #1001088, incorrect reference to macro named fooNeal Norwitz2004-08-011-1/+1
* list_ass_slice(): Document the obscure new intent that deleting a sliceTim Peters2004-07-311-8/+16
* Whitespace normalization.Tim Peters2004-07-312-100/+100
* Be more careful about reverting mutuations to system-wide (sys) variables.Tim Peters2004-07-311-20/+31
* Mention upgrade of optparse to Optik 1.5a1.Greg Ward2004-07-311-0/+31
* Upgrade optparse module and tests to Optik 1.5a1:Greg Ward2004-07-312-341/+747
* list_ass_slice(): The difference between "recycle" and "recycled" wasTim Peters2004-07-311-17/+10
* Armin asked for a list_ass_slice review in his checkin, so here's theTim Peters2004-07-311-26/+44
* Repair typo in docstring.Tim Peters2004-07-311-1/+1
* re-wrap paragraphs containing long linesFred Drake2004-07-301-43/+56
* - document the termination condition for cmd.Cmd.cmdloop()Fred Drake2004-07-301-1/+8