- 90bbaa5 Issue #9992: On Mac OS X, decode command line arguments from utf-8 instead of by Victor Stinner · 14 years ago
- eb1410f constify to appease compiler warnings by Benjamin Peterson · 14 years ago
- 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
- aa96592 remove obselete import implementation #7287 by Benjamin Peterson · 14 years ago
- 6003ff7 Protect test_smtpnet against connection failures by Antoine Pitrou · 14 years ago
- d4958c2 Followup to #9437: since LDFLAGS is now appended to LDSHARED in the Makefile, by Antoine Pitrou · 14 years ago
- 834bd81 Issue #10041: The signature of optional arguments in socket.makefile() by Antoine Pitrou · 14 years ago
- f2b1909 Ignoring personal settings for Wing 3 project file by Michael Foord · 14 years ago
- fc33818 Adding Wing IDE version 4 project file by Michael Foord · 14 years ago
- fc113ee Define a "session_id_context" at context creation. This is recommended by Antoine Pitrou · 14 years ago
- 48e00f3 Use PROTOCOL_SSLv23 in the test HTTPS server, in an attempt to appease the old Gentoo buildbot by Antoine Pitrou · 14 years ago
- 84fa431 Print out socket errors in HTTPS server thread by Antoine Pitrou · 14 years ago
- 05d936d Let test_ssl fail gracefully if ssl support is not available by Antoine Pitrou · 14 years ago
- f26f87e Run a simple HTTPS server when Lib/test/ssl_servers.py is run as __main__ by Antoine Pitrou · 14 years ago
- a000645 ceval.c: catch recursion error on _PyUnicode_AsString(co->co_filename) by Victor Stinner · 14 years ago
- 8060399 Typo. It is rather obvious that this code isn't tested :/ by Antoine Pitrou · 14 years ago
- 1ab19ca Fix grammar by Antoine Pitrou · 14 years ago
- 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
- 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
- 2501aca fix compliation on NetBSD by Gregory P. Smith · 14 years ago
- d2e948d Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
- 2c3563f Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
- 5acec04 Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
- 28f96b5 Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
- 01e3979 account for the module __dict__ being cleared when its module is by Benjamin Peterson · 14 years ago
- 73a3f2d fix spelling #10078 by Benjamin Peterson · 14 years ago
- 5c4bfc4 prefer clearing global objects to obscure module.__dict__ bugs #10068 by Benjamin Peterson · 14 years ago
- 11b1f3d NEWS: Move #6612 to Library section by Victor Stinner · 14 years ago
- 06bca9a #6612: add the author of the patch (W. Trevor King) by Victor Stinner · 14 years ago
- b103a93 Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the by Victor Stinner · 14 years ago
- 6c314ec Update whatsnew about pickle optimizations by Antoine Pitrou · 14 years ago
- 04248a8 Issue #3873: Speed up unpickling from file objects which have a peek() method. by Antoine Pitrou · 14 years ago
- b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 14 years ago
- 0518842 Make comment about SSL support more accurate by Antoine Pitrou · 14 years ago
- 8349031 Post-release bumps. by Georg Brandl · 14 years ago
- 44270f1 Add entry for r85371. by Martin v. Löwis · 14 years ago
- baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 14 years ago
- e893022 Add 3.2b1. by Martin v. Löwis · 14 years ago
- 1c71b2a Issue #9948: logging: fixed problem of losing filename case information. by Vinay Sajip · 14 years ago
- 7d03c7d Tag release 3.2a3. by Georg Brandl · 14 years ago
- 27a2858 Rewrap. by Georg Brandl · 14 years ago
- 002fa2d Bump to 3.2a3. by Georg Brandl · 14 years ago
- de0b4d1 Update pydoc topics. by Georg Brandl · 14 years ago
- dbec780 Issue #9437: Fix building C extensions with non-default LDFLAGS. by Antoine Pitrou · 14 years ago
- 19f8edc Issue #10062: Allow building on platforms which do not have sem_timedwait. by Antoine Pitrou · 14 years ago
- 1bf29b7 Some platforms provide uintptr_t in inttypes.h. Patch by Akira Kitada. by Antoine Pitrou · 14 years ago
- 79941b5 Fix Issue7285 - multiprocessing module, example code error. by Senthil Kumaran · 14 years ago
- 2f08df3 Issue #10029: Fix sample code in the docs for zip(). by Raymond Hettinger · 14 years ago
- 5b0e9e8 Issue #10055: Make json C89-compliant in UCS4 mode. by Antoine Pitrou · 14 years ago
- 8382d0f Removed duplicated method. by Vinay Sajip · 14 years ago
- 62165d6 Document that the 'strict' error handler is used to encode/decode filenames on by Victor Stinner · 14 years ago
- 257d38f Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() by Victor Stinner · 14 years ago
- fc8408c remove author names from prose by Benjamin Peterson · 14 years ago
- 8156409 Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the by Antoine Pitrou · 14 years ago
- 7c0a227 What's new entry for email 5.1. by R. David Murray · 14 years ago
- d793109 Add some debug output in verbose mode by Antoine Pitrou · 14 years ago
- f51d8d3 Better Python spawning primitives in test.script_helper, for by Antoine Pitrou · 14 years ago
- 0ee4c9f Update what's new by Antoine Pitrou · 14 years ago
- 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 14 years ago
- 59fdd67 Issue #1589: Add ssl.match_hostname(), to help implement server identity by Antoine Pitrou · 14 years ago
- e75bc2c Follows Python/fileutils.c addition. by Hirokazu Yamamoto · 14 years ago
- 54c950f Issue #9978: Wait until subprocess completes initialization. (Win32KillTests in test_os) by Hirokazu Yamamoto · 14 years ago
- bc95973 Fix handling on negative numbers in ast.literal_eval(). by Raymond Hettinger · 14 years ago
- 4f3abb0 copy_absolute() keeps the relative path on _Py_wgetcwd() failure by Victor Stinner · 14 years ago
- 6672d0c fileutils.c: document which encodings are used by Victor Stinner · 14 years ago
- 41c8b37 copy_absolute() raises a fatal error on _Py_wgetcwd() failure by Victor Stinner · 14 years ago
- 015f4d8 _Py_wrealpath() requires the size of the output buffer by Victor Stinner · 14 years ago
- a4a7595 _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows by Victor Stinner · 14 years ago
- b306d75 Fix fileutils for Windows by Victor Stinner · 14 years ago
- e7c8083 Ooops, fileutils.c contains twice the same code by Victor Stinner · 14 years ago
- 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago
- 7ae7c87 _wrealpath() and _Py_wreadlink() support surrogates (PEP 383) by Victor Stinner · 14 years ago
- afa88b5 Fix #8584. Fix the skipping of a number of tests due to incorrect importing. by Brian Curtin · 14 years ago
- beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
- ef12810 time: fix gcc warning by Victor Stinner · 14 years ago
- 4726e40 Rewrite RunMainFromImporter() by Victor Stinner · 14 years ago
- c08ec9f Create a subfunction for PySys_SetArgvEx() by Victor Stinner · 14 years ago
- 7980eaa Issue #9759: GzipFile now raises ValueError when an operation is attempted by Antoine Pitrou · 14 years ago
- cd889af More new things in what's new by Antoine Pitrou · 14 years ago
- fa9c38d FakeSocket is (supposed to be) gone in 3.x by Antoine Pitrou · 14 years ago
- 1e2ae4f Fixes 9903: test_concurrent_futures writes on stderr by Brian Quinlan · 14 years ago
- 5ad8ed5 Update to Sphin 1.0.4. by Georg Brandl · 14 years ago
- 19b3e00 Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile. by Georg Brandl · 14 years ago
- 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
- fa4f7f9 Fix spelling and markup. by Georg Brandl · 14 years ago
- 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
- 64a41ed Copyedit of os.symlink() docs. by Georg Brandl · 14 years ago
- a102ae3 #10034: import readline in longer example. by Georg Brandl · 14 years ago
- b441554 #2982 More test coverage for the pyexpat parser. by Amaury Forgeot d'Arc · 14 years ago
- 90774dd #9060 Let platforms without dup2() compile the replacement fonction without error. by Amaury Forgeot d'Arc · 14 years ago
- c08d907 fix a typo. by Senthil Kumaran · 14 years ago
- 242690f Remove the references of FTPS from the urllib Documentation. There is no support for it yet. by Senthil Kumaran · 14 years ago
- 2f92e78 Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily. by Antoine Pitrou · 14 years ago
- eeed955 Indent version tags properly. by Georg Brandl · 14 years ago
- ef777bd Fix news entry formatting nits by Éric Araujo · 14 years ago
- 6108bf5 Fix interaction of custom translation classes and caching (#9042) by Éric Araujo · 14 years ago
- 7017616 Recode developers.txt to UTF-8, as discussed on python-dev. by Éric Araujo · 14 years ago
- 7b998e9 GzipFile.peek improvements, suggested by Nir Aides. by Antoine Pitrou · 14 years ago
- 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
- 4c94c53 Add Tal Einat. by Martin v. Löwis · 14 years ago