| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1686: Fix string.Template when overriding the pattern attribute. | Florent Xicluna | 2010-09-18 | 1 | -0/+2 |
|
|
* | Issue #9854: SocketIO objects now observe the RawIOBase interface in | Antoine Pitrou | 2010-09-18 | 1 | -0/+4 |
|
|
* | Issue #9894: Do not hardcode ENOENT in test_subprocess. | Antoine Pitrou | 2010-09-18 | 1 | -0/+2 |
|
|
* | Issue #767645: Set os.path.supports_unicode_filenames to True in posixpath | Victor Stinner | 2010-09-17 | 1 | -2/+1 |
|
|
* | #1730136: Fix comparison between a tk Font object and an object of a differen... | Amaury Forgeot d'Arc | 2010-09-17 | 1 | -0/+3 |
|
|
* | Issue #9441: logging: Improved test coverage for rotating file handlers. | Vinay Sajip | 2010-09-17 | 1 | -0/+2 |
|
|
* | Issue 9865: add __sizeof__ to OrderedDict. | Raymond Hettinger | 2010-09-16 | 1 | -0/+2 |
|
|
* | Issue #9810: Compile bzip2 source files in python's project file | Hirokazu Yamamoto | 2010-09-16 | 1 | -0/+3 |
|
|
* | setup.py was trying to build _weakref which is redundant as it's a built-in | Brett Cannon | 2010-09-14 | 1 | -0/+3 |
|
|
* | Issue #9854: The default read() implementation in io.RawIOBase now | Antoine Pitrou | 2010-09-14 | 1 | -0/+3 |
|
|
* | Issue #1552: socket.socketpair() now returns regular socket.socket | Antoine Pitrou | 2010-09-14 | 1 | -0/+4 |
|
|
* | Issue #9853: Fix the signature of SSLSocket.recvfrom() and | Antoine Pitrou | 2010-09-14 | 1 | -0/+3 |
|
|
* | Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive... | Raymond Hettinger | 2010-09-13 | 1 | -0/+3 |
|
|
* | Issue #9213: Add index and count methods to range objects, needed to | Daniel Stutzbach | 2010-09-13 | 1 | -0/+4 |
|
|
* | Issue 7994: Make object.__format__() raise a PendingDeprecationWarning | Eric Smith | 2010-09-13 | 1 | -0/+8 |
|
|
* | logging: enhanced HTTPHandler | Vinay Sajip | 2010-09-13 | 1 | -0/+2 |
|
|
* | Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X | Victor Stinner | 2010-09-13 | 1 | -0/+3 |
|
|
* | Issue #9315: Fix for the trace module to record correct class name | Alexander Belopolsky | 2010-09-13 | 1 | -0/+5 |
|
|
* | Make test.regrtest.__file__ absolute, this was not always the case when runni... | Florent Xicluna | 2010-09-13 | 1 | -0/+6 |
|
|
* | Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly | Antoine Pitrou | 2010-09-13 | 1 | -0/+4 |
|
|
* | #9210: remove --with-wctype-functions configure option. | Amaury Forgeot d'Arc | 2010-09-12 | 1 | -0/+4 |
|
|
* | Get rid of tabs. | Georg Brandl | 2010-09-12 | 1 | -1/+1 |
|
|
* | 9806: add --extension-suffix option to python-config. | Georg Brandl | 2010-09-12 | 2 | -1/+7 |
|
|
* | - Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses | Matthias Klose | 2010-09-12 | 1 | -0/+3 |
|
|
* | Issue #9837: The read() method of ZipExtFile objects (as returned by | Antoine Pitrou | 2010-09-12 | 1 | -0/+3 |
|
|
* | Issue #9826: Handle recursive repr in collections.OrderedDict. | Raymond Hettinger | 2010-09-12 | 1 | -0/+3 |
|
|
* | Issue #9825: Replace OrderedDict.__del__() with weakrefs. | Raymond Hettinger | 2010-09-12 | 1 | -0/+6 |
|
|
* | check for NULL tp_as_mapping in PySequence_(Get/Set/Del)Slice #9834 | Benjamin Peterson | 2010-09-11 | 1 | -0/+7 |
|
|
* | Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on | Victor Stinner | 2010-09-11 | 1 | -0/+3 |
|
|
* | Issue #9579, #9580: Oops, add the author of the patch | Victor Stinner | 2010-09-10 | 1 | -1/+1 |
|
|
* | Issue #9579, #9580: Fix os.confstr() for value longer than 255 bytes and encode | Victor Stinner | 2010-09-10 | 1 | -0/+4 |
|
|
* | Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING | Victor Stinner | 2010-09-10 | 1 | -0/+5 |
|
|
* | #4617: Previously it was illegal to delete a name from the local | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -0/+4 |
|
|
* | Issue #941346: Improve the build process under AIX and allow Python to | Antoine Pitrou | 2010-09-10 | 1 | -0/+3 |
|
|
* | Issue #9804: ascii() now always represents unicode surrogate pairs as | Antoine Pitrou | 2010-09-09 | 1 | -0/+5 |
|
|
* | Issue #9410: Various optimizations to the pickle module, leading to | Antoine Pitrou | 2010-09-09 | 1 | -0/+4 |
|
|
* | Issue #9757: memoryview objects get a release() method to release the | Antoine Pitrou | 2010-09-09 | 1 | -0/+4 |
|
|
* | Have pprint() respect the order in an OrderedDict. | Raymond Hettinger | 2010-09-09 | 1 | -0/+3 |
|
|
* | Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1) | Hirokazu Yamamoto | 2010-09-09 | 1 | -0/+1 |
|
|
* | Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well | Antoine Pitrou | 2010-09-08 | 1 | -0/+7 |
|
|
* | Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid | Antoine Pitrou | 2010-09-08 | 1 | -0/+3 |
|
|
* | logging: Added QueueHandler. | Vinay Sajip | 2010-09-08 | 1 | -0/+3 |
|
|
* | Add Lukasz. | Georg Brandl | 2010-09-08 | 1 | -0/+3 |
|
|
* | Issue #9707: Rewritten reference implementation of threading.local which | Antoine Pitrou | 2010-09-07 | 1 | -0/+5 |
|
|
* | #6394: Add os.getppid() support for Windows. | Amaury Forgeot d'Arc | 2010-09-07 | 2 | -0/+5 |
|
|
* | Issue #9792: In case of connection failure, socket.create_connection() | Antoine Pitrou | 2010-09-07 | 1 | -0/+5 |
|
|
* | Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True, | Antoine Pitrou | 2010-09-07 | 1 | -0/+4 |
|
|
* | Issue #4026: Make the fcntl extension build under AIX. | Antoine Pitrou | 2010-09-07 | 1 | -0/+6 |
|
|
* | Issues #7889, #9025 and #9379: Improvements to the random module. | Raymond Hettinger | 2010-09-07 | 1 | -1/+10 |
|
|
* | Document which part of the random module module are guaranteed. | Raymond Hettinger | 2010-09-07 | 1 | -0/+3 |
|
|