| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Document which part of the random module module are guaranteed. | Raymond Hettinger | 2010-09-06 | 1 | -0/+5 |
|
|
* | Add method to OrderedDict for repositioning keys to the ends. | Raymond Hettinger | 2010-09-06 | 1 | -0/+3 |
|
|
* | typo | Florent Xicluna | 2010-09-06 | 1 | -1/+1 |
|
|
* | Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest | Antoine Pitrou | 2010-09-06 | 1 | -0/+4 |
|
|
* | Issue #5506: BytesIO objects now have a getbuffer() method exporting a | Antoine Pitrou | 2010-09-06 | 1 | -0/+4 |
|
|
* | Implement #7566 - os.path.sameopenfile for Windows. | Brian Curtin | 2010-09-06 | 1 | -0/+2 |
|
|
* | hashlib has two new constant attributes: algorithms_guaranteed and | Gregory P. Smith | 2010-09-06 | 1 | -0/+5 |
|
|
* | Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an | Antoine Pitrou | 2010-09-05 | 1 | -0/+4 |
|
|
* | Post-release update. | Georg Brandl | 2010-09-05 | 1 | -0/+12 |
|
|
* | Fix amk’s tracker name | Éric Araujo | 2010-09-05 | 1 | -2/+2 |
|
|
* | Fix reST in NEWS, and remove NEWS.help (all committers should now know reST a... | Georg Brandl | 2010-09-05 | 2 | -87/+12 |
|
|
* | Rewrap. | Georg Brandl | 2010-09-05 | 1 | -159/+152 |
|
|
* | Bump to 3.2a2. | Georg Brandl | 2010-09-05 | 2 | -2/+2 |
|
|
* | Clean-up functools.total_ordering(). | Raymond Hettinger | 2010-09-05 | 1 | -1/+1 |
|
|
* | Typo | Raymond Hettinger | 2010-09-05 | 1 | -2/+2 |
|
|
* | Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file | Antoine Pitrou | 2010-09-04 | 1 | -0/+3 |
|
|
* | Issue #7451: Improve decoding performance of JSON objects, and reduce | Antoine Pitrou | 2010-09-04 | 1 | -0/+4 |
|
|
* | Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced | Antoine Pitrou | 2010-09-04 | 2 | -0/+5 |
|
|
* | _warnings exposed two variables with the name 'default_action' and | Brett Cannon | 2010-09-04 | 1 | -0/+3 |
|
|
* | Fix Björn's name in ACKS. | Antoine Pitrou | 2010-09-04 | 1 | -1/+1 |
|
|
* | Issue #1100562: Fix deep-copying of objects derived from the list and dict ty... | Antoine Pitrou | 2010-09-04 | 1 | -0/+3 |
|
|
* | Issue #7736: Release the GIL around calls to opendir() and closedir() | Antoine Pitrou | 2010-09-04 | 1 | -0/+3 |
|
|
* | Issue #1303434: Include PDBs in release. | Martin v. Löwis | 2010-09-04 | 1 | -0/+2 |
|
|
* | add consistent support for the vars and default arguments on all | Fred Drake | 2010-09-04 | 1 | -0/+3 |
|
|
* | NEWS for PEP 3149, and clean up a few other entries. | Barry Warsaw | 2010-09-03 | 1 | -7/+9 |
|
|