summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #6368: Fixed unused variable warning on Unix.Hirokazu Yamamoto2009-06-291-0/+2
* Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython s...Georg Brandl2009-06-291-6/+9
* Fixed NEWS.Hirokazu Yamamoto2009-06-291-2/+2
* Backport fix for buglet from py3kAntoine Pitrou2009-06-291-1/+2
* Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.Hirokazu Yamamoto2009-06-292-3/+15
* Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttribu...Hirokazu Yamamoto2009-06-291-58/+2
* update to sphinx 0.6.2Benjamin Peterson2009-06-292-2/+2
* Update docstrings for sys.getdlopenflags() and sys.setdlopenflags().Alexandre Vassalotti2009-06-291-10/+12
* Remove unused stdint.h includesMark Dickinson2009-06-282-8/+0
* More Decimal quote fixing; backport of r73642Mark Dickinson2009-06-281-3/+3
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-06-287-72/+408
* return locals and cells in get_locals() not bound globals, thoughBenjamin Peterson2009-06-282-3/+5
* use stack macrosBenjamin Peterson2009-06-281-2/+2
* add two generic macros for peeking and setting in the stackBenjamin Peterson2009-06-281-0/+2
* Fix types in logic to compute help file name.Martin v. Löwis2009-06-281-4/+4
* Remove stray pychecker directive.Georg Brandl2009-06-281-4/+0
* Issue #4856: Remove checks for win NT.Hirokazu Yamamoto2009-06-285-354/+277
* Issue 5390: Add uninstall icon independent of whether fileMartin v. Löwis2009-06-282-1/+4
* Fixed a wrong apostropheEzio Melotti2009-06-281-1/+1
* stmt and setup can contain multiple statements, see #5896Ezio Melotti2009-06-271-2/+3
* link to extensive generator docs in the reference manualBenjamin Peterson2009-06-271-1/+9
* document is_declared_global()Benjamin Peterson2009-06-261-0/+4
* mark 3.1 as stable docsBenjamin Peterson2009-06-261-2/+2
* Fixes the last problem mentioned in issue1202.Gregory P. Smith2009-06-261-1/+1
* #2016 Fix a crash in function call when the **kwargs dictionary is mutatedAmaury Forgeot d'Arc2009-06-253-10/+32
* Fix a compilation warning on WindowsAmaury Forgeot d'Arc2009-06-251-1/+1
* Issue 6340: update by Gregor Lingl of his tdemo_chaos demo program.R. David Murray2009-06-251-27/+23
* Add a couple of missing function alias declarations to the turtle docs.R. David Murray2009-06-251-0/+2
* http://bugs.python.org/issue6192Kristján Valur Jónsson2009-06-242-17/+8
* #6332: fix word dupes throughout the source.Georg Brandl2009-06-247-9/+9
* Add procedural note.Raymond Hettinger2009-06-231-0/+3
* Remove last remnants of the ipaddr package.Amaury Forgeot d'Arc2009-06-232-23/+11
* Issue 6305: Clarify error message for large arguments to itertools.islice().Raymond Hettinger2009-06-231-3/+3
* Remove the ipaddr module per discussion on python-devAmaury Forgeot d'Arc2009-06-235-2325/+2
* Issue 6329: Fix iteration for memoryviews.Raymond Hettinger2009-06-233-32/+60
* Fix issue 5230 by having pydoc's safeimport check to see if the importR. David Murray2009-06-234-3/+51
* Remove markup from docstringNick Coghlan2009-06-231-2/+2
* Issue 6288: Update contextlib.nested() docstring to reflect new documentationNick Coghlan2009-06-231-10/+8
* remove some unused symtable constantsBenjamin Peterson2009-06-232-11/+3
* fix grammarBenjamin Peterson2009-06-231-1/+1
* Improve English phrasing.R. David Murray2009-06-221-1/+1
* #4490 Fix sample code run by "python -m xml.sax.xmlreader"Amaury Forgeot d'Arc2009-06-221-3/+3
* remove tmpname support since it's no longer usedBenjamin Peterson2009-06-213-30/+0
* don't need to add the name 'lambda' as assignedBenjamin Peterson2009-06-211-2/+1
* Fix memory bug in bdist_msi. (Commit okayed in issue6319.)Steven Bethard2009-06-211-2/+1
* Issue #6314: logging.basicConfig() performs extra checks on the "level" argum...Vinay Sajip2009-06-212-1/+8
* Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl toGuilherme Polo2009-06-213-31/+50
* Fixed #6164 AIX specific linker argument in Distutils unixcompilerTarek Ziadé2009-06-203-16/+28
* use closuresBenjamin Peterson2009-06-191-3/+3
* show that this one isn't usedBenjamin Peterson2009-06-191-1/+1