1. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago
  2. f4061da _Py_wgetcwd() decodes the path using _Py_char2wchar() to support surrogates by Victor Stinner · 14 years ago
  3. 22a351a Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file by Victor Stinner · 14 years ago
  4. 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 14 years ago
  5. 6d7be5f Add make variable to allow testing of different interpreter flags in buildbot runs by Antoine Pitrou · 14 years ago
  6. 1b03f2c Inherit interpreter flags in parallel testing by Antoine Pitrou · 14 years ago
  7. 9a6692f Py_Main() uses _Py_wchar2char() to encode the filename in error messages by Victor Stinner · 14 years ago
  8. 89f3ad1 test_subprocess doesn't need to C locale to test os.environb by Victor Stinner · 14 years ago
  9. ebc78d2 test_subprocess: use C locale to get ascii locale encoding by Victor Stinner · 14 years ago
  10. f5247e3 #9964: fix running test_cmd_line_script under -O and -OO. by Georg Brandl · 14 years ago
  11. 1463a3f #9964: fix running test_compileall under -O and -OO. by Georg Brandl · 14 years ago
  12. 1c2a7b7 Better check for "any optimize option given". by Georg Brandl · 14 years ago
  13. f99a15c #9964: fix running test_xml_etree under -OO. by Georg Brandl · 14 years ago
  14. cbeb9fa #9964: fix lib2to3 fixer fix_operator when running under -OO. by Georg Brandl · 14 years ago
  15. fb3c84a #9964: fix running test_import under -O or -OO. by Georg Brandl · 14 years ago
  16. ebbf63b #9964: Fix failure of test_dis under -OO. by Georg Brandl · 14 years ago
  17. f93390a Remove unused imports. by Georg Brandl · 14 years ago
  18. 9e7dbc8 #9964: fix pdb failure to import under -OO. Warn the user that help is simply not available in this case. by Georg Brandl · 14 years ago
  19. 66c221e #9418: first step of moving private string methods to _string module. by Georg Brandl · 14 years ago
  20. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 14 years ago
  21. 77658bd Mention 2to3. by Georg Brandl · 14 years ago
  22. 539c165 #6825: small correction to split() docs. by Georg Brandl · 14 years ago
  23. 7c4cad5 #10046: small correction to atexit docs. by Georg Brandl · 14 years ago
  24. 4eb6597 #3865: add note about benchmarking with profilers, and move licensing stuff to bottom of document. by Georg Brandl · 14 years ago
  25. 8f7b427 #7642: update to os.system() docs. by Georg Brandl · 14 years ago
  26. a62cbf7 Fix (hopefully) occasional failures in test_threaded_import. by Antoine Pitrou · 14 years ago
  27. d24fc5d test_sys: Remove workaround #8611 by Victor Stinner · 14 years ago
  28. 052a04d Revert r85435 (and r85440): decode command line arguments from utf-8 by Victor Stinner · 14 years ago
  29. 59a289d Issue 9005: Removed dead code. by Alexander Belopolsky · 14 years ago
  30. a213509 main(): catch PyUnicode_FromString() failure (exit) by Victor Stinner · 14 years ago
  31. ee85a1d put PYTHONIOENCODING in man page by Benjamin Peterson · 14 years ago
  32. 90bbaa5 Issue #9992: On Mac OS X, decode command line arguments from utf-8 instead of by Victor Stinner · 14 years ago
  33. eb1410f constify to appease compiler warnings by Benjamin Peterson · 14 years ago
  34. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  35. aa96592 remove obselete import implementation #7287 by Benjamin Peterson · 14 years ago
  36. 6003ff7 Protect test_smtpnet against connection failures by Antoine Pitrou · 14 years ago
  37. d4958c2 Followup to #9437: since LDFLAGS is now appended to LDSHARED in the Makefile, by Antoine Pitrou · 14 years ago
  38. 834bd81 Issue #10041: The signature of optional arguments in socket.makefile() by Antoine Pitrou · 14 years ago
  39. f2b1909 Ignoring personal settings for Wing 3 project file by Michael Foord · 14 years ago
  40. fc33818 Adding Wing IDE version 4 project file by Michael Foord · 14 years ago
  41. fc113ee Define a "session_id_context" at context creation. This is recommended by Antoine Pitrou · 14 years ago
  42. 48e00f3 Use PROTOCOL_SSLv23 in the test HTTPS server, in an attempt to appease the old Gentoo buildbot by Antoine Pitrou · 14 years ago
  43. 84fa431 Print out socket errors in HTTPS server thread by Antoine Pitrou · 14 years ago
  44. 05d936d Let test_ssl fail gracefully if ssl support is not available by Antoine Pitrou · 14 years ago
  45. f26f87e Run a simple HTTPS server when Lib/test/ssl_servers.py is run as __main__ by Antoine Pitrou · 14 years ago
  46. a000645 ceval.c: catch recursion error on _PyUnicode_AsString(co->co_filename) by Victor Stinner · 14 years ago
  47. 8060399 Typo. It is rather obvious that this code isn't tested :/ by Antoine Pitrou · 14 years ago
  48. 1ab19ca Fix grammar by Antoine Pitrou · 14 years ago
  49. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  50. bd4dacb Fix compile on NetBSD 5.0 (or anything else using an old 0.9.9-dev OpenSSL). by Gregory P. Smith · 14 years ago
  51. 2501aca fix compliation on NetBSD by Gregory P. Smith · 14 years ago
  52. d2e948d Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
  53. 2c3563f Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
  54. 5acec04 Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
  55. 28f96b5 Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
  56. 01e3979 account for the module __dict__ being cleared when its module is by Benjamin Peterson · 14 years ago
  57. 73a3f2d fix spelling #10078 by Benjamin Peterson · 14 years ago
  58. 5c4bfc4 prefer clearing global objects to obscure module.__dict__ bugs #10068 by Benjamin Peterson · 14 years ago
  59. 11b1f3d NEWS: Move #6612 to Library section by Victor Stinner · 14 years ago
  60. 06bca9a #6612: add the author of the patch (W. Trevor King) by Victor Stinner · 14 years ago
  61. b103a93 Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the by Victor Stinner · 14 years ago
  62. 6c314ec Update whatsnew about pickle optimizations by Antoine Pitrou · 14 years ago
  63. 04248a8 Issue #3873: Speed up unpickling from file objects which have a peek() method. by Antoine Pitrou · 14 years ago
  64. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 14 years ago
  65. 0518842 Make comment about SSL support more accurate by Antoine Pitrou · 14 years ago
  66. 8349031 Post-release bumps. by Georg Brandl · 14 years ago
  67. 44270f1 Add entry for r85371. by Martin v. Löwis · 14 years ago
  68. baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 14 years ago
  69. e893022 Add 3.2b1. by Martin v. Löwis · 14 years ago
  70. 1c71b2a Issue #9948: logging: fixed problem of losing filename case information. by Vinay Sajip · 14 years ago
  71. 7d03c7d Tag release 3.2a3. by Georg Brandl · 14 years ago
  72. 27a2858 Rewrap. by Georg Brandl · 14 years ago
  73. 002fa2d Bump to 3.2a3. by Georg Brandl · 14 years ago
  74. de0b4d1 Update pydoc topics. by Georg Brandl · 14 years ago
  75. dbec780 Issue #9437: Fix building C extensions with non-default LDFLAGS. by Antoine Pitrou · 14 years ago
  76. 19f8edc Issue #10062: Allow building on platforms which do not have sem_timedwait. by Antoine Pitrou · 14 years ago
  77. 1bf29b7 Some platforms provide uintptr_t in inttypes.h. Patch by Akira Kitada. by Antoine Pitrou · 14 years ago
  78. 79941b5 Fix Issue7285 - multiprocessing module, example code error. by Senthil Kumaran · 14 years ago
  79. 2f08df3 Issue #10029: Fix sample code in the docs for zip(). by Raymond Hettinger · 14 years ago
  80. 5b0e9e8 Issue #10055: Make json C89-compliant in UCS4 mode. by Antoine Pitrou · 14 years ago
  81. 8382d0f Removed duplicated method. by Vinay Sajip · 14 years ago
  82. 62165d6 Document that the 'strict' error handler is used to encode/decode filenames on by Victor Stinner · 14 years ago
  83. 257d38f Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() by Victor Stinner · 14 years ago
  84. fc8408c remove author names from prose by Benjamin Peterson · 14 years ago
  85. 8156409 Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the by Antoine Pitrou · 14 years ago
  86. 7c0a227 What's new entry for email 5.1. by R. David Murray · 14 years ago
  87. d793109 Add some debug output in verbose mode by Antoine Pitrou · 14 years ago
  88. f51d8d3 Better Python spawning primitives in test.script_helper, for by Antoine Pitrou · 14 years ago
  89. 0ee4c9f Update what's new by Antoine Pitrou · 14 years ago
  90. 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 14 years ago
  91. 59fdd67 Issue #1589: Add ssl.match_hostname(), to help implement server identity by Antoine Pitrou · 14 years ago
  92. e75bc2c Follows Python/fileutils.c addition. by Hirokazu Yamamoto · 14 years ago
  93. 54c950f Issue #9978: Wait until subprocess completes initialization. (Win32KillTests in test_os) by Hirokazu Yamamoto · 14 years ago
  94. bc95973 Fix handling on negative numbers in ast.literal_eval(). by Raymond Hettinger · 14 years ago
  95. 4f3abb0 copy_absolute() keeps the relative path on _Py_wgetcwd() failure by Victor Stinner · 14 years ago
  96. 6672d0c fileutils.c: document which encodings are used by Victor Stinner · 14 years ago
  97. 41c8b37 copy_absolute() raises a fatal error on _Py_wgetcwd() failure by Victor Stinner · 14 years ago
  98. 015f4d8 _Py_wrealpath() requires the size of the output buffer by Victor Stinner · 14 years ago
  99. a4a7595 _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows by Victor Stinner · 14 years ago
  100. b306d75 Fix fileutils for Windows by Victor Stinner · 14 years ago