]> granicus.if.org Git - python/shortlog
python
2013-04-03 Victor StinnerClose #16757: Avoid calling the expensive _PyUnicode_Fi...
2013-04-02 Victor StinnerAdd _PyUnicodeWriter_WriteSubstring() function
2013-04-02 Victor Stinner(Merge 3.3) Close #6822: ftplib.FTP.storlines() expects...
2013-04-02 Victor StinnerClose #6822: ftplib.FTP.storlines() expects a binary...
2013-04-02 R David Murray#17489: Add explanatory comment that __getstate__ is...
2013-04-02 R David Murray#17492: Additional tests for random module.
2013-04-01 Benjamin Petersonmerge 3.3 (#17610)
2013-04-01 Benjamin Petersonlist slotdefs in offset order rather than sorting them...
2013-04-01 Brett CannonIssue #14135: Let's try this again.
2013-04-01 Brett Cannonmerge
2013-04-01 Brett Cannonmerge
2013-04-01 Brett CannonIssue #17357: Add missing verbosity messages when runni...
2013-04-01 Antoine PitrouIssue #17483: remove unreachable code in urlopen().
2013-04-01 Antoine PitrouBacked out changeset 4fcd50a6dca7 as it totally breaks...
2013-04-01 Brett CannonIssue #14135: Make sure tests don't leave the locale...
2013-04-01 Roger Serwy#6698: merge with 3.3.
2013-04-01 Roger Serwy#6698: IDLE now opens just an editor window when config...
2013-04-01 Ned DeilyIssue #17586: fix typo in contextlib.rst
2013-03-31 Roger SerwyMerge heads.
2013-03-31 Roger Serwy#8900: merge with 3.3.
2013-03-31 Roger Serwy#8900: Using keyboard shortcuts in IDLE to open a file...
2013-03-31 Antoine PitrouIssue #17591: Use lowercase filenames when including...
2013-03-31 Charles-Francois... Issue #6419: Fix a test_kqueue failure on some BSD...
2013-03-31 Charles-Francois... Issue #6419: Fix a test_kqueue failure on some BSD...
2013-03-31 Gregory P.... skip a fcntl test on ARM Linux that isn't supported...
2013-03-31 Gregory P.... Skip a test of an old API on ARM Linux that isn't suppo...
2013-03-31 Roger Serwy#6649: merge with 3.3.
2013-03-31 Roger Serwy#6649: Fixed missing exit status in IDLE. Patch by...
2013-03-30 Terry Jan ReedyMerge from 3.3: Issue #17390
2013-03-30 Terry Jan ReedyIssue #17390: Display Python version on Idle title...
2013-03-30 R David MurrayMerge #17435: Don't use mutable default values in Timer.
2013-03-30 R David MurrayIssue #17435: Don't use mutable default values in Timer.
2013-03-30 Antoine PitrouFix comment about the OpenSSL version in which SNI...
2013-03-30 Antoine PitrouImprove set_servername_callback docstring.
2013-03-30 Antoine PitrouFix previous fix (the cause was actually a misplaced...
2013-03-30 Antoine PitrouFurther compiling fixes (issue #17581)
2013-03-30 Antoine PitrouMerge
2013-03-30 Antoine PitrouIssue #17581: try to fix building on old OpenSSL versions
2013-03-30 Vinay SajipMerged documentation update from 3.3.
2013-03-30 Vinay SajipUpdated logging cookbook with additional example for...
2013-03-30 Ezio Melotti#17539: merge with 3.3.
2013-03-30 Ezio Melotti#17539: fix MagicMock example. Patch by Berker Peksag.
2013-03-30 Ezio Melotti#17526: merge with 3.3.
2013-03-30 Ezio Melotti#17526: fix an IndexError raised while passing code...
2013-03-29 Ezio Melotti#17564: merge with 3.3.
2013-03-29 Ezio Melotti#17564: skip test_bad_address unless the tests are...
2013-03-29 Vinay SajipCloses #17540: Merged fix from 3.3.
2013-03-29 Vinay SajipIssue #17540: Added style to Formatter configuration...
2013-03-29 Antoine PitrouIn search of TLS 1.1 bug: add debugging output in verbo...
2013-03-29 Antoine PitrouUse a subtest in test_ssl.test_echo
2013-03-29 Antoine PitrouFix bug in TestResult.addSubTest()
2013-03-29 Ezio Melotti#17438: merge with 3.3.
2013-03-29 Ezio Melotti#17438: add links to the conversion tables in dump...
2013-03-29 Ezio Melotti#8906: merge with 3.3.
2013-03-29 Ezio Melotti#8906: document failureException, longMessage, and...
2013-03-28 Antoine PitrouIssue #16692: The ssl module now supports TLS 1.1 and...
2013-03-28 Ezio MelottiMerge improvements to the suspicious builder and cleanu...
2013-03-28 Ezio MelottiUpdate the suspicious builder to detect unused rules...
2013-03-28 Georg BrandlMerge with 3.3.
2013-03-28 Georg BrandlCloses #4159: add LaTeX tabular column specifications...
2013-03-28 Georg Brandlmerge with 3.3
2013-03-28 Georg BrandlFix XML vulnerability link targets.
2013-03-28 Ezio MelottiUpdate suspicious ignore file.
2013-03-28 Ezio MelottiUpdate suspicious ignore file.
2013-03-28 Ezio MelottiUpdate suspicious ignore file.
2013-03-27 Benjamin Petersonupdate importlib.h
2013-03-27 Ezio Melotti#17329: merge with 3.3.
2013-03-27 Ezio Melotti#17329: merge with 3.2.
2013-03-27 Ezio Melotti#17329: document unittest.SkipTest. Initial patch...
2013-03-26 Christian HeimesIssue 17538: Document XML vulnerabilties
2013-03-26 Christian HeimesIssue 17538: Document XML vulnerabilties
2013-03-26 Christian HeimesIssue 17538: Document XML vulnerabilties
2013-03-26 Kristjan Valur... Issue #16475: Add a whatsnew entry for 3.4
2013-03-26 Georg Brandlnull merge from 3.3
2013-03-26 Georg BrandlNEWS: add new header for Python 3.3.2
2013-03-26 Benjamin Petersonmerge 3.3 (#17550)
2013-03-26 Benjamin Petersonmove to correct section
2013-03-26 Benjamin Petersonfix variable reference to fix --enable-profiling (close...
2013-03-26 Ezio MelottiMerge versionadded addition and typo fix from 3.3.
2013-03-26 Ezio MelottiAdd versionadded for `-X faulthandler` (also fix typo...
2013-03-26 Victor StinnerIssue #17516: remove dead code
2013-03-26 Victor StinnerIssue #17516: do not create useless tuple: remove dummy...
2013-03-26 Victor StinnerIssue #17516: use comment syntax for comments, instead...
2013-03-25 Ezio Melotti#17323: The "[X refs, Y blocks]" printed by debug build...
2013-03-25 Charles-François... Issue #17025: multiprocessing: Reduce Queue and SimpleQ...
2013-03-24 Raymond Hettingermerge
2013-03-24 Raymond HettingerAdd missing docstrings to the collections ABCs
2013-03-24 Martin v. Löwis#17425: merge 3.3
2013-03-24 Martin v. LöwisFix typo
2013-03-24 Martin v. LöwisIssue #17425: Build with openssl 1.0.1d on Windows.
2013-03-24 Martin v. Loewismerge 3.3
2013-03-24 Martin v. Loewis#17425: null merge 3.2
2013-03-24 Martin v. LoewisIssue #17425: Build with openssl 1.0.0k on Windows.
2013-03-24 doko@ubuntu.com- Issue #17536: Add to webbrowser's browser list: www...
2013-03-24 doko@ubuntu.com- Issue #17536: Add to webbrowser's browser list: www...
2013-03-24 Charles-François... Issue #17025: Add dumps() and loads() to ForkingPickler.
2013-03-24 Ezio Melotti#17504: merge with 3.3.
2013-03-24 Ezio Melotti#17504: remove duplicated sentence. Patch by Radu...
2013-03-23 Gregory P.... Fixes issue4653 - Correctly specify the buffer size...
2013-03-23 Gregory P.... Fixes issue4653 - Correctly specify the buffer size...
next