2010-10-13 |
Antoine Pitrou | Typo. It is rather obvious that this code isn't tested :/ |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Antoine Pitrou | Fix grammar |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Antoine Pitrou | Issue #9003: http.client.HTTPSConnection, urllib.reques... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Gregory P.... | Fix compile on NetBSD 5.0 (or anything else using an... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Gregory P.... | fix compliation on NetBSD |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Brian Curtin | Implement #7944. Use `with` throughout the test suite. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Brian Curtin | Implement #7944. Use `with` throughout the test suite. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Brian Curtin | Implement #7944. Use `with` throughout the test suite. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Brian Curtin | Implement #7944. Use `with` throughout the test suite. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Benjamin Peterson | account for the module __dict__ being cleared when... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Benjamin Peterson | fix spelling #10078 |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Benjamin Peterson | prefer clearing global objects to obscure module.__dict... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Victor Stinner | NEWS: Move #6612 to Library section |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Victor Stinner | #6612: add the author of the patch (W. Trevor King) |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Victor Stinner | Issue #6612: Fix site and sysconfig to catch os.getcwd... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Antoine Pitrou | Update whatsnew about pickle optimizations |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Antoine Pitrou | Issue #3873: Speed up unpickling from file objects... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Antoine Pitrou | Issue #10075: Add a session_stats() method to SSLContex... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Antoine Pitrou | Make comment about SSL support more accurate |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Georg Brandl | Post-release bumps. |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Martin v. Löwis | Add entry for r85371. |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Martin v. Löwis | Upgrade to Unicode 6.0.0. |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Martin v. Löwis | Add 3.2b1. |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Vinay Sajip | Issue #9948: logging: fixed problem of losing filename... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Georg Brandl | Tag release 3.2a3. |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Georg Brandl | Rewrap. v3.2a3 |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Georg Brandl | Bump to 3.2a3. |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Georg Brandl | Update pydoc topics. |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Antoine Pitrou | Issue #9437: Fix building C extensions with non-default... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Antoine Pitrou | Issue #10062: Allow building on platforms which do... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Antoine Pitrou | Some platforms provide uintptr_t in inttypes.h. Patch by |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Senthil Kumaran | Fix Issue7285 - multiprocessing module, example code... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Raymond Hettinger | Issue #10029: Fix sample code in the docs for zip(). |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Antoine Pitrou | Issue #10055: Make json C89-compliant in UCS4 mode. |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Vinay Sajip | Removed duplicated method. |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Victor Stinner | Document that the 'strict' error handler is used to... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Victor Stinner | Issue #9738: Document PyErr_SetString() and PyErr_SetFr... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Benjamin Peterson | remove author names from prose |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Antoine Pitrou | Issue #1051: Add a script (Lib/test/make_ssl_certs... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
R. David Murray | What's new entry for email 5.1. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Antoine Pitrou | Add some debug output in verbose mode |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Antoine Pitrou | Better Python spawning primitives in test.script_helper... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Antoine Pitrou | Update what's new |
commit | commitdiff | tree | snapshot |
2010-10-08 |
R. David Murray | #4661: add bytes parsing and generation to email (email... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Antoine Pitrou | Issue #1589: Add ssl.match_hostname(), to help implemen... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Hirokazu Yamamoto | Follows Python/fileutils.c addition. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Hirokazu Yamamoto | Issue #9978: Wait until subprocess completes initializa... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Raymond Hettinger | Fix handling on negative numbers in ast.literal_eval(). |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Victor Stinner | copy_absolute() keeps the relative path on _Py_wgetcwd... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Victor Stinner | fileutils.c: document which encodings are used |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Victor Stinner | copy_absolute() raises a fatal error on _Py_wgetcwd... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Victor Stinner | _Py_wrealpath() requires the size of the output buffer |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Victor Stinner | _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharS... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Victor Stinner | Fix fileutils for Windows |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Victor Stinner | Ooops, fileutils.c contains twice the same code |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Victor Stinner | Create fileutils.c/.h |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Victor Stinner | _wrealpath() and _Py_wreadlink() support surrogates... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Brian Curtin | Fix #8584. Fix the skipping of a number of tests due... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Victor Stinner | PyUnicode_AsWideCharString() takes a PyObject*, not... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Victor Stinner | time: fix gcc warning |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Victor Stinner | Rewrite RunMainFromImporter() |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Victor Stinner | Create a subfunction for PySys_SetArgvEx() |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Antoine Pitrou | Issue #9759: GzipFile now raises ValueError when an... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Antoine Pitrou | More new things in what's new |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Antoine Pitrou | FakeSocket is (supposed to be) gone in 3.x |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Brian Quinlan | Fixes 9903: test_concurrent_futures writes on stderr |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Georg Brandl | Update to Sphin 1.0.4. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Georg Brandl | Fix the suspicious builder not to write CRLF, update... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Georg Brandl | Fix errors found by "make suspicious". |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Georg Brandl | Fix spelling and markup. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Georg Brandl | Migrate to Sphinx 1.0 C language constructs. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Georg Brandl | Copyedit of os.symlink() docs. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Georg Brandl | #10034: import readline in longer example. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Amaury Forgeot... | #2982 More test coverage for the pyexpat parser. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Amaury Forgeot... | #9060 Let platforms without dup2() compile the replacem... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Senthil Kumaran | fix a typo. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Senthil Kumaran | Remove the references of FTPS from the urllib Documenta... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Antoine Pitrou | Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Georg Brandl | Indent version tags properly. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Éric Araujo | Fix news entry formatting nits |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Éric Araujo | Fix interaction of custom translation classes and cachi... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Éric Araujo | Recode developers.txt to UTF-8, as discussed on python... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Antoine Pitrou | GzipFile.peek improvements, suggested by Nir Aides. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Giampaolo Rodolà | Fix issue 6706: adds new handle_accepted() method to... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Martin v. Löwis | Add Tal Einat. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Lars Gustäbel | Issue #9065: no longer use "root" as the default for the |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Senthil Kumaran | Remove the debugging print line from the test. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Gerhard Häring | Fixes #10020 |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Senthil Kumaran | Fix Issue10012 - httplib headers, which are (sometimes... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Senthil Kumaran | Fix Issue9272 - Change CGIHTTPServer to give the child... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Tarek Ziadé | typo in Arfrever name |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Tarek Ziadé | Fixed #8980: distutils.command.check was failing w... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Benjamin Peterson | typo |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Benjamin Peterson | add a test and a note about metaclasses now being abcs |
commit | commitdiff | tree | snapshot |
2010-10-02 |
R. David Murray | #1050268: make parseaddr 'quote' the contents of quoted... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
R. David Murray | Make the printing of sqlite version in verbose mode... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Victor Stinner | Update changelog for r85174 |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Victor Stinner | Issue #8670: Rename testcapi unicode test methods |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Victor Stinner | Oops, revert unwanted _testcapi changes of r85174 |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Victor Stinner | Issue #8670: ctypes.c_wchar supports non-BMP characters... |
commit | commitdiff | tree | snapshot |
next |