summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #1633863: Don't ignore $CC under AIX.Antoine Pitrou2010-09-211-0/+2
* Add an entry for the concurrent.futures packageBrian Quinlan2010-09-211-0/+2
* logging: Updated LoggerAdapter implementation.Vinay Sajip2010-09-211-0/+3
* Added some methods to LoggerAdapter, and updated documentation.Vinay Sajip2010-09-211-0/+4
* add column offset to all syntax errorsBenjamin Peterson2010-09-201-7/+2
* add news noteBenjamin Peterson2010-09-201-0/+2
* Issue #9901: Destroying the GIL in Py_Finalize() can fail if some otherAntoine Pitrou2010-09-201-0/+4
* Issue 9877: expose sysconfig.get_makefile_filename() in the public API.Barry Warsaw2010-09-201-0/+2
* logging: hasHandlers additions documented.Vinay Sajip2010-09-201-0/+2
* PyImport_Import was using the old import hack of sticking a dummy value intoBrett Cannon2010-09-191-0/+3
* Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-191-0/+2
* Issue #1686: Fix string.Template when overriding the pattern attribute.Florent Xicluna2010-09-181-0/+2
* Issue #9854: SocketIO objects now observe the RawIOBase interface inAntoine Pitrou2010-09-181-0/+4
* Issue #9894: Do not hardcode ENOENT in test_subprocess.Antoine Pitrou2010-09-181-0/+2
* Issue #767645: Set os.path.supports_unicode_filenames to True in posixpathVictor Stinner2010-09-171-2/+1
* #1730136: Fix comparison between a tk Font object and an object of a differen...Amaury Forgeot d'Arc2010-09-171-0/+3
* Issue #9441: logging: Improved test coverage for rotating file handlers.Vinay Sajip2010-09-171-0/+2
* Issue 9865: add __sizeof__ to OrderedDict.Raymond Hettinger2010-09-161-0/+2
* Issue #9810: Compile bzip2 source files in python's project fileHirokazu Yamamoto2010-09-161-0/+3
* setup.py was trying to build _weakref which is redundant as it's a built-inBrett Cannon2010-09-141-0/+3
* Issue #9854: The default read() implementation in io.RawIOBase nowAntoine Pitrou2010-09-141-0/+3
* Issue #1552: socket.socketpair() now returns regular socket.socketAntoine Pitrou2010-09-141-0/+4
* Issue #9853: Fix the signature of SSLSocket.recvfrom() andAntoine Pitrou2010-09-141-0/+3
* Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive...Raymond Hettinger2010-09-131-0/+3
* Issue #9213: Add index and count methods to range objects, needed toDaniel Stutzbach2010-09-131-0/+4
* Issue 7994: Make object.__format__() raise a PendingDeprecationWarningEric Smith2010-09-131-0/+8
* logging: enhanced HTTPHandlerVinay Sajip2010-09-131-0/+2
* Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS XVictor Stinner2010-09-131-0/+3
* Issue #9315: Fix for the trace module to record correct class nameAlexander Belopolsky2010-09-131-0/+5
* Make test.regrtest.__file__ absolute, this was not always the case when runni...Florent Xicluna2010-09-131-0/+6
* Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properlyAntoine Pitrou2010-09-131-0/+4
* #9210: remove --with-wctype-functions configure option.Amaury Forgeot d'Arc2010-09-121-0/+4
* Get rid of tabs.Georg Brandl2010-09-121-1/+1
* 9806: add --extension-suffix option to python-config.Georg Brandl2010-09-122-1/+7
* - Issue #9817: Add expat COPYING file; add expat, libffi and expat licensesMatthias Klose2010-09-121-0/+3
* Issue #9837: The read() method of ZipExtFile objects (as returned byAntoine Pitrou2010-09-121-0/+3
* Issue #9826: Handle recursive repr in collections.OrderedDict.Raymond Hettinger2010-09-121-0/+3
* Issue #9825: Replace OrderedDict.__del__() with weakrefs.Raymond Hettinger2010-09-121-0/+6
* check for NULL tp_as_mapping in PySequence_(Get/Set/Del)Slice #9834Benjamin Peterson2010-09-111-0/+7
* Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error onVictor Stinner2010-09-111-0/+3
* Issue #9579, #9580: Oops, add the author of the patchVictor Stinner2010-09-101-1/+1
* Issue #9579, #9580: Fix os.confstr() for value longer than 255 bytes and encodeVictor Stinner2010-09-101-0/+4
* Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODINGVictor Stinner2010-09-101-0/+5
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-0/+4
* Issue #941346: Improve the build process under AIX and allow Python toAntoine Pitrou2010-09-101-0/+3
* Issue #9804: ascii() now always represents unicode surrogate pairs asAntoine Pitrou2010-09-091-0/+5
* Issue #9410: Various optimizations to the pickle module, leading toAntoine Pitrou2010-09-091-0/+4
* Issue #9757: memoryview objects get a release() method to release theAntoine Pitrou2010-09-091-0/+4
* Have pprint() respect the order in an OrderedDict.Raymond Hettinger2010-09-091-0/+3
* Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)Hirokazu Yamamoto2010-09-091-0/+1