]> granicus.if.org Git - python/shortlog
python
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...
2013-03-23 Ezio MelottiMerge test_queue clean up from 3.3.
2013-03-23 Ezio MelottiMerge test_queue clean up from 3.2.
2013-03-23 Ezio MelottiClean up references to threads in test_queue.
2013-03-23 Antoine PitrouIssue #17150: pprint now uses line continuations to...
2013-03-23 Gregory P.... Fixes issue #17488: Change the subprocess.Popen bufsize...
2013-03-23 Gregory P.... Fixes issue #17488: Change the subprocess.Popen bufsize...
2013-03-23 Gregory P.... Fixes issue #17488: Change the subprocess.Popen bufsize...
2013-03-23 Raymond Hettingermerge
2013-03-23 Raymond HettingerUpdate collections ABC table to match the __abstractmet...
2013-03-23 Raymond Hettingermerge
2013-03-23 Raymond HettingerIssue 17447: Clarify that str.isidentifier doesn't...
2013-03-23 Ezio Melotti#17510: avoid using deprecated assertEquals method...
2013-03-23 Ezio Melotti#17479: merge with 3.3.
2013-03-23 Ezio Melotti#17479: test_io now works with unittest test discovery...
2013-03-23 Raymond Hettingermerge
2013-03-23 Raymond HettingerBackport improved dict comparison logic
2013-03-23 Vinay SajipCloses #17521: Merged fix from 3.3.
2013-03-23 Vinay SajipIssue #17521: Merged fix from 3.2.
2013-03-23 Vinay SajipIssue #17521: Corrected non-enabling of logger followin...
2013-03-23 Vinay SajipMerged upstream changes.
2013-03-23 Vinay SajipMerged Misc/NEWS update for #17508.
2013-03-23 Vinay SajipMerged Misc/NEWS update for #17508.
2013-03-23 Vinay SajipUpdated Misc/NEWS with #17508.
2013-03-23 Kristján Valur... Issue #17522: Minor documentation fix
2013-03-23 Kristján Valur... Issue #17522: Add the PyGILState_Check() API.
2013-03-22 Gregory P.... cleanup references to PyString_ APIs in the 3.x docs.
2013-03-22 Gregory P.... cleanup references to PyString_ APIs from 2.x in the...
2013-03-22 Gregory P.... Clean up references to the no longer existing PyString_...
2013-03-22 Vinay SajipCloses #17508: Merged fix from 3.3.
2013-03-22 Vinay SajipIssue #17508: Merged fix from 3.2.
2013-03-22 Vinay SajipIssue #17508: Handled out-of-order handler configuratio...
2013-03-22 Raymond Hettingermerge
2013-03-22 Raymond HettingerModernize unittest example
2013-03-22 Benjamin Petersoncopy 2.7 magic numbers for historical interest
2013-03-22 R David Murray#17472: add tests for a couple of untested methods...
2013-03-21 Terry Jan ReedyIssue #13248: NEWS and What's New items
2013-03-21 Victor Stinnertest_ast: pass the filename to ast.parse()
2013-03-21 doko@ubuntu.com- Issue #16754: Fix the incorrect shared library extens...
2013-03-21 doko@ubuntu.com- Issue #16754: Fix the incorrect shared library extens...
2013-03-21 doko@ubuntu.com- Issue #16754: Fix the incorrect shared library extens...
2013-03-21 Victor Stinner(Merge 3.3) Issue #17209: curses.window.get_wch() now...
2013-03-21 Victor StinnerIssue #17209: curses.window.get_wch() now handles corre...
2013-03-21 R David MurrayMerge: #5713: One more test_smtplib timing fix.
2013-03-21 R David Murray#5713: One more test_smtplib timing fix.
2013-03-21 Gregory P.... merge heads
2013-03-21 Gregory P.... Refactor the common code out of the posix and windows...
2013-03-21 Raymond HettingerFix import
2013-03-21 R David MurrayMerge: #5712: Preemptively fix some other possible...
2013-03-21 R David MurrayMerge: #5712: Preemptively fix some other possible...
2013-03-21 R David Murray#5712: Preemptively fix some other possible timing...
2013-03-21 R David MurrayMerge: #5713: fix timing issue in smtplib tests.
2013-03-21 R David MurrayMerge: #5713: fix timing issue in smtplib tests.
2013-03-21 R David Murray#5713: fix timing issue in smtplib tests.
2013-03-21 Gregory P.... Refactor the Windows specific and POSIX specific implem...
2013-03-21 Gregory P.... merge
2013-03-21 Gregory P.... merge
2013-03-21 Gregory P.... remove the long obsolete mention of universal newlines...
2013-03-21 R David MurrayMerge: #5713: Handle 421 error codes during sendmail...
2013-03-21 R David MurrayMerge: #5713: Handle 421 error codes during sendmail...
2013-03-21 R David Murray#5713: Handle 421 error codes during sendmail by closin...
2013-03-20 Kristján Valur... Issue #16475 : Correctly handle the EOF when reading...
2013-03-20 doko@ubuntu.com- .hgtouch: Add dependencies for GRAMMAR_H and GRAMMAR_C
2013-03-20 Kristján Valur... Issue #16475: Simplify the interface to r_ref_allocate...
2013-03-20 doko@ubuntu.com- Merge 3.3 (.hgtouch)
2013-03-20 Antoine PitrouIssue #16997: unittest.TestCase now provides a subTest...
2013-03-20 Ezio Melotti#17493: merge with 3.3.
2013-03-20 Ezio Melotti#17493: merge with 3.2.
2013-03-20 Ezio Melotti#17493: re-enable a test on Windows. Patch by Zachary...
2013-03-20 Ezio MelottiMerge usage of argument/parameter and markup fixes...
2013-03-20 Ezio MelottiMerge usage of argument/parameter and markup fixes...
2013-03-20 Ezio MelottiFix usage of argument/parameter and markup.
2013-03-20 Gregory P.... clarifiy the documentation for issue17285. see also...
2013-03-20 Gregory P.... clarifiy the documentation for issue17285. see also...
2013-03-20 Gregory P.... Use a larger amount of data for tests such as the inter...
2013-03-20 Gregory P.... Use a larger amount of data for tests such as the inter...
2013-03-20 Benjamin Petersonfix compiler warning
2013-03-20 Benjamin PetersonBacked out changeset 521232b05b97
2013-03-20 Senthil KumaranAutomated merge with file:///Users/skumaran/python...
2013-03-20 Benjamin Petersonfix compiler warning
2013-03-20 Senthil Kumarannull merge.
2013-03-20 Senthil KumaranAutomated merge with ssh://hg.python.org/cpython
2013-03-20 R David MurrayUse logic operator, not bitwise operator, for conditional.
next