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