]> granicus.if.org Git - python/shortlog
python
2013-03-11 Ezio Melotti#11963: merge with 3.3.
2013-03-11 Ezio Melotti#11963: merge with 3.2.
2013-03-11 Ezio Melotti#11963: remove human verification from test_parser...
2013-03-11 Raymond HettingerImprove variable names
2013-03-11 Raymond HettingerIssue #17385: Fix quadratic behavior in threading.Condition
2013-03-10 Raymond HettingerUpdate code to increment and decrement using the cleane...
2013-03-10 Ezio MelottiFix typo in PyDict_SetDefault docs.
2013-03-10 Raymond Hettingermerge
2013-03-10 Raymond HettingerInherit from object() for consistency
2013-03-10 Raymond Hettingermerge
2013-03-10 Raymond HettingerIssue #17351: Modernize the pure Python property()...
2013-03-10 Ezio Melotti#11963: merge with 3.3.
2013-03-10 Ezio Melotti#11963: merge with 3.2.
2013-03-10 Ezio Melotti#11963: fix Windows buildbots.
2013-03-09 Ezio Melotti#11963: merge with 3.3.
2013-03-09 Ezio Melotti#11963: merge with 3.2.
2013-03-09 Ezio Melotti#11963: avoid printing messages in test_parser. Initia...
2013-03-09 Brett Cannonmerge
2013-03-09 Brett CannonTouch up the Python 2 to 3 porting guide
2013-03-09 Eli BenderskyIssue #16954: Add docstrings for ElementTree
2013-03-09 Eli BenderskyAdd warning in ctypes documentation for #16575 and...
2013-03-09 Eli BenderskyAdd warning in ctypes documentation for #16575 and...
2013-03-09 Eli BenderskyAdd warning in ctypes documentation for #16575 and...
2013-03-09 Terry Jan ReedyMerge with 3.3
2013-03-09 Terry Jan ReedyMerge heads
2013-03-09 Terry Jan ReedyMerge heads
2013-03-09 Terry Jan ReedyMerge: closes issue 16643 (not ....2 as in last commit...
2013-03-09 Terry Jan ReedyIssue #16642: sched.scheduler timefunc initial default...
2013-03-09 Raymond Hettingermerge
2013-03-09 Raymond HettingerSync-up with 3.4 to make maintenance easier.
2013-03-09 Raymond Hettingermerge
2013-03-09 Raymond HettingerImprove comments and variable names.
2013-03-09 Terry Jan ReedyIssue #17332: fix json doc typo /convered/converted...
2013-03-09 Terry Jan ReedyIssue #17332: fix json doc typo /convered/converted...
2013-03-09 Terry Jan ReedyIssue #17332: fix json doc typo /convered/converted...
2013-03-08 Vinay SajipCloses #17376: Merged clarification from 3.3.
2013-03-08 Vinay SajipIssue #17376: Merged clarification from 3.2.
2013-03-08 Vinay SajipIssue #17376: Clarified documentation for TimedRotating...
2013-03-08 Benjamin Petersonfix warning (closes #17327)
2013-03-08 Eli BenderskyIssue #17378: ctypes documentation fix.
2013-03-08 Eli BenderskyIssue #17378: ctypes documentation fix.
2013-03-08 Eli BenderskyIssue #17378: ctypes documentation fix.
2013-03-08 Vinay SajipIssue #17384: Consolidated cleanup operations in tests.
2013-03-08 Benjamin PetersonAdd PyDict_SetDefault. (closes #17327)
2013-03-08 Victor Stinner(Merge 3.3) Issue #17223: the test is specific to 32...
2013-03-08 Victor StinnerIssue #17223: the test is specific to 32-bit wchar_t...
2013-03-07 R David MurrayMerge: PEP8 fixup on previous patch, remove unused...
2013-03-07 R David MurrayMerge: PEP8 fixup on previous patch, remove unused...
2013-03-07 R David MurrayPEP8 fixup on previous patch, remove unused import...
2013-03-07 R David MurrayMerge: #14645: Generator now emits correct linesep...
2013-03-07 R David MurrayMerge: #14645: Generator now emits correct linesep...
2013-03-07 R David Murray#14645: Generator now emits correct linesep for all...
2013-03-07 Ezio MelottiFix memory leak introduced in 15190138d3f3.
2013-03-07 Ezio MelottiMerge typo fix in Misc/NEWS entry from 3.3.
2013-03-07 Ezio MelottiMerge typo fix in Misc/NEWS entry from 3.2.
2013-03-07 Ezio MelottiFix typo in Misc/NEWS entry.
2013-03-07 Ezio Melotti#11732: null merge with 3.3.
2013-03-07 Ezio Melotti#11732: null merge with 3.2.
2013-03-07 Ezio Melotti#11732: add a new suppress_crash_popup() context manage...
2013-03-07 Ezio Melotti#11732: merge with 3.3.
2013-03-07 Ezio Melotti#11732: make suppress_crash_popup() work on Windows...
2013-03-07 Nick CoghlanMerge fix for #15465 from 3.3
2013-03-07 Nick CoghlanClose #15465: Document C API version macros
2013-03-07 Giampaolo Rodola'Refactor ftplib by getting rid of 4 methods (retr*...
2013-03-07 Giampaolo Rodola'PEP8-ify ftplib.py: get rid of multiple statements...
2013-03-07 Stefan KrahMerge 3.3.
2013-03-07 Stefan KrahIssue #17361: Use cc from sysconfig for testing flags.
2013-03-06 Victor Stinner(Merge 3.3) _PyUnicode_Writer() now also reuses Unicode...
2013-03-06 Victor Stinner_PyUnicode_Writer() now also reuses Unicode singletons:
2013-03-06 Eli BenderskyFix doc grammar and line width
2013-03-06 Eli BenderskyFix doc grammar and line width
2013-03-06 Eli BenderskyFix doc grammar and line width
2013-03-06 Eli BenderskyFix formatting changes that led to compilation errors
2013-03-06 Eli Benderskycall_commethod was only used in samples/Windows, which...
2013-03-06 Eli BenderskyFix some formatting
2013-03-06 Ezio Melotti#17364: merge with 3.3.
2013-03-06 Ezio Melotti#17364: merge with 3.2.
2013-03-06 Ezio Melotti#17364: remove documentation for a function that does...
2013-03-06 Ezio Melotti#17363: merge with 3.3.
2013-03-06 Ezio Melotti#17363: fix arguments in PyState_AddModule and PyState_...
2013-03-06 Victor StinnerBacked out changeset b9f7b1bf36aa
2013-03-05 Victor StinnerIssue #17223: Fix PyUnicode_FromUnicode() on Windows...
2013-03-05 Victor StinnerIssue #17223: Add another test to check that _PyUnicode...
2013-03-05 Ezio Melotti#11732: merge with 3.3.
2013-03-05 Ezio MelottiFix indentation.
2013-03-05 Ezio Melotti#11732: add a new suppress_crash_popup() context manage...
2013-03-05 Senthil KumaranReverting the changeset b87792757ee8 made for Issue...
2013-03-05 Senthil KumaranReverting the changeset 5d76a4746d9d made for Issue...
2013-03-05 Senthil KumaranReverting the changeset 5126e62c60af made for Issue...
2013-03-05 Senthil KumaranFix Issue #12921: BaseHTTPServer's send_error should...
2013-03-05 Senthil KumaranFix Issue #12921: BaseHTTPServer's send_error should...
2013-03-05 Senthil KumaranFix Issue #12921: BaseHTTPServer's send_error should...
2013-03-05 Raymond Hettingermerge
2013-03-05 Raymond HettingerFix typo
2013-03-05 Raymond Hettingermerge
2013-03-05 Raymond HettingerIssue #16098: Update heapq.nsmallest to use the same...
2013-03-05 Raymond HettingerUse LT in all comparisons
2013-03-04 Antoine PitrouIssue #17278: Fix a crash in heapq.heappush() and heapq...
2013-03-04 Antoine PitrouIssue #17278: Fix a crash in heapq.heappush() and heapq...
2013-03-04 Antoine PitrouIssue #17278: Fix a crash in heapq.heappush() and heapq...
next