2010-10-25 |
Skip Montanaro | test_gdb should be skipped on darwin (not up to v7... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Victor Stinner | str.encode() doesn't accept None as errors: use 'strict... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Victor Stinner | Issue #10161: test_pep277 formats filenames with ascii... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Georg Brandl | These are true PyCFunctions, after adding the second... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Victor Stinner | Issue #8761: Mangle PyUnicode_CompareWithASCIIString... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Victor Stinner | os: fsencode(), fsdecode() and os.environ(b) internal... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Georg Brandl | Add documentation about the default warnings filters. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Georg Brandl | Add a new warning gategory, ResourceWarning, as discuss... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Georg Brandl | Fix style. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Georg Brandl | Add casts (one needed, one for consistency). |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Georg Brandl | Remove usage of exception indexing. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nick Coghlan | Issue 5178: Add tempfile.TemporaryDirectory (original... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Benjamin Peterson | tighten loop |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Benjamin Peterson | remove broken code accounting an offset the size of... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
R. David Murray | #1349106: add linesep argument to generator.flatten... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Antoine Pitrou | Issue #10185: use Py_hash_t instead of long |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Martin v. Löwis | Revert r85801. The test ought to pass without rounding. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Antoine Pitrou | Follow up to #9778: fix regressions on 64-bit Windows... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Georg Brandl | #6518: enable context manager protocol for ossaudiodev... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Antoine Pitrou | Also guard other SOCK_NONBLOCK test |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Victor Stinner | Issue #6011: sysconfig and distutils.sysconfig use... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Antoine Pitrou | Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Benjamin Peterson | follow up to #9778: define and use an unsigned hash... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Victor Stinner | Try to fix test_tarfile on AMD64 debian parallel 3.x |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Victor Stinner | Issue #6011: getpath: decode VPATH env var from the... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Antoine Pitrou | Revert r85797 (and r85798): it broke the Windows buildb... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Antoine Pitrou | Update what's new |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Antoine Pitrou | Issue #9935: Speed up pickling of instances of user... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Antoine Pitrou | For now, remove accept4() code (issue #10115) |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Antoine Pitrou | Fix test_ssl on Ubuntu buildbot with patched OpenSSL |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Antoine Pitrou | Issue #5639: Add a *server_hostname* argument to `SSLCo... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Barry Warsaw | Only hack cmd.library_dirs when running under Py_ENABLE... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Georg Brandl | Refactor interesting use of try-finally. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Georg Brandl | Make top_level attribute a set instead of a dict with... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Georg Brandl | #10166: rewrite self-recursion to iteration in pstats... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Éric Araujo | Apply fix from r85784 on py3k too. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Alexander Belopolsky | Fixed a typo |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Alexander Belopolsky | Issue #7061: Fixed section title |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Georg Brandl | Add .hgeol file for the Mercurial EOL extension. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Brian Curtin | Fix r85774 editor fail. Had a dangling try and incorrec... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Brian Curtin | Fix #10162: Add try/except around _winreg.OpenKey for... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Georg Brandl | #4829: better error message for invalid file mode |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Antoine Pitrou | Issue #10089: Add support for arbitrary -X options... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Georg Brandl | #1203650: allow larger list of files in windows makefil... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Georg Brandl | #3077: fix h2py substitution of character literals. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Georg Brandl | Fix missing import. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Georg Brandl | #9919: fix off-by-one error in lineno command in Misc... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Georg Brandl | #9095, #8912, #8999: add support in patchcheck for... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Georg Brandl | #10159: sort completion matches before comparing to... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Victor Stinner | Issue #4388: On Mac OS X, decode command line arguments... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Victor Stinner | Move non-ascii test from test_run_code() to a new funct... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Victor Stinner | Move test_undecodable_code() from test_sys to test_cmd_line |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Victor Stinner | test_zipimport_support: use ascii() on bytes output... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Benjamin Peterson | fix uninitialized struct member #10152 |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Vinay Sajip | logging: Improved StreamHandler documentation. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Vinay Sajip | logging: Made StreamHandler terminator configurable. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ronald Oussoren | Fix for issue #7473. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ronald Oussoren | Don't lie about the supported architectures in the... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Vinay Sajip | logging: clarified Filter documentation. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Georg Brandl | Fix r85728: use "" to mean the system default locale... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
R. David Murray | Correct signature of BytesGenerator in docs. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Vinay Sajip | logging: Documented usage of callables as filters. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Alexander Belopolsky | Issue #7061: Fixed some of the issues in turtle module... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Georg Brandl | Be consistent in the spelling of thread-safe(ty). |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Vinay Sajip | logging: Allowed filters to be just callables. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Vinay Sajip | logging: Added tests for _logRecordClass changes. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Georg Brandl | #10092: Properly reset locale in Locale*Calendar classe... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Alexander Belopolsky | Fixed the docstring for calendar.isleap() function. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Vinay Sajip | logging: Added _logRecordClass, getLogRecordClass,... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Senthil Kumaran | Fix Issue10140 - Tools/scripts/pathfix.py: add option... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Victor Stinner | initfsencoding(): get_codeset() failure is now a fatal... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: remove arbitrary length limit from message... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: document archive encoding; fix indentation |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | Revert r85699 and r85701 (zipimport): fullname is a... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: fix "can't find module ..." error message |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | PyUnicode_FromFormatV(): Fix %A format |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: find_module(), is_package() and get_source... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: pass path size to make_filename() |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Barry Warsaw | One more change for issue 9807, by Matthias Klose. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Alexander Belopolsky | Reverted inadvertent change that slipped into r85695 |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Alexander Belopolsky | Issue #10117: Tools/scripts/reindent.py now accepts... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Georg Brandl | Fix hash function type. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | get_code_from_data() uses the filesystem encoding to... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: read_directory() uses cp437 or utf-8 (in... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Hirokazu Yamamoto | Issue #5117: Case normalization was needed on ntpath... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: get_module_code() returns modpath as a Unico... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimporter_load_module() doesn't destroy mod on error |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: encode the prefix to the fileystem encoding |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport, get_module_code(): avoid useless _PyUnicode_... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Victor Stinner | zipimport: fix indentation |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Georg Brandl | Remove more unneeded casts to hashfunc. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Georg Brandl | Remove unneeded casts to hashfunc. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Georg Brandl | Fix type of hash function. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Georg Brandl | Fix compiler warning about unused static function. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Georg Brandl | Fix compiler warnings about formatting pid_t as an... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
R. David Murray | #678250: Make mmap flush a noop on ACCESS_READ and... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
R. David Murray | #4499: silence compiler warning on AIX. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
R. David Murray | Tighten up 'byte string' wording in base64 docs. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
R. David Murray | #1343: Add short_empty_elements option to XMLGenerator. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Skip Montanaro | Note the resolution of issue 9778. |
commit | commitdiff | tree | snapshot |
next |