- 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
- 970d188 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
- 79ecd76 Issue #9983: warn that urllib and httplib don't perform SSL certificate validation. by Antoine Pitrou · 15 years ago
- c3ed2e7 Issue #9962: GzipFile now has the peek() method. by Antoine Pitrou · 15 years ago
- 4c2e4fa Issue #9979: Use PyUnicode_AsWideCharString() in _ctypes module by Victor Stinner · 15 years ago
- b290478 Issue #9979: Use PyUnicode_AsWideCharString() in time.strftime() by Victor Stinner · 15 years ago
- 449057f Issue #9979: Use PyUnicode_AsWideCharString() for _locale.strcoll() by Victor Stinner · 15 years ago
- 255dfdb Issue #9979: Use PyUnicode_AsWideCharString() in import.c by Victor Stinner · 15 years ago
- 137c34c Issue #9979: Create function PyUnicode_AsWideCharString(). by Victor Stinner · 15 years ago
- 41a64a5 linecache.updatecache(): don't the lines into the cache on IOError by Victor Stinner · 15 years ago
- 78f43a7 linecache.updatecache() returns an empty list on error by Victor Stinner · 15 years ago
- d68d4e8 Have test_sqlite print version info when run in verbose mode. by R. David Murray · 15 years ago
- 11cabcf #7110: have regrtest print test failures and tracebacks to stderr not stdout. by R. David Murray · 15 years ago
- c663b58 Give a dedicated page to memoryview objects, so that they can be part by Antoine Pitrou · 15 years ago
- f7ba2fa Buffers are not sequence objects (!). Put them in the abstract objects layers by Antoine Pitrou · 15 years ago
- 99a00a4 Various improvements to the docs of the buffer API by Antoine Pitrou · 15 years ago
- b78b489 #9628: fix runtests.sh -x option so more than one test can be excluded. by R. David Murray · 15 years ago
- c8f0196 Fix compilation under Windows by Antoine Pitrou · 15 years ago
- a0b6873 Discourage use of the old buffer API funcs by Antoine Pitrou · 15 years ago
- 3e1fd27 Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN, by Antoine Pitrou · 15 years ago
- cc868d4 Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers) by Hirokazu Yamamoto · 15 years ago
- 7405c20 Updated PC/VC6 openssl build script. (for openssl-1.0.0a) by Hirokazu Yamamoto · 15 years ago
- 313dab4 Now perl path with spaces can be used. by Hirokazu Yamamoto · 15 years ago
- 57b4163 Reverted to r70917. by Hirokazu Yamamoto · 15 years ago