]> granicus.if.org Git - python/shortlog
python
2012-03-17 Georg Brandlmerge with 3.2
2012-03-17 Georg BrandlCloses #14343: avoid shadowing builtin input() in examp...
2012-03-17 Georg BrandlCloses #14342: remove out-of-date section about avoidin...
2012-03-17 Georg Brandlmerge with 3.2
2012-03-17 Georg BrandlCloses #14306: clarify expensiveness of try-except...
2012-03-17 Eli Benderskyupdated whatsnew/3.3.rst with the new methods added...
2012-03-17 Senthil Kumaranmerge from 3.2 - issue6566
2012-03-17 Senthil Kumaran3.2 explain json.dumps for non-string keys in dicts...
2012-03-17 Raymond HettingerSection-off the source for better readability.
2012-03-17 Raymond HettingerMinor beautification.
2012-03-17 Benjamin Petersonmerge heads
2012-03-17 Benjamin Petersonmake extra arguments to object.__init__/__new__ to...
2012-03-17 R David MurrayMerge #11686: news entry.
2012-03-17 R David Murray#11686: news entry.
2012-03-17 R David MurrayMerge #11686: add missing entries to email __all__...
2012-03-17 R David Murray#11686: add missing entries to email __all__ lists.
2012-03-17 R David MurrayMerge #11780: s/throw/raise/
2012-03-17 R David Murray#11780: s/throw/raise/
2012-03-17 R David MurrayMerge #11780: document that email.encoders throw TypeEr...
2012-03-17 R David Murray#11780: document that email.encoders throw TypeError...
2012-03-17 R David Murray#12788: fix error in test_policy when run under refleak...
2012-03-17 Benjamin Petersonsimply this slightly
2012-03-17 Raymond HettingerRoot variable is not changed.
2012-03-17 Raymond HettingerFix whitespace
2012-03-17 Raymond HettingerUnique sentinel value for cache.get()
2012-03-16 Raymond HettingerRefactor calculation of the cache key. Minor code...
2012-03-16 Benjamin Petersoncleanup Ellipsis and NotImplemented strings after we...
2012-03-16 Antoine PitrouMerge
2012-03-16 Antoine PitrouIssue #14335: multiprocessing's custom Pickler subclass...
2012-03-16 Benjamin Petersonmerge heads
2012-03-16 Benjamin Petersonclear the root with the cache
2012-03-16 Raymond HettingerMinor code cleanup.
2012-03-16 Benjamin Petersonplug memory leak (closes #14325)
2012-03-16 Raymond HettingerEliminate duplicate link lookup. Minor cleanup.
2012-03-16 Benjamin Petersonkill capsule names that we don't need anymore
2012-03-16 Benjamin Petersonuse memory macros
2012-03-16 Benjamin Petersoncheck result of PyMem_New
2012-03-16 Benjamin Petersonmerge heads
2012-03-16 Benjamin Petersonfix condition (#14296)
2012-03-16 Eli BenderskyIssue #14202: some additional doc fixes
2012-03-16 Eli BenderskyIssue #14202: some additional doc fixes
2012-03-16 Benjamin Petersonin 72556ff86828, I should have updated the magic as...
2012-03-16 Benjamin Petersonmerge 3.2 (#14334)
2012-03-16 Benjamin Petersoncheck to make sure the attribute is a string (#14334)
2012-03-16 Eli Benderskyfix trailing whitespace
2012-03-16 Eli Benderskymerge heads
2012-03-16 Eli BenderskyAdd a test that makes sure TreeBuilder can be passed...
2012-03-16 Jean-Paul CalderoneIssue #14325: Stop using python lists, capsules, and...
2012-03-16 Eli BenderskyIssue #14202: Greatly enhance the documentation of...
2012-03-16 Eli BenderskyIssue #14202: Greatly enhance the documentation of...
2012-03-16 Raymond Hettingermerge
2012-03-16 Raymond HettingerImprove the memory utilization (and speed) of functools...
2012-03-16 Senthil Kumarancloses issue10484 - Fix the http.server's cgi PATH_INFO...
2012-03-16 Senthil Kumarancloses issue10484 - Fix the http.server's cgi PATH_INFO...
2012-03-16 Eli BenderskyIssue #13709: some fixes to the ctypes documentation...
2012-03-16 Eli BenderskyIssue #9257: clarify the events iterparse accepts
2012-03-16 Eli BenderskyIssue #9257: clarify the events iterparse accepts
2012-03-16 Eli BenderskyIssue #14207: the ParseError exception raised by _eleme...
2012-03-16 Eli BenderskyCloses Issue #14246: _elementtree parser will now handl...
2012-03-16 Senthil KumaranExplain the use of charset parameter with Content-Type...
2012-03-16 Senthil KumaranExplain the use of charset parameter with Content-Type...
2012-03-15 Matthias Klose- Issue #14327: Call AC_CANONICAL_HOST in configure...
2012-03-15 Benjamin Petersonfix comment
2012-03-15 Benjamin Petersonmerge heads
2012-03-15 Benjamin Petersonspace
2012-03-15 Benjamin Petersonperform yield from delegation by repeating YIELD_FROM...
2012-03-15 Matthias Klose- Issue #14327: Call AC_CANONICAL_HOST in configure...
2012-03-15 Senthil Kumaranport from 3.2 - Fix the urllib closing issue which...
2012-03-15 Senthil Kumarancloses Issue #11199: Fix the with urllib which hangs...
2012-03-15 Matthias Klose- Issue #14324: Fix configure tests for cross builds.
2012-03-15 Matthias Klose- Issue #14324: Fix configure tests for cross builds.
2012-03-15 Matthias Klose- Issue #14324: Fix configure tests for cross builds.
2012-03-15 Matthias Klose- Issue #14321: Do not run pgen during the build if...
2012-03-15 Giampaolo Rodola'(sched) when run() is invoked with blocking=False retur...
2012-03-15 Vinay SajipFixes #14314: Improved SMTP timeout handling.
2012-03-15 R David MurrayMerge #12758: removing confusing mention of UTC from...
2012-03-15 R David Murray#12758: removing confusing mention of UTC from time...
2012-03-15 Andrew SvetlovCloses issue #14163 - tkinter: problems with hello...
2012-03-15 Benjamin Petersontry to fix compilation on glibc's with cpu sets (#14296)
2012-03-15 Benjamin Petersonfree AST's dict
2012-03-15 Raymond Hettingermerge
2012-03-15 Raymond HettingerIssue #13248: Removed docs for two deprecated unittest...
2012-03-15 Gregory P.... merge heads
2012-03-15 Gregory P.... merge heads
2012-03-15 Gregory P.... Fixes Issue 14234: fix for the previous commit, keep...
2012-03-15 Senthil Kumarancpython:Fix the wrong urllib exampls which use str...
2012-03-15 Gregory P.... Fixes Issue 14234: fix for the previous commit, keep...
2012-03-15 Senthil KumaranFix the wrong urllib exampls which use str for POST...
2012-03-15 Victor StinnerIssue #14222: Use the new time.steady() function instea...
2012-03-15 Victor StinnerIssue #10278: Add an optional strict argument to time...
2012-03-14 Victor StinnerIssue #10278: Drop time.monotonic() function, rename...
2012-03-14 Benjamin Petersonfix compiler warnings
2012-03-14 Benjamin Petersonremove get_prefix and set_prefix (#13248)
2012-03-14 Matthias Klosemerge 3.2
2012-03-14 Matthias Klosemerge heads
2012-03-14 Matthias Klosemerge 3.1
2012-03-14 Matthias Klosemerge heads
2012-03-14 Matthias Klosemerge heads
2012-03-14 Matthias Klosemerge 3.2
2012-03-14 Matthias Klosemerge 3.1
next