]> granicus.if.org Git - python/shortlog
python
2014-03-21 Victor StinnerClose #21010: Fix typo in asyncio doc. Patch written...
2014-03-21 Victor StinnerIssue #21006: Fix subprocess example on Windows in...
2014-03-21 Victor StinnerClose #21005: Fix documentation of asyncio.subprocess...
2014-03-21 Brett Cannonmerge
2014-03-21 Brett CannonIssue #20884: Don't assume in importlib.__init__ that...
2014-03-21 Vinay SajipIssue #10141, Issue 20065: Changed #if to take CAN_RAW...
2014-03-20 Benjamin Petersonimprove start default for relpath
2014-03-20 Zachary WareFix typos in Doc/faq/extending. Found by cocoatomo...
2014-03-20 Zachary WareFix spelling in enum docs.
2014-03-20 Zachary WareAdd missing parenthesis. Found by cocoatomo on docs@.
2014-03-20 Zachary WareFix parameter name in docs for os.makedirs and os.remov...
2014-03-20 Raymond HettingerClean-up docstring
2014-03-20 Vinay SajipIssue #20444: Reduced code duplication.
2014-03-20 Vinay SajipIssue #20558: Improved implementation of error handling.
2014-03-20 Vinay SajipIssue #10141: updated new usages of AF_CAN to be in...
2014-03-20 Victor StinnerIsuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0...
2014-03-20 Victor StinnerIssue #20976: pyflakes: Remove unused imports
2014-03-20 Victor StinnerIssue #20978: pyflakes: fix undefined names
2014-03-20 Victor StinnerIssue #20978: Remove last part of OS/2 support in distutils
2014-03-20 Benjamin Petersonadd Nehal Hussain
2014-03-19 Zachary WareUse the correct VS edition names in PCbuild/readme.txt
2014-03-19 Victor StinnerSkip test_urllib2.test_issue16464() is the ssl module...
2014-03-19 Zachary WareAvoid compile warning in xxlimited on 32-bit Windows...
2014-03-19 Zachary WareClean up PCbuild/pcbuild.sln a bit:
2014-03-19 Zachary WareIgnore files generated by MSVC PGO builds.
2014-03-18 Zachary WareIssue #20966: Fix Tkinter Resources link
2014-03-18 Georg BrandlFix option description that is a warning in new Sphinx...
2014-03-17 Victor StinnerIssue #20879: Delay the initialization of encoding...
2014-03-17 Benjamin Petersonmove SharedKeyTests to test_descr
2014-03-17 Benjamin Petersoncorrect the fix for #20637; allow slot descriptor inher...
2014-03-17 Éric AraujoFix typo in example (#20963)
2014-03-17 Jesus CeaTypo
2014-03-17 Jesus CeaTypo
2014-03-17 Jesus CeaTypo
2014-03-17 Antoine PitrouRemove stray semicolon
2014-03-17 R David Murraycloses #20960
2014-03-17 Georg Brandlmerge with 3.3
2014-03-17 Georg BrandlUpdate doc version switcher for 3.4/3.5.
2014-03-17 Larry HastingsMerged default into 3.4 branch. 3.4 branch is now...
2014-03-17 Larry HastingsPost-release verion bump for 3.4.0(+).
2014-03-16 Benjamin Petersonmerge 3.3 (#11448)
2014-03-16 Benjamin Petersonimprove set_tunnel docs (closes #11448)
2014-03-16 Victor StinnerIssue #20950: Fix typo asyncio doc, wait() has no self...
2014-03-16 Benjamin Petersonmerge 3.3 (#20946)
2014-03-16 Benjamin Petersonfix ctypes test alignment assumptions (closes #20946)
2014-03-16 Larry HastingsAdded tag v3.4.0 for changeset 04f714765c13
2014-03-16 Larry HastingsFinal documentation fixes for 3.4.0 final. v3.4.0
2014-03-16 Larry HastingsRelease bump for 3.4.0 final.
2014-03-16 Larry HastingsRegenerate pydoc_topics, fix markup errors, in preparat...
2014-03-16 Larry HastingsMerge in all documentation changes since branching...
2014-03-16 Nick CoghlanBring PEP 453 What's New entry up to date
2014-03-16 R David Murraywhatsnew: Fix Features section title, use title/sentenc...
2014-03-16 Larry HastingsIssue #20931: Fix other confusingly-worded heading.
2014-03-16 Antoine PitrouClose #16665: improve documentation for hex(). Patch...
2014-03-16 R David Murraywhatsnew: Clarify heading.
2014-03-16 Antoine PitrouClose #16665: improve documentation for hex(). Patch...
2014-03-15 Benjamin Petersonmerge 3.3
2014-03-15 Benjamin Petersonsend people to the right editors page (#20938)
2014-03-15 Ned DeilyIssue #20939: merge from 3.3
2014-03-15 Ned DeilyIssue #20939: merge from 3.3
2014-03-15 Ned DeilyIssue #20939: Fix test_geturl failure in test_urllibnet...
2014-03-15 Benjamin Petersonmerge 3.3
2014-03-15 Benjamin Petersonremove runtime_library_dirs for _sqlite; it isn't needed
2014-03-15 Benjamin Petersonmerge 3.3
2014-03-15 Benjamin Petersonavoid referencing past the bounds of an array
2014-03-15 Benjamin Petersonmerge 3.3
2014-03-15 Benjamin Petersononly define zero constant when it is used
2014-03-15 Benjamin Petersonremove unused zero constants
2014-03-15 R David MurrayMerge: #20933: At least one place maps 'test' to 'local...
2014-03-15 R David Murray#20933: At least one place maps 'test' to 'localhost...
2014-03-15 Benjamin Petersonmerge 3.3
2014-03-15 Benjamin Petersonavoid referencing out-of-bounds memory
2014-03-15 Benjamin Petersonfix c89 declaration order
2014-03-15 Benjamin Petersonmerge 3.3
2014-03-15 Benjamin Petersondon't do pointer arithmetic with signed numbers
2014-03-15 Benjamin Petersoncast negative numbers to size_t before shifting them...
2014-03-14 Vinay SajipReverted change introduced in edb12dad7bf6.
2014-03-14 R David Murraywhatsnew: final edit pass.
2014-03-14 Vinay SajipAdded Doc/tools/ subdirs to .hgignore.
2014-03-14 Brett CannonIssue #20884: whatsnew: Frozen modules don't set __file...
2014-03-14 Vinay SajipCloses #20918: Added handling for exceptions during...
2014-03-14 R David Murraywhatsnew: link from module_spec section to Deprecation...
2014-03-14 R David Murraywhatsnew: difflib.isbjunk &c were removed, not deprecated.
2014-03-14 R David Murraywhatsnew: difflib.isbjunk &c were removed, not deprecated.
2014-03-14 R David Murraywhatsnew: small tweaks to codecs entry.
2014-03-14 R David MurrayMerge #7475: Remove references to '.transform' from...
2014-03-14 R David Murray#7475: Remove references to '.transform' from transform...
2014-03-13 R David Murraywhatsnew: linkify some pip things, and explain why...
2014-03-13 Éric AraujoRemove references to make targets deleted in eef7899ea7ab
2014-03-13 Éric AraujoClarify distutils’ clean command (ref #6142)
2014-03-13 Éric AraujoClarify distutils’ clean command (ref #6142)
2014-03-13 Ned DeilyIssue #19407: Fix typos in new distribution & installat...
2014-03-13 R David Murraywhatsnew: remove 'draft' note, tidy up summary, collect...
2014-03-13 Victor StinnerIssue #20908: PyMem_Malloc() must be used with PyMem_Fr...
2014-03-13 Jesus CeaMERGE: Closes #20908: Memory leak in Reg2Py()
2014-03-13 Jesus CeaCloses #20908: Memory leak in Reg2Py()
2014-03-13 R David Murraywhatsnew: collections no longer implicitly imports...
2014-03-13 R David Murraywhatsnew: HTTPError.headers (#15701).
2014-03-13 R David Murraywhatsnew: make it clear I'm the editor, not author...
2014-03-13 Éric AraujoMake distutils error messages more helpful (#11599).
next