1. bc95973 Fix handling on negative numbers in ast.literal_eval(). by Raymond Hettinger · 15 years ago
  2. 4f3abb0 copy_absolute() keeps the relative path on _Py_wgetcwd() failure by Victor Stinner · 15 years ago
  3. 6672d0c fileutils.c: document which encodings are used by Victor Stinner · 15 years ago
  4. 41c8b37 copy_absolute() raises a fatal error on _Py_wgetcwd() failure by Victor Stinner · 15 years ago
  5. 015f4d8 _Py_wrealpath() requires the size of the output buffer by Victor Stinner · 15 years ago
  6. a4a7595 _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows by Victor Stinner · 15 years ago
  7. b306d75 Fix fileutils for Windows by Victor Stinner · 15 years ago
  8. e7c8083 Ooops, fileutils.c contains twice the same code by Victor Stinner · 15 years ago
  9. 4e31443 Create fileutils.c/.h by Victor Stinner · 15 years ago
  10. 7ae7c87 _wrealpath() and _Py_wreadlink() support surrogates (PEP 383) by Victor Stinner · 15 years ago
  11. afa88b5 Fix #8584. Fix the skipping of a number of tests due to incorrect importing. by Brian Curtin · 15 years ago
  12. beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 15 years ago
  13. ef12810 time: fix gcc warning by Victor Stinner · 15 years ago
  14. 4726e40 Rewrite RunMainFromImporter() by Victor Stinner · 15 years ago
  15. c08ec9f Create a subfunction for PySys_SetArgvEx() by Victor Stinner · 15 years ago
  16. 7980eaa Issue #9759: GzipFile now raises ValueError when an operation is attempted by Antoine Pitrou · 15 years ago
  17. cd889af More new things in what's new by Antoine Pitrou · 15 years ago
  18. fa9c38d FakeSocket is (supposed to be) gone in 3.x by Antoine Pitrou · 15 years ago
  19. 1e2ae4f Fixes 9903: test_concurrent_futures writes on stderr by Brian Quinlan · 15 years ago
  20. 5ad8ed5 Update to Sphin 1.0.4. by Georg Brandl · 15 years ago
  21. 19b3e00 Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile. by Georg Brandl · 15 years ago
  22. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 15 years ago
  23. fa4f7f9 Fix spelling and markup. by Georg Brandl · 15 years ago
  24. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 15 years ago
  25. 64a41ed Copyedit of os.symlink() docs. by Georg Brandl · 15 years ago
  26. a102ae3 #10034: import readline in longer example. by Georg Brandl · 15 years ago
  27. b441554 #2982 More test coverage for the pyexpat parser. by Amaury Forgeot d'Arc · 15 years ago
  28. 90774dd #9060 Let platforms without dup2() compile the replacement fonction without error. by Amaury Forgeot d'Arc · 15 years ago
  29. c08d907 fix a typo. by Senthil Kumaran · 15 years ago
  30. 242690f Remove the references of FTPS from the urllib Documentation. There is no support for it yet. by Senthil Kumaran · 15 years ago
  31. 2f92e78 Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily. by Antoine Pitrou · 15 years ago
  32. eeed955 Indent version tags properly. by Georg Brandl · 15 years ago
  33. ef777bd Fix news entry formatting nits by Éric Araujo · 15 years ago
  34. 6108bf5 Fix interaction of custom translation classes and caching (#9042) by Éric Araujo · 15 years ago
  35. 7017616 Recode developers.txt to UTF-8, as discussed on python-dev. by Éric Araujo · 15 years ago
  36. 7b998e9 GzipFile.peek improvements, suggested by Nir Aides. by Antoine Pitrou · 15 years ago
  37. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 15 years ago
  38. 4c94c53 Add Tal Einat. by Martin v. Löwis · 15 years ago
  39. 331b800 Issue #9065: no longer use "root" as the default for the uname and gname field. by Lars Gustäbel · 15 years ago
  40. f580ade Remove the debugging print line from the test. by Senthil Kumaran · 15 years ago
  41. e0941c5 Fixes #10020 by Gerhard Häring · 15 years ago
  42. 58d5dbf Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). by Senthil Kumaran · 15 years ago
  43. 4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ by Senthil Kumaran · 15 years ago
  44. 388f956 typo in Arfrever name by Tarek Ziadé · 15 years ago
  45. 4bcceef Fixed #8980: distutils.command.check was failing w/ docutils installed by Tarek Ziadé · 15 years ago
  46. 84060b8 typo by Benjamin Peterson · 15 years ago
  47. 970d188 add a test and a note about metaclasses now being abcs by Benjamin Peterson · 15 years ago
  48. 5397e86 #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. by R. David Murray · 15 years ago
  49. 8f7bcb3 Make the printing of sqlite version in verbose mode work with regrtest -w. by R. David Murray · 15 years ago
  50. aef57e3 Update changelog for r85174 by Victor Stinner · 15 years ago
  51. 46c7b3b Issue #8670: Rename testcapi unicode test methods by Victor Stinner · 15 years ago
  52. ea3f305 Oops, revert unwanted _testcapi changes of r85174 by Victor Stinner · 15 years ago
  53. 749261e Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t by Victor Stinner · 15 years ago
  54. 5593d8a Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace by Victor Stinner · 15 years ago
  55. 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 15 years ago
  56. 5a2da3b Use proper variable name 'data' instead of 'str' in the send method. by Senthil Kumaran · 15 years ago
  57. 7cafd26 Fix - issue10010 .. index:: position in the docs. by Senthil Kumaran · 15 years ago
  58. aec5fd1 type.__abstractmethods__ should raise an AttributeError #10006 by Benjamin Peterson · 15 years ago
  59. ea8676b Lower the tone of the warning about SSL certificate validation. by Amaury Forgeot d'Arc · 15 years ago
  60. 70a9993 Fix docstring typo. by R. David Murray · 15 years ago
  61. 31e984c #10004: in Q encoded word ignore '=xx' when xx is not valid hex. by R. David Murray · 15 years ago
  62. 9e88b5a Fix #10003. Add SIGBREAK to the set of valid signals on Windows. by Brian Curtin · 15 years ago
  63. 38e2996 Issue #6608: time.asctime is now checking struct tm fields its input by Alexander Belopolsky · 15 years ago
  64. 0b0ebb4 Cosmetic fix for PCBuild/readme.txt. by Hirokazu Yamamoto · 15 years ago
  65. d0ffa4c Fix weird markup that caused latex to fail. by Georg Brandl · 15 years ago
  66. d2c310f Fix a couple spelling errors in comments and delete redundant __len__ def. by R. David Murray · 15 years ago
  67. 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 15 years ago
  68. 748cace Remove an unreferenced variable. len is no longer needed. by Brian Curtin · 15 years ago
  69. c603717 Issue #9599: Further accuracy tweaks to loghelper. For an integer n that's small enough to be converted to a float without overflow, log(n) is now computed as log(float(n)), and similarly for log10. by Mark Dickinson · 15 years ago
  70. 0c0714f Add testcases from bug report #9980. by Mark Dickinson · 15 years ago
  71. 71e91a3 Fix PyUnicode_AsWideCharString(): set *size if size is not NULL by Victor Stinner · 15 years ago
  72. 15d597a test_imp: getfilesystemencoding() cannot be None anymore by Victor Stinner · 15 years ago
  73. 16004ac Use os.fsencode() to support surrogates by Victor Stinner · 15 years ago
  74. c39211f Issue #9630: Redecode filenames when setting the filesystem encoding by Victor Stinner · 15 years ago
  75. a5785b1 Fix NNTP when there's a ".netrc" file by Antoine Pitrou · 15 years ago
  76. 2620d81 Disable the usenetrc option when testing nntplib by Antoine Pitrou · 15 years ago
  77. 69ab951 Issue #9360: Cleanup and improvements to the nntplib module. The API by Antoine Pitrou · 15 years ago
  78. 926f0da Fix #9978. WINFUNCTYPE is from ctypes, not from ctypes.wintypes. by Brian Curtin · 15 years ago
  79. 79ecd76 Issue #9983: warn that urllib and httplib don't perform SSL certificate validation. by Antoine Pitrou · 15 years ago
  80. c3ed2e7 Issue #9962: GzipFile now has the peek() method. by Antoine Pitrou · 15 years ago
  81. 4c2e4fa Issue #9979: Use PyUnicode_AsWideCharString() in _ctypes module by Victor Stinner · 15 years ago
  82. b290478 Issue #9979: Use PyUnicode_AsWideCharString() in time.strftime() by Victor Stinner · 15 years ago
  83. 449057f Issue #9979: Use PyUnicode_AsWideCharString() for _locale.strcoll() by Victor Stinner · 15 years ago
  84. 255dfdb Issue #9979: Use PyUnicode_AsWideCharString() in import.c by Victor Stinner · 15 years ago
  85. 137c34c Issue #9979: Create function PyUnicode_AsWideCharString(). by Victor Stinner · 15 years ago
  86. 41a64a5 linecache.updatecache(): don't the lines into the cache on IOError by Victor Stinner · 15 years ago
  87. 78f43a7 linecache.updatecache() returns an empty list on error by Victor Stinner · 15 years ago
  88. d68d4e8 Have test_sqlite print version info when run in verbose mode. by R. David Murray · 15 years ago
  89. 11cabcf #7110: have regrtest print test failures and tracebacks to stderr not stdout. by R. David Murray · 15 years ago
  90. c663b58 Give a dedicated page to memoryview objects, so that they can be part by Antoine Pitrou · 15 years ago
  91. f7ba2fa Buffers are not sequence objects (!). Put them in the abstract objects layers by Antoine Pitrou · 15 years ago
  92. 99a00a4 Various improvements to the docs of the buffer API by Antoine Pitrou · 15 years ago
  93. b78b489 #9628: fix runtests.sh -x option so more than one test can be excluded. by R. David Murray · 15 years ago
  94. c8f0196 Fix compilation under Windows by Antoine Pitrou · 15 years ago
  95. a0b6873 Discourage use of the old buffer API funcs by Antoine Pitrou · 15 years ago
  96. 3e1fd27 Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN, by Antoine Pitrou · 15 years ago
  97. cc868d4 Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers) by Hirokazu Yamamoto · 15 years ago
  98. 7405c20 Updated PC/VC6 openssl build script. (for openssl-1.0.0a) by Hirokazu Yamamoto · 15 years ago
  99. 313dab4 Now perl path with spaces can be used. by Hirokazu Yamamoto · 15 years ago
  100. 57b4163 Reverted to r70917. by Hirokazu Yamamoto · 15 years ago