]> granicus.if.org Git - python/shortlog
python
2014-07-09 Berker PeksagIssue #6916: Use assertWarns in test_asynchat.
2014-07-08 Guido van RossumFix bootstrapping asdl -- it didn't work with Python...
2014-07-08 Antoine PitrouIssue #21938: simplify gen_iternext()
2014-07-08 Victor Stinner(Merge 3.4) asyncion, Tulip issue 181: BaseEventLoop...
2014-07-08 Victor Stinnerasyncion, Tulip issue 181: BaseEventLoop.create_datagra...
2014-07-08 Victor Stinner(Merge 3.4) Issue #21680: Document asyncio event loops
2014-07-08 Victor StinnerIssue #21680: Document asyncio event loops
2014-07-08 Zachary WareIssue #21907: Make the buildbot clean script always...
2014-07-08 Victor StinnerMerge 3.4
2014-07-08 Victor StinnerUpdate asyncio documentation
2014-07-08 Victor Stinnerasyncio: sync with Tulip
2014-07-07 Antoine PitrouFix compilation failure (followup to #21803)
2014-07-07 Antoine PitrouIssue #21803: remove macro indirections in complexobject.h
2014-07-07 Victor Stinner(Merge 3.4) Issue #11259: asynchat.async_chat().set_ter...
2014-07-07 Victor StinnerIssue #11259: asynchat.async_chat().set_terminator...
2014-07-07 Victor Stinner(Merge 3.4) asynchat: PEP8-ify the code
2014-07-07 Victor Stinnerasynchat: PEP8-ify the code
2014-07-07 Victor Stinner(Merge 3.4) Issue #12523: asynchat.async_chat.push...
2014-07-07 Victor StinnerIssue #12523: asynchat.async_chat.push() now raises...
2014-07-07 Victor Stinner(Merge 3.4) Issue #21925: PyImport_Cleanup(): Remove...
2014-07-07 Victor StinnerIssue #21925: PyImport_Cleanup(): Remove unused paramet...
2014-07-07 Zachary WareIssue #21907: Exit with the correct return code
2014-07-07 Victor Stinner(Merge 3.4) Issue #21781, _ssl: Fix asn1obj2py() on...
2014-07-07 Victor StinnerIssue #21781, _ssl: Fix asn1obj2py() on Windows 64...
2014-07-07 Zachary WareIssue #17846: Merge with 3.4
2014-07-07 Zachary WareIssue #17846: Clarify note about Solution Folders.
2014-07-07 Zachary WareMerge with 3.4
2014-07-07 Zachary WareFix MSVC edition mismatch.
2014-07-07 Zachary WareIssue #21907: Improved the batch scripts provided for...
2014-07-07 Berker PeksagIssue #21707: Merge with 3.4.
2014-07-07 Berker PeksagIssue #21707: Fix tests on Windows.
2014-07-07 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-07 Victor Stinnerasyncio: sync with Tulip
2014-07-07 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-07 Victor Stinnerasyncio: sync with Tulip
2014-07-07 Serhiy StorchakaNull merge
2014-07-07 Serhiy StorchakaMerge heads
2014-07-07 Serhiy StorchakaMerge heads
2014-07-07 Berker PeksagIssue #21707: Merge with 3.4.
2014-07-07 Berker PeksagIssue #21707: Add missing kwonlyargcount argument to...
2014-07-07 Serhiy StorchakaIssue #21881: Just omit tests for platform-specific...
2014-07-07 Serhiy StorchakaIssue #21881: Just omit tests for platform-specific...
2014-07-07 Serhiy StorchakaIssue #19593: Use specific asserts in importlib tests.
2014-07-07 Serhiy StorchakaIssue #19593: Use specific asserts in importlib tests.
2014-07-07 Serhiy StorchakaNull merge
2014-07-07 Serhiy StorchakaMerge heads
2014-07-07 Serhiy StorchakaIssue #21881: Be more tolerant in test_tcl to not parsa...
2014-07-07 Serhiy StorchakaIssue #21881: Be more tolerant in test_tcl to not parsa...
2014-07-07 Benjamin Petersonfor some reason, you don't get the right checksum from...
2014-07-07 Antoine PitrouMerge pathlib fixes
2014-07-07 Antoine PitrouIssue #20639: calling Path.with_suffix('') allows remov...
2014-07-07 Antoine PitrouIssue #21714: Disallow the construction of invalid...
2014-07-06 Ned DeilyIssue #21923: merge from 3.4
2014-07-06 Ned DeilyIssue #21923: Prevent AttributeError in distutils.sysco...
2014-07-06 Benjamin Petersonupgrade to unicode 7.0.0
2014-07-06 Ezio Melotti#20135: merge with 3.4.
2014-07-06 Ezio Melotti#20135: move FAQ about mutable default arguments to...
2014-07-06 Berker PeksagIssue #9554: Use modern unittest features in test_argparse.
2014-07-05 Victor Stinner(Merge 3.4) Closes #21921: Fix ResourceWarning in the...
2014-07-05 Victor StinnerCloses #21921: Fix ResourceWarning in the asyncio examp...
2014-07-05 Victor Stinner(Merge 3.4) Closes #21886, #21447: Fix a race condition...
2014-07-05 Victor StinnerCloses #21886, #21447: Fix a race condition in asyncio...
2014-07-05 Berker PeksagIssue #21920: Merge from 3.4.
2014-07-05 Berker PeksagIssue #21920: Add a missing colon to the __main__ doc.
2014-07-05 Antoine PitrouIssue #21897: Fix a crash with the f_locals attribute...
2014-07-05 Antoine PitrouIssue #21897: Fix a crash with the f_locals attribute...
2014-07-05 Benjamin Petersonmerge 3.4
2014-07-05 Benjamin Petersonproperly decref the return value of close()
2014-07-05 Benjamin Petersonproperly decref the return value of close()
2014-07-04 Victor Stinner(Merge 3.4) Issue #21892, #21893: Partial revert of...
2014-07-04 Victor StinnerIssue #21892, #21893: Partial revert of changeset 4f55e...
2014-07-04 Berker PeksagMerge from 3.4.
2014-07-04 Berker PeksagAdd an index entry for exec() builtin.
2014-07-03 R David Murray#15014: Add 'auth' command to implement auth mechanisms...
2014-07-03 Zachary WareCloses #21151: Merge with 3.4
2014-07-03 Zachary WareIssue #21151: Fixed a segfault in the winreg module.
2014-07-03 Andrew SvetlovMerge 3.4
2014-07-03 Andrew SvetlovUpdate docs about tp_richcompare
2014-07-03 Berker PeksagIssue #21755: Skip {Frozen,Source}_DeadlockAvoidanceTes...
2014-07-02 Raymond Hettingermerge
2014-07-02 Raymond HettingerFix guidance for subclassing collections.Set()
2014-07-02 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-02 Victor Stinnerasyncio: sync with Tulip
2014-07-02 Victor Stinner(Merge 3.4) Issue #21090: io.FileIO.readall() does...
2014-07-02 Victor StinnerIssue #21090: io.FileIO.readall() does not ignore I...
2014-07-02 Jason R. CoombsNormalize style per PEP-8
2014-07-02 Berker PeksagIssue #5800: headers parameter of wsgiref.headers.Heade...
2014-07-02 Andrew SvetlovMerge 3.4
2014-07-02 Andrew SvetlovUse try-finally idiom in example for locks in multiproc...
2014-07-02 Terry Jan ReedyMerge with 3.4
2014-07-02 Terry Jan ReedyMore idlelib cleanup inspired by pyflakes.
2014-07-02 Zachary WareIssue #18258: Fix test discovery for test_codecmaps_*.
2014-07-02 Zachary WareIssue #18258: Fix test discovery for test_codecmaps_*.
2014-07-01 Terry Jan ReedyMerge with 3.4
2014-07-01 Terry Jan ReedyDelete a few unused names suggested by pyflakes.
2014-07-01 Victor Stinner(Merge 3.4) Issue #8677: make the zlib module "ssize_t...
2014-07-01 Victor StinnerIssue #8677: make the zlib module "ssize_t clean" for...
2014-07-01 Victor Stinner(Merge 3.4) Closes #21780: make the unicodedata module...
2014-07-01 Victor StinnerCloses #21780: make the unicodedata module "ssize_t...
2014-07-01 Victor Stinner(Merge 3.4) Issue #21781: Make the ssl module "ssize_t...
next