1. b103a93 Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the by Victor Stinner · 14 years ago
  2. 6c314ec Update whatsnew about pickle optimizations by Antoine Pitrou · 14 years ago
  3. 04248a8 Issue #3873: Speed up unpickling from file objects which have a peek() method. by Antoine Pitrou · 14 years ago
  4. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 14 years ago
  5. 0518842 Make comment about SSL support more accurate by Antoine Pitrou · 14 years ago
  6. 8349031 Post-release bumps. by Georg Brandl · 14 years ago
  7. 44270f1 Add entry for r85371. by Martin v. Löwis · 14 years ago
  8. baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 14 years ago
  9. e893022 Add 3.2b1. by Martin v. Löwis · 14 years ago
  10. 1c71b2a Issue #9948: logging: fixed problem of losing filename case information. by Vinay Sajip · 14 years ago
  11. 7d03c7d Tag release 3.2a3. by Georg Brandl · 14 years ago
  12. 27a2858 Rewrap. by Georg Brandl · 14 years ago
  13. 002fa2d Bump to 3.2a3. by Georg Brandl · 14 years ago
  14. de0b4d1 Update pydoc topics. by Georg Brandl · 14 years ago
  15. dbec780 Issue #9437: Fix building C extensions with non-default LDFLAGS. by Antoine Pitrou · 14 years ago
  16. 19f8edc Issue #10062: Allow building on platforms which do not have sem_timedwait. by Antoine Pitrou · 14 years ago
  17. 1bf29b7 Some platforms provide uintptr_t in inttypes.h. Patch by Akira Kitada. by Antoine Pitrou · 14 years ago
  18. 79941b5 Fix Issue7285 - multiprocessing module, example code error. by Senthil Kumaran · 14 years ago
  19. 2f08df3 Issue #10029: Fix sample code in the docs for zip(). by Raymond Hettinger · 14 years ago
  20. 5b0e9e8 Issue #10055: Make json C89-compliant in UCS4 mode. by Antoine Pitrou · 14 years ago
  21. 8382d0f Removed duplicated method. by Vinay Sajip · 14 years ago
  22. 62165d6 Document that the 'strict' error handler is used to encode/decode filenames on by Victor Stinner · 14 years ago
  23. 257d38f Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() by Victor Stinner · 14 years ago
  24. fc8408c remove author names from prose by Benjamin Peterson · 14 years ago
  25. 8156409 Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the by Antoine Pitrou · 14 years ago
  26. 7c0a227 What's new entry for email 5.1. by R. David Murray · 14 years ago
  27. d793109 Add some debug output in verbose mode by Antoine Pitrou · 14 years ago
  28. f51d8d3 Better Python spawning primitives in test.script_helper, for by Antoine Pitrou · 14 years ago
  29. 0ee4c9f Update what's new by Antoine Pitrou · 14 years ago
  30. 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 14 years ago
  31. 59fdd67 Issue #1589: Add ssl.match_hostname(), to help implement server identity by Antoine Pitrou · 14 years ago
  32. e75bc2c Follows Python/fileutils.c addition. by Hirokazu Yamamoto · 14 years ago
  33. 54c950f Issue #9978: Wait until subprocess completes initialization. (Win32KillTests in test_os) by Hirokazu Yamamoto · 14 years ago
  34. bc95973 Fix handling on negative numbers in ast.literal_eval(). by Raymond Hettinger · 14 years ago
  35. 4f3abb0 copy_absolute() keeps the relative path on _Py_wgetcwd() failure by Victor Stinner · 14 years ago
  36. 6672d0c fileutils.c: document which encodings are used by Victor Stinner · 14 years ago
  37. 41c8b37 copy_absolute() raises a fatal error on _Py_wgetcwd() failure by Victor Stinner · 14 years ago
  38. 015f4d8 _Py_wrealpath() requires the size of the output buffer by Victor Stinner · 14 years ago
  39. a4a7595 _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows by Victor Stinner · 14 years ago
  40. b306d75 Fix fileutils for Windows by Victor Stinner · 14 years ago
  41. e7c8083 Ooops, fileutils.c contains twice the same code by Victor Stinner · 14 years ago
  42. 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago
  43. 7ae7c87 _wrealpath() and _Py_wreadlink() support surrogates (PEP 383) by Victor Stinner · 14 years ago
  44. afa88b5 Fix #8584. Fix the skipping of a number of tests due to incorrect importing. by Brian Curtin · 14 years ago
  45. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
  46. ef12810 time: fix gcc warning by Victor Stinner · 14 years ago
  47. 4726e40 Rewrite RunMainFromImporter() by Victor Stinner · 14 years ago
  48. c08ec9f Create a subfunction for PySys_SetArgvEx() by Victor Stinner · 14 years ago
  49. 7980eaa Issue #9759: GzipFile now raises ValueError when an operation is attempted by Antoine Pitrou · 14 years ago
  50. cd889af More new things in what's new by Antoine Pitrou · 14 years ago
  51. fa9c38d FakeSocket is (supposed to be) gone in 3.x by Antoine Pitrou · 14 years ago
  52. 1e2ae4f Fixes 9903: test_concurrent_futures writes on stderr by Brian Quinlan · 14 years ago
  53. 5ad8ed5 Update to Sphin 1.0.4. by Georg Brandl · 14 years ago
  54. 19b3e00 Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile. by Georg Brandl · 14 years ago
  55. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  56. fa4f7f9 Fix spelling and markup. by Georg Brandl · 14 years ago
  57. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  58. 64a41ed Copyedit of os.symlink() docs. by Georg Brandl · 14 years ago
  59. a102ae3 #10034: import readline in longer example. by Georg Brandl · 14 years ago
  60. b441554 #2982 More test coverage for the pyexpat parser. by Amaury Forgeot d'Arc · 14 years ago
  61. 90774dd #9060 Let platforms without dup2() compile the replacement fonction without error. by Amaury Forgeot d'Arc · 14 years ago
  62. c08d907 fix a typo. by Senthil Kumaran · 14 years ago
  63. 242690f Remove the references of FTPS from the urllib Documentation. There is no support for it yet. by Senthil Kumaran · 14 years ago
  64. 2f92e78 Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily. by Antoine Pitrou · 14 years ago
  65. eeed955 Indent version tags properly. by Georg Brandl · 14 years ago
  66. ef777bd Fix news entry formatting nits by Éric Araujo · 14 years ago
  67. 6108bf5 Fix interaction of custom translation classes and caching (#9042) by Éric Araujo · 14 years ago
  68. 7017616 Recode developers.txt to UTF-8, as discussed on python-dev. by Éric Araujo · 14 years ago
  69. 7b998e9 GzipFile.peek improvements, suggested by Nir Aides. by Antoine Pitrou · 14 years ago
  70. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
  71. 4c94c53 Add Tal Einat. by Martin v. Löwis · 14 years ago
  72. 331b800 Issue #9065: no longer use "root" as the default for the uname and gname field. by Lars Gustäbel · 14 years ago
  73. f580ade Remove the debugging print line from the test. by Senthil Kumaran · 14 years ago
  74. e0941c5 Fixes #10020 by Gerhard Häring · 14 years ago
  75. 58d5dbf Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). by Senthil Kumaran · 14 years ago
  76. 4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ by Senthil Kumaran · 14 years ago
  77. 388f956 typo in Arfrever name by Tarek Ziadé · 14 years ago
  78. 4bcceef Fixed #8980: distutils.command.check was failing w/ docutils installed by Tarek Ziadé · 14 years ago
  79. 84060b8 typo by Benjamin Peterson · 14 years ago
  80. 970d188 add a test and a note about metaclasses now being abcs by Benjamin Peterson · 14 years ago
  81. 5397e86 #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. by R. David Murray · 14 years ago
  82. 8f7bcb3 Make the printing of sqlite version in verbose mode work with regrtest -w. by R. David Murray · 14 years ago
  83. aef57e3 Update changelog for r85174 by Victor Stinner · 14 years ago
  84. 46c7b3b Issue #8670: Rename testcapi unicode test methods by Victor Stinner · 14 years ago
  85. ea3f305 Oops, revert unwanted _testcapi changes of r85174 by Victor Stinner · 14 years ago
  86. 749261e Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t by Victor Stinner · 14 years ago
  87. 5593d8a Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace by Victor Stinner · 14 years ago
  88. 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 14 years ago
  89. 5a2da3b Use proper variable name 'data' instead of 'str' in the send method. by Senthil Kumaran · 14 years ago
  90. 7cafd26 Fix - issue10010 .. index:: position in the docs. by Senthil Kumaran · 14 years ago
  91. aec5fd1 type.__abstractmethods__ should raise an AttributeError #10006 by Benjamin Peterson · 14 years ago
  92. ea8676b Lower the tone of the warning about SSL certificate validation. by Amaury Forgeot d'Arc · 14 years ago
  93. 70a9993 Fix docstring typo. by R. David Murray · 14 years ago
  94. 31e984c #10004: in Q encoded word ignore '=xx' when xx is not valid hex. by R. David Murray · 14 years ago
  95. 9e88b5a Fix #10003. Add SIGBREAK to the set of valid signals on Windows. by Brian Curtin · 14 years ago
  96. 38e2996 Issue #6608: time.asctime is now checking struct tm fields its input by Alexander Belopolsky · 14 years ago
  97. 0b0ebb4 Cosmetic fix for PCBuild/readme.txt. by Hirokazu Yamamoto · 14 years ago
  98. d0ffa4c Fix weird markup that caused latex to fail. by Georg Brandl · 14 years ago
  99. d2c310f Fix a couple spelling errors in comments and delete redundant __len__ def. by R. David Murray · 14 years ago
  100. 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 14 years ago