- 27a2858 Rewrap. by Georg Brandl · 15 years ago v3.2a3
- 002fa2d Bump to 3.2a3. by Georg Brandl · 15 years ago
- de0b4d1 Update pydoc topics. by Georg Brandl · 15 years ago
- dbec780 Issue #9437: Fix building C extensions with non-default LDFLAGS. by Antoine Pitrou · 15 years ago
- 19f8edc Issue #10062: Allow building on platforms which do not have sem_timedwait. by Antoine Pitrou · 15 years ago
- 1bf29b7 Some platforms provide uintptr_t in inttypes.h. Patch by Akira Kitada. by Antoine Pitrou · 15 years ago
- 79941b5 Fix Issue7285 - multiprocessing module, example code error. by Senthil Kumaran · 15 years ago
- 2f08df3 Issue #10029: Fix sample code in the docs for zip(). by Raymond Hettinger · 15 years ago
- 5b0e9e8 Issue #10055: Make json C89-compliant in UCS4 mode. by Antoine Pitrou · 15 years ago
- 8382d0f Removed duplicated method. by Vinay Sajip · 15 years ago
- 62165d6 Document that the 'strict' error handler is used to encode/decode filenames on by Victor Stinner · 15 years ago
- 257d38f Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() by Victor Stinner · 15 years ago
- fc8408c remove author names from prose by Benjamin Peterson · 15 years ago
- 8156409 Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the by Antoine Pitrou · 15 years ago
- 7c0a227 What's new entry for email 5.1. by R. David Murray · 15 years ago
- d793109 Add some debug output in verbose mode by Antoine Pitrou · 15 years ago
- f51d8d3 Better Python spawning primitives in test.script_helper, for by Antoine Pitrou · 15 years ago
- 0ee4c9f Update what's new by Antoine Pitrou · 15 years ago
- 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 15 years ago
- 59fdd67 Issue #1589: Add ssl.match_hostname(), to help implement server identity by Antoine Pitrou · 15 years ago
- e75bc2c Follows Python/fileutils.c addition. by Hirokazu Yamamoto · 15 years ago
- 54c950f Issue #9978: Wait until subprocess completes initialization. (Win32KillTests in test_os) by Hirokazu Yamamoto · 15 years ago
- bc95973 Fix handling on negative numbers in ast.literal_eval(). by Raymond Hettinger · 15 years ago
- 4f3abb0 copy_absolute() keeps the relative path on _Py_wgetcwd() failure by Victor Stinner · 15 years ago
- 6672d0c fileutils.c: document which encodings are used by Victor Stinner · 15 years ago
- 41c8b37 copy_absolute() raises a fatal error on _Py_wgetcwd() failure by Victor Stinner · 15 years ago
- 015f4d8 _Py_wrealpath() requires the size of the output buffer by Victor Stinner · 15 years ago
- a4a7595 _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows by Victor Stinner · 15 years ago
- b306d75 Fix fileutils for Windows by Victor Stinner · 15 years ago
- e7c8083 Ooops, fileutils.c contains twice the same code by Victor Stinner · 15 years ago
- 4e31443 Create fileutils.c/.h by Victor Stinner · 15 years ago
- 7ae7c87 _wrealpath() and _Py_wreadlink() support surrogates (PEP 383) by Victor Stinner · 15 years ago
- afa88b5 Fix #8584. Fix the skipping of a number of tests due to incorrect importing. by Brian Curtin · 15 years ago
- beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 15 years ago
- ef12810 time: fix gcc warning by Victor Stinner · 15 years ago
- 4726e40 Rewrite RunMainFromImporter() by Victor Stinner · 15 years ago
- c08ec9f Create a subfunction for PySys_SetArgvEx() by Victor Stinner · 15 years ago
- 7980eaa Issue #9759: GzipFile now raises ValueError when an operation is attempted by Antoine Pitrou · 15 years ago
- cd889af More new things in what's new by Antoine Pitrou · 15 years ago
- fa9c38d FakeSocket is (supposed to be) gone in 3.x by Antoine Pitrou · 15 years ago
- 1e2ae4f Fixes 9903: test_concurrent_futures writes on stderr by Brian Quinlan · 15 years ago
- 5ad8ed5 Update to Sphin 1.0.4. by Georg Brandl · 15 years ago
- 19b3e00 Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile. by Georg Brandl · 15 years ago
- 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 15 years ago
- fa4f7f9 Fix spelling and markup. by Georg Brandl · 15 years ago
- 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 15 years ago
- 64a41ed Copyedit of os.symlink() docs. by Georg Brandl · 15 years ago
- a102ae3 #10034: import readline in longer example. by Georg Brandl · 15 years ago
- b441554 #2982 More test coverage for the pyexpat parser. by Amaury Forgeot d'Arc · 15 years ago
- 90774dd #9060 Let platforms without dup2() compile the replacement fonction without error. by Amaury Forgeot d'Arc · 15 years ago
- c08d907 fix a typo. by Senthil Kumaran · 15 years ago
- 242690f Remove the references of FTPS from the urllib Documentation. There is no support for it yet. by Senthil Kumaran · 15 years ago
- 2f92e78 Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily. by Antoine Pitrou · 15 years ago
- eeed955 Indent version tags properly. by Georg Brandl · 15 years ago
- ef777bd Fix news entry formatting nits by Éric Araujo · 15 years ago
- 6108bf5 Fix interaction of custom translation classes and caching (#9042) by Éric Araujo · 15 years ago
- 7017616 Recode developers.txt to UTF-8, as discussed on python-dev. by Éric Araujo · 15 years ago
- 7b998e9 GzipFile.peek improvements, suggested by Nir Aides. by Antoine Pitrou · 15 years ago
- 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 15 years ago
- 4c94c53 Add Tal Einat. by Martin v. Löwis · 15 years ago
- 331b800 Issue #9065: no longer use "root" as the default for the uname and gname field. by Lars Gustäbel · 15 years ago
- f580ade Remove the debugging print line from the test. by Senthil Kumaran · 15 years ago
- e0941c5 Fixes #10020 by Gerhard Häring · 15 years ago
- 58d5dbf Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). by Senthil Kumaran · 15 years ago
- 4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ by Senthil Kumaran · 15 years ago
- 388f956 typo in Arfrever name by Tarek Ziadé · 15 years ago
- 4bcceef Fixed #8980: distutils.command.check was failing w/ docutils installed by Tarek Ziadé · 15 years ago
- 84060b8 typo by Benjamin Peterson · 15 years ago
- 970d1887 add a test and a note about metaclasses now being abcs by Benjamin Peterson · 15 years ago
- 5397e86 #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. by R. David Murray · 15 years ago
- 8f7bcb3 Make the printing of sqlite version in verbose mode work with regrtest -w. by R. David Murray · 15 years ago
- aef57e3 Update changelog for r85174 by Victor Stinner · 15 years ago
- 46c7b3b Issue #8670: Rename testcapi unicode test methods by Victor Stinner · 15 years ago
- ea3f305 Oops, revert unwanted _testcapi changes of r85174 by Victor Stinner · 15 years ago
- 749261e Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t by Victor Stinner · 15 years ago
- 5593d8a Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace by Victor Stinner · 15 years ago
- 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 15 years ago
- 5a2da3b Use proper variable name 'data' instead of 'str' in the send method. by Senthil Kumaran · 15 years ago
- 7cafd26 Fix - issue10010 .. index:: position in the docs. by Senthil Kumaran · 15 years ago
- aec5fd1 type.__abstractmethods__ should raise an AttributeError #10006 by Benjamin Peterson · 15 years ago
- ea8676b Lower the tone of the warning about SSL certificate validation. by Amaury Forgeot d'Arc · 15 years ago
- 70a9993 Fix docstring typo. by R. David Murray · 15 years ago
- 31e984c #10004: in Q encoded word ignore '=xx' when xx is not valid hex. by R. David Murray · 15 years ago
- 9e88b5a Fix #10003. Add SIGBREAK to the set of valid signals on Windows. by Brian Curtin · 15 years ago
- 38e2996 Issue #6608: time.asctime is now checking struct tm fields its input by Alexander Belopolsky · 15 years ago
- 0b0ebb4 Cosmetic fix for PCBuild/readme.txt. by Hirokazu Yamamoto · 15 years ago
- d0ffa4c Fix weird markup that caused latex to fail. by Georg Brandl · 15 years ago
- d2c310f Fix a couple spelling errors in comments and delete redundant __len__ def. by R. David Murray · 15 years ago
- 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 15 years ago
- 748cace Remove an unreferenced variable. len is no longer needed. by Brian Curtin · 15 years ago
- 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
- 0c0714f Add testcases from bug report #9980. by Mark Dickinson · 15 years ago
- 71e91a3 Fix PyUnicode_AsWideCharString(): set *size if size is not NULL by Victor Stinner · 15 years ago
- 15d597a test_imp: getfilesystemencoding() cannot be None anymore by Victor Stinner · 15 years ago
- 16004ac Use os.fsencode() to support surrogates by Victor Stinner · 15 years ago
- c39211f Issue #9630: Redecode filenames when setting the filesystem encoding by Victor Stinner · 15 years ago
- a5785b1 Fix NNTP when there's a ".netrc" file by Antoine Pitrou · 15 years ago
- 2620d81 Disable the usenetrc option when testing nntplib by Antoine Pitrou · 15 years ago
- 69ab951 Issue #9360: Cleanup and improvements to the nntplib module. The API by Antoine Pitrou · 15 years ago
- 926f0da Fix #9978. WINFUNCTYPE is from ctypes, not from ctypes.wintypes. by Brian Curtin · 15 years ago