]> granicus.if.org Git - python/shortlog
python
2011-04-26 Ezio Melotti#6780: merge with 3.2.
2011-04-26 Ezio Melotti#6780: merge with 3.1.
2011-04-26 Ezio Melotti#6780: fix starts/endswith error message to mention...
2011-04-25 R David MurrayMerge #11901: add description of how bitfields are...
2011-04-25 R David MurrayMerge #11901: add description of how bitfields are...
2011-04-25 R David Murray#11901: add description of how bitfields are laid out...
2011-04-25 Antoine PitrouIssue #11919: try to fix test_imp failure on some build...
2011-04-25 Antoine PitrouIssue #11919: try to fix test_imp failure on some build...
2011-04-25 Antoine PitrouIssue #10914: Add a minimal embedding test to test_capi.
2011-04-25 Antoine PitrouIssue #10914: add NEWS item.
2011-04-25 Antoine PitrouIssue #10914: Add a minimal embedding test to test_capi.
2011-04-25 Antoine PitrouIssue #11856: Speed up parsing of JSON numbers.
2011-04-25 Alexander BelopolskyIssue #2736: Documented how to compute seconds since...
2011-04-25 Jesus CeaRevert bb62908896fe, but keep the test
2011-04-25 Jesus Ceapybench prep_times calculation error (closes #11895)
2011-04-25 Jesus CeaCorrectly merging #9319 into 3.3?
2011-04-25 Jesus Ceapybench prep_times calculation error (closes #11895)
2011-04-25 Jesus Ceapybench prep_times calculation error (closes #11895)
2011-04-24 Victor StinnerIssue #11005, issue #11915: fix issue number of commit...
2011-04-24 Victor StinnerIssue #11915: threading.RLock()._release_save() raises...
2011-04-24 Raymond HettingerMinor clean-ups to docstrings, comments, and var names.
2011-04-24 Raymond HettingerMinor clean-ups to docstrings, comments, and var names.
2011-04-23 Antoine PitrouRemove unused private function
2011-04-23 Antoine PitrouIssue #11258: Speed up ctypes.util.find_library() under...
2011-04-23 Antoine PitrouIssue #11382: Trivial system calls, such as dup() or...
2011-04-22 Victor StinnerIssue #9319: Fix the unit test
2011-04-22 Victor StinnerIssue #9319: Fix a crash on parsing a Python source...
2011-04-21 Vinay SajipFixed bug in test_logging.
2011-04-21 Ezio MelottiMerge with 3.2.
2011-04-21 Ezio MelottiFix some more markup glitches in argparse doc.
2011-04-21 Ezio Melotti#11904-#11905: Merge typo fixes with 3.2.
2011-04-21 Ezio Melotti#11905: fix missing full stop in argparse doc. Noticed...
2011-04-21 Ezio Melotti#11904: fix indentation in argparse doc. Noticed by...
2011-04-21 Ezio Melotti#11902: Merge with 3.2.
2011-04-21 Ezio Melotti#11902: Fix typo in argparse doc. Noticed by Vladimir...
2011-04-21 Raymond HettingerAdd another example for accumulate().
2011-04-21 Ezio MelottiMerge with 3.2.
2011-04-21 Ezio MelottiAdd the :mod: role where it was missing.
2011-04-21 Ezio Melotti#11885: Merge with 3.2.
2011-04-21 Ezio Melotti#11885: capitalize Python.
2011-04-21 Ezio Melotti#11897: Merge with 3.2.
2011-04-21 Ezio Melotti#11897: Fix typo in porting howto. Patch by Marti Raudsepp.
2011-04-20 Benjamin Petersonsay struct sequence rather than structseq and link...
2011-04-20 Benjamin Petersonglossary entry for struct sequence
2011-04-20 Victor StinnerSimplify _count_elements() in _collections
2011-04-20 Jesus Ceamerge
2011-04-20 Jesus Ceamerge heads
2011-04-20 Jesus Ceamerge
2011-04-20 Jesus Ceamerge heads
2011-04-20 Jesus Ceamerge heads
2011-04-20 Jesus Ceanull merge
2011-04-20 Jesus Ceanull merge
2011-04-20 Jesus CeaPort 5b607cd8c71b (closes #11892)
2011-04-20 Raymond HettingerMinor text rearrangement.
2011-04-20 Raymond HettingerMinor text rearrangement.
2011-04-20 Raymond HettingerMinor text rearrangement.
2011-04-20 Jesus Ceamerge
2011-04-20 Jesus Ceaheads merging
2011-04-20 Jesus Ceaheads merging
2011-04-20 Jesus Ceanull merge
2011-04-20 Jesus Ceanull merge
2011-04-20 Ezio MelottiMerge with 3.2.
2011-04-20 Ezio MelottiUse non-deprecated method name.
2011-04-20 Jesus Ceanull merge
2011-04-20 Jesus Ceamerge
2011-04-20 Jesus Ceamerge
2011-04-20 Jesus Ceanull merge
2011-04-20 Ezio MelottiMerge with 3.2.
2011-04-20 Jesus CeaMERGE: Up-port changeset 5cf8f6da8743 (closes #11890)
2011-04-20 Ezio MelottiMerge with 3.1.
2011-04-20 Ezio MelottiFix wrong function name. Noticed by Clive Darke.
2011-04-20 Jesus CeaUp-port changeset 5cf8f6da8743 (closes #11890)
2011-04-20 Jesus CeaMERGE: startswith and endswith don't accept None as...
2011-04-20 Jesus CeaMERGE: startswith and endswith don't accept None as...
2011-04-20 Jesus Ceastartswith and endswith don't accept None as slice...
2011-04-20 Vinay SajipTidied comments and docstrings.
2011-04-20 Vinay SajipAttempt fix of #11557 by refining test logic.
2011-04-20 Vinay SajipAttempt fix of #11557 by refining setup/teardown logic.
2011-04-20 Vinay SajipAttempt fix of #11557 by changing setup/teardown logic.
2011-04-20 Victor StinnerIssue #11223: fix compiler warnings
2011-04-20 Vinay SajipAttempt fix of #11557 by changing teardown logic.
2011-04-20 Victor StinnerClose #11619: write_compiled_module() doesn't encode...
2011-04-20 Raymond HettingerIssue #11875: Alter the previous fix to work better...
2011-04-20 Raymond HettingerIssue #11875: Alter the previous fix to work better...
2011-04-20 Raymond HettingerIssue #11875: Alter the previous fix to work better...
2011-04-19 Victor StinnerIssue #11223: fix test_dummy_threading, add _dummy_thre...
2011-04-19 Victor StinnerIssue #11223: Add threading._info() function providing...
2011-04-19 Victor Stinnerfaulthandler: don't use sigprocmask()
2011-04-19 Ezio MelottiMerge with 3.2.
2011-04-19 Ezio MelottiMerge with 3.1.
2011-04-19 Ezio MelottiFix wrong number of functions noticed by Sandro Tosi.
2011-04-19 Raymond Hettingermerge
2011-04-19 Raymond Hettingermerge
2011-04-19 Raymond Hettingermerge
2011-04-19 Raymond HettingerIssue 11875: Keep OrderedDict's __reduce__ from tempora...
2011-04-19 Raymond HettingerIssue 11875: Keep OrderedDict's __reduce__ from tempora...
2011-04-19 Raymond Hettingermerge
2011-04-19 Raymond HettingerIssue 11875: Keep OrderedDict's __reduce__ from tempora...
2011-04-19 Raymond HettingerHmm, __ne__ was missing
2011-04-19 Raymond HettingerIssue 11875: Keep OrderedDict's __reduce__ from tempora...
next