- d305200 Add entries to whatsnew by Antoine Pitrou · 15 years ago
- cf1dd71 Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output by Matthias Klose · 15 years ago
- 8dd2387 Reverted unwanted change in r84826 by Antoine Pitrou · 15 years ago
- 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 15 years ago
- 6a11a98 Update file-related information in the FAQ. by Antoine Pitrou · 15 years ago
- 0b65b0f Add a glossary entry for file objects. by Antoine Pitrou · 15 years ago
- 5aa0d10 Improve docs for socket.makefile() and SocketIO by Antoine Pitrou · 15 years ago
- 872b79d Add a comment explaining why SocketIO is needed by Antoine Pitrou · 15 years ago
- f77c1d6 Clarify where support for negative indices fall in the language hierarchy. by Raymond Hettinger · 15 years ago
- 476a31e Issue 9802: Document min()/max() sort stability by Raymond Hettinger · 15 years ago
- 1006bd4 Future proof total_ordering against changes in methods defined on object. by Raymond Hettinger · 15 years ago
- 2e55fec Make testDefaults in test.test_socket.BasicSocketPairTest more reliable. by Antoine Pitrou · 15 years ago
- b82489d setup.py was trying to build _weakref which is redundant as it's a built-in by Brett Cannon · 15 years ago
- f7328d0 Improve iteration speed by only proxying back links. by Raymond Hettinger · 15 years ago
- 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 15 years ago
- 9e0b864 Issue #1552: socket.socketpair() now returns regular socket.socket by Antoine Pitrou · 15 years ago
- 3861599 Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs by Daniel Stutzbach · 15 years ago
- a468adc Issue #9853: Fix the signature of SSLSocket.recvfrom() and by Antoine Pitrou · 15 years ago
- 9bfc0f0 Issue 9315: Added test/tracedmodules to LIBSUBDIRS by Alexander Belopolsky · 15 years ago
- 3d330ad Remove C++-style comments by Antoine Pitrou · 15 years ago
- 2ed94eb Do not print additional shutdown message when gc.DEBUG_SAVEALL is set by Antoine Pitrou · 15 years ago
- 0055c42 Tidied example script. by Vinay Sajip · 15 years ago
- 8552d1f Added test for QueueHandler. by Vinay Sajip · 15 years ago
- de72692 Tidied example script. by Vinay Sajip · 15 years ago
- e1b6a9a Added files missed in r84780. Thanks, Florent. by Alexander Belopolsky · 15 years ago
- 98a5f3f Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods. by Raymond Hettinger · 15 years ago
- 9f0cbf1 Issue #9213: Add index and count methods to range objects, needed to by Daniel Stutzbach · 15 years ago
- e4d6317 Issue 7994: Make object.__format__() raise a PendingDeprecationWarning by Eric Smith · 15 years ago
- af9d10a logging: enhanced HTTPHandler by Vinay Sajip · 15 years ago
- 1b5646a Enhanced HTTPHandler documentation. by Vinay Sajip · 15 years ago
- 9907918 Removed unused, commented-out code. by Vinay Sajip · 15 years ago
- 63891ed Expanded QueueHandler documentation. by Vinay Sajip · 15 years ago
- ccb706c Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X by Victor Stinner · 15 years ago
- d8642c3 Removed debugging setting by Alexander Belopolsky · 15 years ago
- 4d77017 Issue #9315: Fix for the trace module to record correct class name by Alexander Belopolsky · 15 years ago
- dc69e72 Make test.regrtest.__file__ absolute, this was not always the case when running profile or trace, for example. (issue #9323) by Florent Xicluna · 15 years ago
- 1df1536 Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly by Antoine Pitrou · 15 years ago
- bea8ae7 get_build_version() is needed even where sys.platform != "win32". by Hirokazu Yamamoto · 15 years ago
- 4cc96a1 Cosmetic fix to project files. by Hirokazu Yamamoto · 15 years ago
- 6095435 Updated PC/VS8.0 with PCBuild/vs9to8.py. by Hirokazu Yamamoto · 15 years ago
- 68201bd Issue #9313: Use unittest.skipUnless to skip old MSVC. by Hirokazu Yamamoto · 15 years ago
- a87b383 Reenable test_ucs4 and remove some duplicated lines. by Florent Xicluna · 15 years ago
- 0f4dd9a add spaces by Benjamin Peterson · 15 years ago
- c7b1cfa remove less complete of duplicate docs by Benjamin Peterson · 15 years ago
- c985f1f remove duplicate statement by Benjamin Peterson · 15 years ago
- f28f0d9 Issue #9313: Skips test_remove_visual_c_ref on old MSVC. by Hirokazu Yamamoto · 15 years ago
- feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 15 years ago
- b2f9840 Get rid of tabs. by Georg Brandl · 15 years ago
- 0cbec57 Document changes on mbcs encoding by Victor Stinner · 15 years ago
- f172529 Put tests in more logical order. by Raymond Hettinger · 15 years ago
- c5c29c0 Use weakrefs for both forward and backward links. by Raymond Hettinger · 15 years ago
- b084b48 9806: add --extension-suffix option to python-config. by Georg Brandl · 15 years ago
- d4ac96a use return NULL; it's just as correct by Benjamin Peterson · 15 years ago
- 62d52fd - Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses by Matthias Klose · 15 years ago
- 34aa30c Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibility by Hirokazu Yamamoto · 15 years ago
- 6464d5f Issue #9837: The read() method of ZipExtFile objects (as returned by by Antoine Pitrou · 15 years ago
- 0b9489d reenable test_nis on solaris #3402 by Benjamin Peterson · 15 years ago
- 5c848a8 Isse #8589: Decode PYTHONWARNINGS from utf-8 on Mac OS X by Victor Stinner · 15 years ago
- 4c7db31 Issue #9738, #9836: Fix refleak introduced by r84704 by Victor Stinner · 15 years ago
- dc08a14 Issue #9826: Handle recursive repr in collections.OrderedDict. by Raymond Hettinger · 15 years ago
- fa11db0 Issue #9825: Replace OrderedDict.__del__() with weakrefs. by Raymond Hettinger · 15 years ago
- 9be0b2e detect non-ascii characters much earlier (plugs ref leak) by Benjamin Peterson · 15 years ago
- f13c6d8 Issue #9318: Use Py_LL for old compiler. by Hirokazu Yamamoto · 15 years ago
- 44ef774 #9608, #8518 : clarify and improve discussion of exceptions in howto. by R. David Murray · 15 years ago
- 41ece39 fix formatting by Benjamin Peterson · 15 years ago
- 568867a check for NULL tp_as_mapping in PySequence_(Get/Set/Del)Slice #9834 by Benjamin Peterson · 15 years ago
- e861598 Fix typo in option name by Éric Araujo · 15 years ago
- ca6525a Issue #9819: don't try to encode TESTFN_UNICODE on Windows by Victor Stinner · 15 years ago
- 4039aff Issue #9827: clarified LogRecord documentation. by Vinay Sajip · 15 years ago
- bd88802 Revert r84700 which had an unfortunate performance cost. by Raymond Hettinger · 15 years ago
- 5e1fdac Remove compatibility code for Python < 2.1, < 2.2 and < 2.4. by Georg Brandl · 15 years ago
- 9988b71 Add new generated file to ignoreds. by Georg Brandl · 15 years ago
- 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 15 years ago
- cd419ab Fix incorrect comment regarding MAGIC and TAG in import.c by Nick Coghlan · 15 years ago
- b55e498 Issue #767645: fix os.path.supports_unicode_filenames definition by Victor Stinner · 15 years ago
- 22b46e0 Separate positional arguments from localized globals. by Raymond Hettinger · 15 years ago
- e208b7c typo by Benjamin Peterson · 15 years ago
- d0de25d use Py_REFCNT by Benjamin Peterson · 15 years ago
- 6f7b783 Issue #9579, #9580: Oops, add the author of the patch by Victor Stinner · 15 years ago
- cb04352 Issue #9579, #9580: Fix os.confstr() for value longer than 255 bytes and encode by Victor Stinner · 15 years ago
- 1017ae5 add reduce and partial to __all__ by Benjamin Peterson · 15 years ago
- c2d76fd Issue #8589: surrogateescape error handler is not available at startup by Victor Stinner · 15 years ago
- d2be5b4 remove gil_drop_request in --without-threads by Benjamin Peterson · 15 years ago
- b4ba986 Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL() by Victor Stinner · 15 years ago
- 3d75d0c Issue #8603: Environ.data is now protected -> Environ._data by Victor Stinner · 15 years ago
- 00ebe2c use DISPATCH() instead of continue by Benjamin Peterson · 15 years ago
- d032532 add newline by Benjamin Peterson · 15 years ago
- 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 15 years ago
- 6246d6d bump magic number for DELETE_DEREF by Benjamin Peterson · 15 years ago
- ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 15 years ago
- 4785916 release() is probably not the most important method by Georg Brandl · 15 years ago
- fe7b405 The "if 1": trick seems cleaner that the one with regular expressions. by Amaury Forgeot d'Arc · 15 years ago
- 8e6b407 Issue #941346: Improve the build process under AIX and allow Python to by Antoine Pitrou · 15 years ago
- dfa9b29 Use the "if 1:" prefix so that quoted code appears nicely by Amaury Forgeot d'Arc · 15 years ago
- 4f5e298 add reference to file object by Benjamin Peterson · 15 years ago
- a4e4ae2 Followup to #4026: better patch for flock detection. by Antoine Pitrou · 15 years ago
- 66d00ad Untabify file. by Amaury Forgeot d'Arc · 15 years ago
- e8814fb As per python-dev discussion with Eli, properly document and publish dis.show_code by Nick Coghlan · 15 years ago
- c02adca Leave show_code out of __all__ and make it clear that its lack of documentation is deliberate by Nick Coghlan · 15 years ago
- 7646f7e Fix dis.__all__ for new additions to module in 3.2(spotted by Eli Bendersky) by Nick Coghlan · 15 years ago