2011-04-26 |
Victor Stinner | Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Victor Stinner | Fix compilation of _testembed.c without threads |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Victor Stinner | PyGILState_Ensure(), PyGILState_Release(), PyGILState_G... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Raymond Hettinger | Issue 11929: Minor whitespace clean-ups. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Raymond Hettinger | Issue 11929: Minor whitespace clean-ups. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Victor Stinner | Issue #11918: OS/2 and VMS are no more supported becaus... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vinay Sajip | Disabled test failing on buildbots. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vinay Sajip | Refined time test in test_logging. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vinay Sajip | Yet more test_logging coverage improvements. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vinay Sajip | More test_logging coverage improvements. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vinay Sajip | test_logging coverage improvements. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Antoine Pitrou | I think this should be "versionchanged", not "versionadded" |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Senthil Kumaran | merge from 3.2 |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Senthil Kumaran | merge from 2.7 |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Senthil Kumaran | merge from 3.1 |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Senthil Kumaran | Update News entry for Issue11236 |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Senthil Kumaran | merge from 3.1 codeline. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Senthil Kumaran | Fix for issue11236 getpass.getpass to respond ctrl... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Ezio Melotti | #6780: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Ezio Melotti | #6780: merge with 3.1. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Ezio Melotti | #6780: fix starts/endswith error message to mention... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
R David Murray | Merge #11901: add description of how bitfields are... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
R David Murray | Merge #11901: add description of how bitfields are... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
R David Murray | #11901: add description of how bitfields are laid out... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Antoine Pitrou | Issue #11919: try to fix test_imp failure on some build... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Antoine Pitrou | Issue #11919: try to fix test_imp failure on some build... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Antoine Pitrou | Issue #10914: Add a minimal embedding test to test_capi. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Antoine Pitrou | Issue #10914: add NEWS item. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Antoine Pitrou | Issue #10914: Add a minimal embedding test to test_capi. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Antoine Pitrou | Issue #11856: Speed up parsing of JSON numbers. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Alexander Belopolsky | Issue #2736: Documented how to compute seconds since... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Jesus Cea | Revert bb62908896fe, but keep the test |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Jesus Cea | pybench prep_times calculation error (closes #11895) |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Jesus Cea | Correctly merging #9319 into 3.3? |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Jesus Cea | pybench prep_times calculation error (closes #11895) |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Jesus Cea | pybench prep_times calculation error (closes #11895) |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Victor Stinner | Issue #11005, issue #11915: fix issue number of commit... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Victor Stinner | Issue #11915: threading.RLock()._release_save() raises... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Raymond Hettinger | Minor clean-ups to docstrings, comments, and var names. |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Raymond Hettinger | Minor clean-ups to docstrings, comments, and var names. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Antoine Pitrou | Remove unused private function |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Antoine Pitrou | Issue #11258: Speed up ctypes.util.find_library() under... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Antoine Pitrou | Issue #11382: Trivial system calls, such as dup() or... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Victor Stinner | Issue #9319: Fix the unit test |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Victor Stinner | Issue #9319: Fix a crash on parsing a Python source... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Vinay Sajip | Fixed bug in test_logging. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Ezio Melotti | Merge with 3.2. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Ezio Melotti | Fix some more markup glitches in argparse doc. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Ezio Melotti | #11904-#11905: Merge typo fixes with 3.2. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Ezio Melotti | #11905: fix missing full stop in argparse doc. Noticed... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Ezio Melotti | #11904: fix indentation in argparse doc. Noticed by... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Ezio Melotti | #11902: Merge with 3.2. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Ezio Melotti | #11902: Fix typo in argparse doc. Noticed by Vladimir... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Raymond Hettinger | Add another example for accumulate(). |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Ezio Melotti | Merge with 3.2. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Ezio Melotti | Add the :mod: role where it was missing. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Ezio Melotti | #11885: Merge with 3.2. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Ezio Melotti | #11885: capitalize Python. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Ezio Melotti | #11897: Merge with 3.2. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Ezio Melotti | #11897: Fix typo in porting howto. Patch by Marti Raudsepp. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Benjamin Peterson | say struct sequence rather than structseq and link... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Benjamin Peterson | glossary entry for struct sequence |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Victor Stinner | Simplify _count_elements() in _collections |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | merge |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | merge heads |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | merge |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | merge heads |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | merge heads |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | null merge |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | null merge |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | Port 5b607cd8c71b (closes #11892) |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Raymond Hettinger | Minor text rearrangement. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Raymond Hettinger | Minor text rearrangement. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Raymond Hettinger | Minor text rearrangement. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | merge |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | heads merging |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | heads merging |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | null merge |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | null merge |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Ezio Melotti | Merge with 3.2. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Ezio Melotti | Use non-deprecated method name. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | null merge |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | merge |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | merge |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | null merge |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Ezio Melotti | Merge with 3.2. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Ezio Melotti | Merge with 3.1. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Ezio Melotti | Fix wrong function name. Noticed by Clive Darke. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | Up-port changeset 5cf8f6da8743 (closes #11890) |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | MERGE: startswith and endswith don't accept None as... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | MERGE: startswith and endswith don't accept None as... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Jesus Cea | startswith and endswith don't accept None as slice... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Vinay Sajip | Tidied comments and docstrings. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Vinay Sajip | Attempt fix of #11557 by refining test logic. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Vinay Sajip | Attempt fix of #11557 by refining setup/teardown logic. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Vinay Sajip | Attempt fix of #11557 by changing setup/teardown logic. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Victor Stinner | Issue #11223: fix compiler warnings |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Vinay Sajip | Attempt fix of #11557 by changing teardown logic. |
commit | commitdiff | tree | snapshot |
next |