2010-10-15 |
Antoine Pitrou | Temporary debug printout for buildbots |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Senthil Kumaran | Fix sphinx role markups. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Senthil Kumaran | Fix ``make check`` warnings. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Senthil Kumaran | Fixing some sphinx inline directives - detected using... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Victor Stinner | imp.load_dynamic() uses PyUnicode_FSConverter() to... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Victor Stinner | Use locale encoding if Py_FileSystemDefaultEncoding... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Victor Stinner | redecode_filename(): don't need to initialize variables |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Victor Stinner | Mark _Py_char2wchar() input argument as constant |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Senthil Kumaran | Issue10100 - fromfd is now available on all platforms |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Benjamin Peterson | remove empty file |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Benjamin Peterson | Merged revisions 83852-83853,83857,84042,84216,84274... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Antoine Pitrou | More proper closing of files |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Benjamin Peterson | revert change that was in wrong branch |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Florent Xicluna | Add test case for issue #9409, non-ascii char in doctes... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Antoine Pitrou | Explicitly close some files (from issue #10093) |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Florent Xicluna | Fix the regex to match all kind of filenames, for inter... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Antoine Pitrou | Increase timeouts in test_ftplib (for very slow buildbots) |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Antoine Pitrou | Oops |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Antoine Pitrou | Really fix bug |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Barry Warsaw | Fix issue 10094, by narrowing down the test for PROXY... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Barry Warsaw | Run autoconf to update configure.in -> configure. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Alexander Belopolsky | Issue 9183: Intern UTC timezone. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Antoine Pitrou | Replace the "compiler" resource with the more generic... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Matthias Klose | - Issue #10094: Use versioned .so files on GNU/kfreeBSD... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Antoine Pitrou | Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Victor Stinner | _Py_wgetcwd() decodes the path using _Py_char2wchar... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Victor Stinner | Issue #10095: fp_setreadl() doesn't reopen the file... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Senthil Kumaran | Issue10063 - file:// scheme will stop accessing remote... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Antoine Pitrou | Add make variable to allow testing of different interpr... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Antoine Pitrou | Inherit interpreter flags in parallel testing |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Victor Stinner | Py_Main() uses _Py_wchar2char() to encode the filename... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Victor Stinner | test_subprocess doesn't need to C locale to test os... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Victor Stinner | test_subprocess: use C locale to get ascii locale encoding |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | #9964: fix running test_cmd_line_script under -O and... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | #9964: fix running test_compileall under -O and -OO. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | Better check for "any optimize option given". |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | #9964: fix running test_xml_etree under -OO. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | #9964: fix lib2to3 fixer fix_operator when running... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | #9964: fix running test_import under -O or -OO. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | #9964: Fix failure of test_dis under -OO. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | Remove unused imports. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | #9964: fix pdb failure to import under -OO. Warn the... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | #9418: first step of moving private string methods... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | #1710703: write zipfile structures also in the case... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | Mention 2to3. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | #6825: small correction to split() docs. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | #10046: small correction to atexit docs. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | #3865: add note about benchmarking with profilers,... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Georg Brandl | #7642: update to os.system() docs. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Antoine Pitrou | Fix (hopefully) occasional failures in test_threaded_im... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Victor Stinner | test_sys: Remove workaround #8611 |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Victor Stinner | Revert r85435 (and r85440): decode command line argumen... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Alexander Belopolsky | Issue 9005: Removed dead code. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Victor Stinner | main(): catch PyUnicode_FromString() failure (exit) |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Benjamin Peterson | put PYTHONIOENCODING in man page |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Victor Stinner | Issue #9992: On Mac OS X, decode command line arguments... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Benjamin Peterson | constify to appease compiler warnings |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Victor Stinner | Issue #9992: Remove PYTHONFSENCODING environment variable. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Benjamin Peterson | remove obselete import implementation #7287 |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Antoine Pitrou | Protect test_smtpnet against connection failures |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Antoine Pitrou | Followup to #9437: since LDFLAGS is now appended to... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Antoine Pitrou | Issue #10041: The signature of optional arguments in... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Michael Foord | Ignoring personal settings for Wing 3 project file |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Michael Foord | Adding Wing IDE version 4 project file |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Antoine Pitrou | Define a "session_id_context" at context creation.... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Antoine Pitrou | Use PROTOCOL_SSLv23 in the test HTTPS server, in an... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Antoine Pitrou | Print out socket errors in HTTPS server thread |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Antoine Pitrou | Let test_ssl fail gracefully if ssl support is not... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Antoine Pitrou | Run a simple HTTPS server when Lib/test/ssl_servers... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Victor Stinner | ceval.c: catch recursion error on _PyUnicode_AsString... |
commit | commitdiff | tree | snapshot |
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 |
next |