]> granicus.if.org Git - python/shortlog
python
2011-04-06 Alexander BelopolskyIssue #11576: Fixed timedelta subtraction glitch on...
2011-04-05 Antoine PitrouTry to fix sporadic test_multiprocessing failure
2011-04-05 Antoine PitrouTry to fix sporadic test_multiprocessing failure
2011-04-05 Ross LagerwallMerge with 3.1
2011-04-05 Ross LagerwallIssue #10963: Ensure that subprocess.communicate()...
2011-04-04 Antoine PitrouTry to fix sporadic failure in test_thread/test_threading
2011-04-04 Antoine PitrouTry to fix sporadic failure in test_thread/test_threading
2011-04-04 Antoine PitrouClarify that GzipFile.read1() isn't implemented.
2011-04-04 Antoine PitrouIssue #11761: make tests for gc.get_count() less fragile
2011-04-04 Antoine PitrouIssue #11761: make tests for gc.get_count() less fragile
2011-04-03 Steven BethardIssue #9347: Fix formatting for tuples in argparse...
2011-04-03 Antoine PitrouIssue #11749: try to fix transient test_socket failure
2011-04-03 Antoine PitrouIssue #11746: Fix SSLContext.load_cert_chain() to accep...
2011-04-03 Ezio Melotti#11282: the fail* methods will stay around a few more...
2011-04-03 Ezio MelottiMerge with 3.1
2011-04-03 Ezio MelottiFix typo noticed by Sandro Tosi.
2011-03-31 Raymond HettingerIssue #7796: Add link to Jan Kaliszewski's alternate...
2011-03-31 Raymond HettingerFix markup and wording.
2011-03-31 Raymond HettingerAdd links to make the math docs more usable.
2011-03-31 Victor Stinnersys.getfilesystemencoding() raises a RuntimeError if...
2011-03-30 Antoine PitrouIssue #11618: Fix the timeout logic in threading.Lock...
2011-03-30 Kristjan Valur... Merge
2011-03-30 Kristjan Valur... Merge 3.1
2011-03-30 Kristjan Valur... Merge 3.1
2011-03-30 Kristjan Valur... Bugfix: Properly test for errors from PyLong_AsLong...
2011-03-30 Raymond HettingerIssue 11713: clarify docstring for collections.deque()
2011-03-30 Raymond HettingerIssue 11713: clarify docstring for collections.deque()
2011-03-29 Guido van RossumMerge issue 11662.
2011-03-29 Guido van RossumMerge issue 11662.
2011-03-29 guido@google.comMerge Issue 11662 from 3.1 branch.
2011-03-29 guido@google.comIssue 11662: Fix vulnerability in urllib/urllib2.
2011-03-28 Benjamin PetersonCorrect handling of functions with only kwarg args...
2011-03-28 Benjamin Petersonmerge 3.1
2011-03-28 Benjamin Petersonlet's keep parenthesis around sizeof
2011-03-28 Ezio Melotti#10617: merge with 3.1.
2011-03-28 Ezio Melotti#10617: add class directives to collections ABCs.
2011-03-27 Martin v. Löwismerge #11696
2011-03-27 Martin v. LöwisCloses #11696: Fix ID generation in msilib.
2011-03-27 Mark DickinsonMerge #9696
2011-03-27 Mark DickinsonIssue #9696: Fix exception incorrectly raised by xdrlib...
2011-03-27 Mark DickinsonMove misplaced Misc/NEWS item (merge from 3.1)
2011-03-27 Mark DickinsonFix misplaced Misc/NEWS entry.
2011-03-27 Steven BethardIssue #9026: Fix order of argparse sub-commands in...
2011-03-27 Martin v. Löwismerge #7639
2011-03-27 Martin v. LöwisFix short file name generation in bdist_msi.
2011-03-26 Benjamin Petersonmerge 3.1
2011-03-26 Benjamin Petersonrevert unintended changes
2011-03-26 Benjamin Petersonalways check return value of PyObject_IsInstance for...
2011-03-26 Benjamin Petersoncheck possible recursive _as_parameter_ to prevent...
2011-03-26 Steven BethardIssue #9343: Document that argparse parent parsers...
2011-03-26 Antoine PitrouMerge
2011-03-26 Antoine PitrouIn the Windows clean script for buildbots, also clear...
2011-03-26 Ross LagerwallMerge with 3.1
2011-03-26 Ross LagerwallIssue #11659: Fix ResourceWarning in test_subprocess...
2011-03-26 Steven BethardIssue #8982: Improve the documentation for the argparse...
2011-03-26 Antoine PitrouIssue #11635: Don't use polling in worker threads and...
2011-03-26 Antoine PitrouRead HTTP response inside transient_internet()
2011-03-26 Antoine Pitroutest_urllibnet: make it so that transient_internet...
2011-03-26 Steven BethardFix NEWS item that ended up in wrong section
2011-03-26 Steven BethardIssue #9348: Raise an early error if argparse nargs...
2011-03-26 Mark DickinsonMerge #11675
2011-03-26 Mark DickinsonIssue #11675: Zero-out newly-created multiprocessing...
2011-03-26 Éric Araujo#10553: Explain why compileall has no command-line...
2011-03-26 Éric AraujoBranch merge
2011-03-26 Éric AraujoMerge 3.1
2011-03-26 Éric AraujoBranch merge
2011-03-26 Kurt B. KaiserMerge from 3.1
2011-03-26 Kurt B. Kaiser<Home> toggle failing on Tk 8.5, causing IDLE exits...
2011-03-25 Éric AraujoMerge doc touchups from 3.1
2011-03-25 Éric AraujoBranch merge
2011-03-25 Éric AraujoTweaks to sys.flags description table.
2011-03-25 Raymond HettingerIssue #11666: Teach pydoc to display full help for...
2011-03-25 Éric AraujoRemove untrue statement from tutorial
2011-03-25 R David MurrayMerge #9557: eliminate 3 seconds of static overhead...
2011-03-25 R David Murray#9557: eliminate 3 seconds of static overhead from...
2011-03-25 Raymond HettingerIssue #11071: Fix whatsnew description of O/S access...
2011-03-25 Éric AraujoUse universal construct os.path.expanduser('~') instead...
2011-03-25 R David Murray#11584: Since __getitem__ returns headers, make decode_...
2011-03-25 Ezio Melotti#2650: Merge with 3.1.
2011-03-25 Ezio Melotti#2650: Refactor re.escape to use enumerate().
2011-03-25 Ezio Melotti#2650: Add tests with non-ascii chars for re.escape.
2011-03-25 Ezio Melotti#2650: Refactor the tests for re.escape.
2011-03-25 Kurt B. KaiserMerge from 3.1 again
2011-03-25 Kurt B. KaiserMerge 3.2 heads
2011-03-24 Kurt B. KaiserMerge 3.1
2011-03-24 R David MurrayMerge #11606: improved body_encode algorithm, no longer...
2011-03-24 R David Murray#11606: improved body_encode algorithm, no longer produ...
2011-03-24 Kurt B. KaiserMerge 3.1
2011-03-24 Victor StinnerMerge 3.1
2011-03-24 Victor Stinnertest_multiprocessing: use assertLess() to see the timeo...
2011-03-24 Antoine PitrouAdd tests for the atexit hook in concurrent.futures...
2011-03-24 Senthil Kumaranissue10883 - Silence some ftp related ResourceWarnings...
2011-03-23 Antoine PitrouAdd NEWS entry for 9aa6097131ef
2011-03-23 Antoine PitrouIssue #11653: fix -W with -j in regrtest
2011-03-23 R David MurrayMerge #11590: fix quoprimime decode handling of empty...
2011-03-23 R David Murray#11590: fix quoprimime decode handling of empty strings...
2011-03-23 R David MurrayMerge #11589: add additional tests for the email quopri...
2011-03-23 R David Murray#11589: add additional tests for the email quoprimime...
2011-03-23 Éric AraujoBranch merge
2011-03-23 Éric AraujoMerge from 3.1.
next