summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* add missing assertion #6313Benjamin Peterson2009-06-191-0/+1
* remove duplicate testBenjamin Peterson2009-06-191-9/+0
* Issue #6274. Fixed a potential FD leak in subprocess.py.Facundo Batista2009-06-192-82/+92
* #6189: The subprocess.py module should be kept compatible with python 2.2Amaury Forgeot d'Arc2009-06-182-3/+14
* #6276: Remove usage of nested() in favor of new with statement with multiple ...Georg Brandl2009-06-181-3/+3
* Issue 6288: update the contextlib.nested() docs to explain why it has been de...Nick Coghlan2009-06-171-11/+28
* #6255: document PyInt_FromSize_t.Georg Brandl2009-06-171-0/+9
* #6295: clarify blocking behavior of getch().Georg Brandl2009-06-171-1/+2
* Issue #6215: Fixed to use self.open() instead of open() or io.open().Hirokazu Yamamoto2009-06-171-18/+18
* remove unused 'encoding' member from the compiler structBenjamin Peterson2009-06-171-4/+0
* Add usage note.Raymond Hettinger2009-06-171-0/+4
* add underscoresBenjamin Peterson2009-06-161-2/+2
* Acknowledge the role of the MPFR library in creating cmath_testcases.txtMark Dickinson2009-06-161-0/+10
* Remove unused macro.Georg Brandl2009-06-161-1/+0
* Add tabularcolumns directive for tables with bullet lists in them.Georg Brandl2009-06-161-0/+6
* starting distutils.ccompiler test coverage and cleanupTarek Ziadé2009-06-162-22/+57
* Fixed #6287: documentation for the license field in distutilsTarek Ziadé2009-06-162-0/+11
* don't mask encoding errors when decoding a string #6289Benjamin Peterson2009-06-163-4/+15
* Issue #6286: distutils upload command now uses urllib2Tarek Ziadé2009-06-153-62/+55
* code cleanupTarek Ziadé2009-06-151-13/+9
* backport r73430Benjamin Peterson2009-06-141-9/+0
* #6227: Because of a wrong indentation, the test was not testing what it should.Amaury Forgeot d'Arc2009-06-142-1/+3
* Issue #6271: mmap tried to close invalid file handle (-1) when annonymous.Hirokazu Yamamoto2009-06-142-1/+5
* Updated MSVC files to follow r73394.Hirokazu Yamamoto2009-06-145-34/+124
* update ast versionBenjamin Peterson2009-06-131-2/+2
* when no module is given in a 'from' relative import, make ImportFrom.module NULLBenjamin Peterson2009-06-136-21/+28
* give a better error message when deleting ()Benjamin Peterson2009-06-132-4/+13
* set Print.values to NULL if there are no valuesBenjamin Peterson2009-06-131-9/+12
* handle different rc formatBenjamin Peterson2009-06-131-1/+4
* special case release candidatesBenjamin Peterson2009-06-131-2/+4
* use 'rc' for release candidates for consistencyBenjamin Peterson2009-06-131-1/+1
* allow importing from a module named None if it has an 'as' clauseBenjamin Peterson2009-06-132-4/+8
* prevent import statements from assigning to NoneBenjamin Peterson2009-06-133-11/+34